aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-10-20refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...Chun Kuan Lee
2018-10-10Merge #14373: Consistency fixes for RPC descriptionsMarcoFalke
2018-10-09Fix CLEAN_BITCOIN_TEST to remove .log files for all BITCOIN_TESTS filesJames O'Beirne
2018-10-09[rpc] Descriptions: Textual consistency fixesJon Layton
2018-10-09Merge #13115: addrman: Add Clang thread safety annotations for variables guar...MarcoFalke
2018-10-08Add missing locks and locking annotations for CAddrManpracticalswift
2018-10-08Merge #14253: Build: during 'make clean', remove some files that are currentl...MarcoFalke
2018-10-08Merge #14428: docs: Fix macOS files description in qt/README.mdMarcoFalke
2018-10-07Merge #14398: tests: Don't access out of bounds array index: array[sizeof(arr...MarcoFalke
2018-10-07Merge #13883: utils: Convert Windows args to utf-8 stringMarcoFalke
2018-10-08Fix macOS files descriptionHennadii Stepanov
2018-10-05Don't access out of bounds array entry array[sizeof(array)]Ben Woosley
2018-10-01Include some files currently missed by 'make distclean'.murrayn
2018-09-30Merge #14331: doxygen: Fix member commentsMarcoFalke
2018-09-30utils: Convert Windows args to utf-8 stringChun Kuan Lee
2018-09-27Merge #14244: amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-27Merge #14307: Consolidate redundant implementations of ParseHashStrMarcoFalke
2018-09-27Merge #14027: Skip stale tip checking if outbound connections are off or if r...MarcoFalke
2018-09-27Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke
2018-09-26Merge #14282: [wallet] Remove -usehdMarcoFalke
2018-09-26doxygen: Fix member commentsMarcoFalke
2018-09-26Merge #14310: [wallet] Ensure wallet is unlocked before signingMarcoFalke
2018-09-25Merge #13877: utils: Make fs::path::string() always return utf-8 string on Wi...MarcoFalke
2018-09-25Consolidate redundant implementations of ParseHashStrBen Woosley
2018-09-24Merge #13311: Don't edit Chainparams after initializationMarcoFalke
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-24[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-09-24Merge #14297: [RPC] Remove warning for removed estimatefee RPCMarcoFalke
2018-09-24Merge #14298: [REST] improve performance for JSON callsMarcoFalke
2018-09-24Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...MarcoFalke
2018-09-23Don't edit Chainparams after initializationJorge Timón
2018-09-23MOVEONLY: Move versionbits info out of versionbits.oJorge Timón
2018-09-23[REST] improve performance for JSON callsAntoine Le Calvez
2018-09-22[RPC] Remove warning for removed estimatefee RPCJohn Newbery
2018-09-23Make fs::path::string() always return utf-8 stringChun Kuan Lee
2018-09-20[wallet] Remove -usehdJohn Newbery
2018-09-19init: Remove deprecated args from hidden argsMarcoFalke
2018-09-19Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrsMarcoFalke
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-20Merge #14214: convert C-style (void) parameter lists to C++ style ()MarcoFalke
2018-09-19wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift
2018-09-18Merge #13152: [rpc] Add getnodeaddresses RPC commandMarcoFalke
2018-09-17[rpc] Add getnodeaddresses RPC commandchris-belcher
2018-09-17Fix crash bug with duplicate inputs within a transactionSuhas Daftuar
2018-09-17amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-17Merge #13578: [depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecate...Wladimir J. van der Laan
2018-09-15use integer division instead of double conversion and multiplication for comp...Arvid Norberg
2018-09-15Merge #14212: build: Remove libssl from LDADD unless guiMarcoFalke
2018-09-15Merge #14206: doc: Document -checklevel levelsWladimir J. van der Laan