aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* reorder includes to compile on OpenBSDFabian Raetz2014-06-291-5/+5
* Better std exception logging for CAddrDbPhilip Kaufmann2014-06-291-11/+12
* Removed LevelDB changessuper32014-06-291-2/+2
* Remove build-time no-IPv6 settingWladimir J. van der Laan2014-06-294-52/+0
* l10n updateWladimir J. van der Laan2014-06-2968-64480/+11705
* Merge pull request #560 from rnicoll/1.7.2-dev-paymentlangerhans2014-06-294-68/+85
|\
| * Revised payment request handling to use genesis block hash instead of network...Ross Nicoll2014-06-192-14/+20
| * [Qt] ensure payment request network matches client networkPhilip Kaufmann2014-06-032-41/+62
| * Revert "Disable payment protocol pending further assessment and potential rew...Ross Nicoll2014-06-031-16/+6
* | Merge pull request #553 from leofidus/1.7-nozerofeelangerhans2014-06-292-5/+8
|\ \
| * | remove unit tests for old fee modeJannis Froese2014-06-091-21/+0
| * | Revert "remove unit tests for new fee mode"Jannis Froese2014-06-091-0/+24
| * | don't send feeless transactionsJannis Froese2014-06-091-1/+1
* | | Update bitcoin_ko_KR.tsnameEO2014-06-191-539/+737
|/ /
* | Merge pull request #549 from leofidus/1.7-rpctestsleofidus2014-06-074-9/+16
|\ \
| * | Make rewards in regtest mode less randomJannis Froese2014-06-023-2/+4
| * | fix regtest mining in internal minerJannis Froese2014-06-021-0/+6
| * | change remaining printf to LogPrintf in miner.cppJannis Froese2014-06-021-7/+6
| |/
* | Merge pull request #543 from nameEO/patch-7langerhans2014-06-061-386/+386
|\ \
| * | Add some translations...nameEO2014-05-311-386/+386
| |/
* | Merge branch '1.7.2-dev-batch3' of github.com:rnicoll/dogecoin into rnicoll-1...langerhans2014-06-061-0/+3
|\ \
| * | Log BerkeleyDB version at startupWladimir J. van der Laan2014-05-291-0/+3
| |/
* | use standard __func__ instead of __PRETTY_FUNCTION__Philip Kaufmann2014-05-293-7/+7
* | Correct indentationR E Broadley2014-05-291-44/+45
* | locale update. again...Wladimir J. van der Laan2014-05-2920-3816/+7244
* | Make dogechain.info and chain.so default items in transaction context menulangerhans2014-05-291-1/+1
* | [Qt] Optionally add third party links to transaction context menuCozz Lovan2014-05-298-0/+87
* | Revert "Cleaned up version of #424" - In favor of the new custom URLslangerhans2014-05-292-22/+0
* | Split AcceptBlockHeader from AcceptBlock.Pieter Wuille2014-05-292-64/+162
* | Split up CheckBlock in a block and header versionPieter Wuille2014-05-292-9/+18
* | Add MESSAGE_START_SIZE from chainparams when loading blocks from external files.Simon de la Rouviere2014-05-291-2/+2
* | Add missing AssertLockHeld in ConnectBlockWladimir J. van der Laan2014-05-291-0/+1
* | qt: get required locks upfront in polling functionsWladimir J. van der Laan2014-05-293-18/+34
* | Add required locks in testsWladimir J. van der Laan2014-05-293-1/+5
* | [Qt] importwallet progressCozz Lovan2014-05-291-1/+7
* | Replace DecodeBase58/EncodeBase58 with direct implementation.Pieter Wuille2014-05-293-93/+101
* | script: Add test for CScriptNumCory Fields2014-05-292-0/+197
* | script: add additional script testsCory Fields2014-05-292-0/+16
* | script: remove bignum dependencyCory Fields2014-05-292-9/+0
* | script: switch outside users to CScriptNumCory Fields2014-05-292-2/+2
* | script: switch to CScriptNum usage for scriptsCory Fields2014-05-292-67/+28
* | script: add CScriptNum classCory Fields2014-05-291-0/+149
* | AddToWallet implies BindWalletWladimir J. van der Laan2014-05-292-3/+2
* | chainActive locking issues resolvedWladimir J. van der Laan2014-05-297-258/+255
* | Add AssertLockHeld for cs_main to ChainActive-using functionsWladimir J. van der Laan2014-05-293-0/+18
* | translation updateWladimir J. van der Laan2014-05-298-1052/+1423
|/
* Supply working pre-generated sighash test vectors.langerhans2014-05-261-500/+500
* Missed a line in one commitlangerhans2014-05-261-0/+1
* VERSION obtained from source instead of the previous git tag.Warren Togami2014-05-261-1/+6
* [Qt] catch Windows shutdown events while client is runningPhilip Kaufmann2014-05-264-3/+111