aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-13Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille
2018-07-13Consensus: Fix bug when compiler do not support __builtin_clz*532479301
2018-07-13have verifytxoutproof check the number of txns in proof structureGregory Sanders
2018-07-13wallet: Erase wtxOrderd wtx pointer on removeprunedfundsMarcoFalke
2018-07-13Remove boost dependency (boost/assign/std/vector.hpp)practicalswift
2018-07-13Fix incorrect testspracticalswift
2018-07-12Make tests pass after 2020Bernhard M. Wiedemann
2018-07-12[rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar
2018-07-12rpc: fix type mistmatch in listreceivedbyaddressjoemphilips
2018-07-12[trivial] Add newlines to end of log messages.John Newbery
2018-07-12qt: Avoid resetting on resetguisettigs=0MarcoFalke
2018-07-12Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-06-26Fix parameter count check for importpubkey.Kristaps Kaupe
2018-06-15expose CBlockIndex::nTx in getblock(header)Gregory Sanders
2018-06-13Add Windows shutdown handlerChun Kuan Lee
2018-06-13Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-06-01qt: Periodic translations updatev0.16.1rc2Wladimir J. van der Laan
2018-05-28qt: Pre-rc1 transifex pullWladimir J. van der Laan
2018-05-28Merge #13319: [0.16.1] gui: Backport bech32 checkboxWladimir J. van der Laan
2018-05-24qt: Update translations pre-rc1MarcoFalke
2018-05-24GUI: Allow generating Bech32 addresses with a legacy-address defaultLuke Dashjr
2018-05-24GUI: Rephrase Bech32 checkbox text/tooltipLuke Dashjr
2018-05-24Policy to reject extremely small transactionsJohnson Lau
2018-05-24Add transaction tests for constant scriptCodeJohnson Lau
2018-05-24Add constant scriptCode policy in non-segwit scriptsJohnson Lau
2018-05-24Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen
2018-05-24Fix concurrency-related bugs in ActivateBestChainJesse Cohen
2018-05-24Do not unlock cs_main in ABC unless we've actually made progress.Matt Corallo
2018-05-24Bugfix: ensure consistency of m_failed_blocks after reconsiderblockSuhas Daftuar
2018-05-24Merge #13253: [0.16] Further BackportsWladimir J. van der Laan
2018-05-18wallet: Exit SyncMetaData if there are no transactions to syncWladimir J. van der Laan
2018-05-18Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTipJesse Cohen
2018-05-17[wallet] Fix zapwallettxes/multiwallet interaction.John Newbery
2018-05-17RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding
2018-05-01Remove blockmaxsize option from init.cppfanquake
2018-04-26Default to defining endian-conversion DECLs in compat w/o configMatt Corallo
2018-04-26qt:Show the entire Window when double clicking on taskbarChun Kuan Lee
2018-04-26[config] Remove blockmaxsize optionJohn Newbery
2018-04-26Fix illegal default `addProxy` and `addrSeparateProxyTor` settings.251
2018-04-26Limit the number of IPs we use from each DNS seedere0
2018-03-07fix version typoTamas Blummer
2018-03-01Merge #12518: [0.16] Bump leveldb subtreeWladimir J. van der Laan
2018-02-27qt: Remove faulty and unnecessary en_US translationWladimir J. van der Laan
2018-02-27test: Add missing signal.h headerWladimir J. van der Laan
2018-02-16Bump leveldb subtreeMarcoFalke
2018-02-15qt: Pre-rc4 translations updateWladimir J. van der Laan
2018-02-15Make signrawtransaction accept P2SH-P2WSH redeemscriptsPieter Wuille
2018-02-15fix possible shutdown assertion with -reindex-shutdownCory Fields
2018-02-15test: Add unit test for LockDirectoryWladimir J. van der Laan
2018-02-15util: Fix multiple use of LockDirectoryWladimir J. van der Laan