aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-30Merge #13825: [wallet] Kill accountsWladimir J. van der Laan
2018-08-30[wallet] Kill accountsJohn Newbery
2018-08-30Merge #13126: util: Add Clang thread safety annotations for variables guarded...MarcoFalke
2018-08-30Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan
2018-08-30Fix potential deadlockpracticalswift
2018-08-29Add lock annotations (cs_args)practicalswift
2018-08-29Add missing locks (cs_args)practicalswift
2018-08-29Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con...Wladimir J. van der Laan
2018-08-29Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan
2018-08-29Merge #14020: Add tests for RPC helpMarcoFalke
2018-08-29Merge #14028: Explicitly initialize prevector _unionWladimir J. van der Laan
2018-08-29Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan
2018-08-29Merge #13862: utils: drop boost::interprocess::file_lockWladimir J. van der Laan
2018-08-28Merge #14093: tests: Fix accidental trunction from int to boolMarcoFalke
2018-08-28validation: Log FormatStateMessage on ConnectBlock error in ConnectTipMarcoFalke
2018-08-28Merge #14055: fix walletcreatefundedpsbt deriv paths, add testWladimir J. van der Laan
2018-08-28Merge #14052: qa: Add some actual witness in rpc_rawtransactionMarcoFalke
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-08-28Implements custom tolower and toupper functions.251
2018-08-28Implements ParseNetwork unit test.251
2018-08-28tests: Fix accidental trunction from int to boolpracticalswift
2018-08-28Merge #13723: PSBT key path cleanupsWladimir J. van der Laan
2018-08-28Merge #14051: [Tests] Make combine_logs.py handle multi-line logsWladimir J. van der Laan
2018-08-27test padding non micro timestampsJohn Newbery
2018-08-27Merge #14042: travis: add CXXFLAGS=-Wno-psabi at ARM jobMarcoFalke
2018-08-27Merge #13767: Remove redundant assignments (dead stores)MarcoFalke
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke
2018-08-28travis: add CXXFLAGS=-Wnopsabi at ARM jobChun Kuan Lee
2018-08-28add unicode compatible file_lock for WindowsChun Kuan Lee
2018-08-27Explicitly initialize prevector _unionBen Woosley
2018-08-27Merge #14023: Remove accounts rpcsWladimir J. van der Laan
2018-08-27[doc] Add release notes for 'account' API removalJohn Newbery
2018-08-27[wallet] Re-sort wallet RPC commandsJohn Newbery
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-08-27Merge #14081: travis: fix missing differentiation between UNIT and FUNCTIONAL...MarcoFalke
2018-08-27fix missing differentiation between UNIT and FUNCTIONAL tests in travis buildJulian Fleischer
2018-08-27Merge #13863: travis: move script sections to files in `.travis/` subject to ...MarcoFalke
2018-08-27[tests] Remove wallet accounts testJohn Newbery
2018-08-27Merge #13935: contrib: Adjust output to current test formatMarcoFalke
2018-08-27Merge #13987: Report minfeefilter value in getpeerinfo rpcMarcoFalke
2018-08-27contrib: Adjust output to current test formatAkio Nakamura
2018-08-27Report minfeefilter value in getpeerinfo rpcAnthony Towns
2018-08-27Merge #13861: test: Add testing of value_ret for SelectCoinsBnBWladimir J. van der Laan
2018-08-27Merge #14030: Remove ambiguity in construction of prevectorWladimir J. van der Laan
2018-08-27use export LC_ALL=C.UTF-8Julian Fleischer
2018-08-27make script exit if a command failsJulian Fleischer
2018-08-27move remaining travis build steps into individual filesJulian Fleischer
2018-08-27number .travis/ script according to build lifecycle and add README to explainJulian Fleischer
2018-08-27move lint stage up to resemble travis build uiJulian Fleischer
2018-08-27abort script in END_FOLD on non-zero exit codeJulian Fleischer