< bitcoin-git>
[bitcoin] laanwj opened pull request #9963: util: Properly handle errors during log message formatting (master...2017_03_handle_exception_tinyformat) https://github.com/bitcoin/bitcoin/pull/9963
< bitcoin-git>
[bitcoin] laanwj closed pull request #9538: [util] Remove redundant call to get() on smart pointer (thread_specific_ptr) (master...remove-redundant-get-on-smartptr) https://github.com/bitcoin/bitcoin/pull/9538
< bitcoin-git>
bitcoin/master e3e7db8 Wladimir J. van der Laan: Merge #9538: [util] Remove redundant call to get() on smart pointer (thread_specific_ptr)...
< bitcoin-git>
[bitcoin] NicolasDorier opened pull request #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabled (master...consthd) https://github.com/bitcoin/bitcoin/pull/9960
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools (master...2017-03-cnb-optimizations) https://github.com/bitcoin/bitcoin/pull/9959
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #9955: Don't require segwit in getblocktemplate for segwit signalling or mining (master...2017-03-mining-segwit-changes) https://github.com/bitcoin/bitcoin/pull/9955
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9953: Fix shutdown hang with >= 8 -addnodes set (master...2017-03-exit-with-addnode) https://github.com/bitcoin/bitcoin/pull/9953
< bitcoin-git>
[bitcoin] practicalswift opened pull request #9949: [bench] Avoid function call arguments which are pointers to uninitialized values (master...avoid-pointers-to-unitialized-values-in-function-calls) https://github.com/bitcoin/bitcoin/pull/9949
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #9945: Improve logging in bctest.py if there is a formatting mismatch (master...improve_bctest_logging) https://github.com/bitcoin/bitcoin/pull/9945
< bitcoin-git>
bitcoin/master ac23a7c MarcoFalke: Merge #9945: Improve logging in bctest.py if there is a formatting mismatch...
< bitcoin-git>
bitcoin/master 6c1fb73 John Newbery: Improve logging in bctest.py if there is a formatting mismatch
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #9947: Add true/false return value to prioritisetransaction (master...2017/03/ptx) https://github.com/bitcoin/bitcoin/pull/9947
2017-03-07
< bitcoin-git>
[bitcoin] pinheadmz opened pull request #9946: Fix build errors if spaces in path or parent directory (master...dirspaces2) https://github.com/bitcoin/bitcoin/pull/9946
< bitcoin-git>
[bitcoin] jnewbery opened pull request #9945: Improve logging in bctest.py if there is a formatting mismatch (master...improve_bctest_logging) https://github.com/bitcoin/bitcoin/pull/9945
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9940: Fix verify-commits on OSX, update for new bad Tree-SHA512, point travis to different keyservers (master...2017-03-verify-commits-no-recursion) https://github.com/bitcoin/bitcoin/pull/9940
< bitcoin-git>
bitcoin/master 6c996c2 Russell Yanofsky: Add documentation describing CWallet::nTimeSmart....
< bitcoin-git>
bitcoin/master 1f98abe Russell Yanofsky: Factor out CWallet::nTimeSmart computation into a method....
< bitcoin-git>
bitcoin/master c6b82d1 Russell Yanofsky: Add tests for CWalletTx::nTimeSmart
< bitcoin-git>
[bitcoin] laanwj closed pull request #9932: Fix verify-commits on travis and always check top commit's tree (master...2017-03-fix-verify-commits) https://github.com/bitcoin/bitcoin/pull/9932
< bitcoin-git>
bitcoin/master 00c13ea Wladimir J. van der Laan: Merge #9932: Fix verify-commits on travis and always check top commit's tree...
< bitcoin-git>
bitcoin/master b3ec305 Matt Corallo: Fix bashisms in verify-commits and always check top commit's tree
< bitcoin-git>
bitcoin/master f20e664 Matt Corallo: Check gpg version before setting --weak-digest
< bitcoin-git>
[bitcoin] laanwj closed pull request #9928: Allow verify-commit.sh to just verify the HEAD commit (Use non-recursive verification by default) (master...2017/03/vc_simple) https://github.com/bitcoin/bitcoin/pull/9928
< bitcoin-git>
[bitcoin] laanwj opened pull request #9937: rpc: Prevent `dumpwallet` from overwriting files (master...2017_03_walletdump_nooverwrite) https://github.com/bitcoin/bitcoin/pull/9937
< bitcoin-git>
[bitcoin] practicalswift opened pull request #9936: [trivial] Fix three typos introduced into walletdb.h in yesterday's merge of commit 7184e25 (master...fix-typos-introduced-in-commit-7184e25c) https://github.com/bitcoin/bitcoin/pull/9936
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #9555: [test] Avoid reading a potentially uninitialized variable in tx_invalid-test (transaction_tests.cpp) (master...avoid-ub-in-tx_invalid-test) https://github.com/bitcoin/bitcoin/pull/9555
< bitcoin-git>
bitcoin/master 19be26a MarcoFalke: Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_invalid-test (transaction_tests.cpp)...
< bitcoin-git>
bitcoin/master 8455e36 practicalswift: [test] Avoid reading a potentially uninitialized variable in tx_invalid-test...
< bitcoin-git>
[bitcoin] jtimon closed pull request #9882: RPC: Introduce -rpcamountdecimals for the RPC to use other units than BTC (master...0.14.99-rpc-amounts) https://github.com/bitcoin/bitcoin/pull/9882
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9932: Fix verify-commits on travis and always check top commit's tree (master...2017-03-fix-verify-commits) https://github.com/bitcoin/bitcoin/pull/9932
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #9928: Allow verify-commit.sh to just verify the HEAD commit (Use non-recursive verification by default) (master...2017/03/vc_simple) https://github.com/bitcoin/bitcoin/pull/9928
< bitcoin-git>
[bitcoin] laanwj closed pull request #9547: bench: Assert that division by zero is unreachable (master...avoid-potential-division-by-zero-in-benchmark-state-keeprunning) https://github.com/bitcoin/bitcoin/pull/9547
< bitcoin-git>
bitcoin/master d32581c Wladimir J. van der Laan: Merge #9547: bench: Assert that division by zero is unreachable...
< bitcoin-git>
bitcoin/master db07f91 practicalswift: Assert that what might look like a possible division by zero is actually unreachable
< bitcoin-git>
[bitcoin] laanwj closed pull request #9920: [0.14] Allow any subkey in verify-commits (BlueMatt) (0.14...Mf1703-verifySubkeys) https://github.com/bitcoin/bitcoin/pull/9920
< bitcoin-git>
[bitcoin] laanwj closed pull request #9905: [contrib] gh-merge: Move second sha512 check to the end (master...Mf1703-gh-merge) https://github.com/bitcoin/bitcoin/pull/9905
< bitcoin-git>
bitcoin/master 01b7cda Wladimir J. van der Laan: Merge #9905: [contrib] gh-merge: Move second sha512 check to the end...
< bitcoin-git>
bitcoin/master fa7da3f MarcoFalke: [contrib] gh-merge: Move second sha512 check to before signing
< bitcoin-git>
[bitcoin] laanwj opened pull request #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL (master...2017_03_cloudabi_netcompat) https://github.com/bitcoin/bitcoin/pull/9921
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9920: [0.14] Allow any subkey in verify-commits (BlueMatt) (0.14...Mf1703-verifySubkeys) https://github.com/bitcoin/bitcoin/pull/9920
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9905: contrib: Move second sha512 check to the end (master...Mf1703-gh-merge) https://github.com/bitcoin/bitcoin/pull/9905
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values. (master...pr/immature) https://github.com/bitcoin/bitcoin/pull/9359
< bitcoin-git>
bitcoin/master 7ed143c Russell Yanofsky: Add test for CWalletTx::GetImmatureCredit() returning stale values....
< bitcoin-git>
bitcoin/master f7ec7cf MarcoFalke: Merge #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values....
< bitcoin-git>
[bitcoin] laanwj closed pull request #9868: Abstract out the command line options for block assembly (master...assembleroptions) https://github.com/bitcoin/bitcoin/pull/9868
< bitcoin-git>
bitcoin/master cbdb473 Wladimir J. van der Laan: Merge #9868: Abstract out the command line options for block assembly...
< bitcoin-git>
bitcoin/master 277b472 Pieter Wuille: Run miner_tests with fixed options
< bitcoin-git>
bitcoin/master 48faf0b Pieter Wuille: Abstract out BlockAssembler options
< bitcoin-git>
[bitcoin] benma opened pull request #9897: AppInitMain: split initialization of Connman into a new function (master...connman) https://github.com/bitcoin/bitcoin/pull/9897
< bitcoin-git>
[bitcoin] benma opened pull request #9895: Turn TryCreateDirectory() into TryCreateDirectories() (master...appinitmain) https://github.com/bitcoin/bitcoin/pull/9895
< bitcoin-git>
[bitcoin] luke-jr opened pull request #9892: Bugfix: Only install manpages for built programs (master...bugfix_man_onlybuilt) https://github.com/bitcoin/bitcoin/pull/9892
< bitcoin-git>
[bitcoin] theuni opened pull request #9891: depends: make osx output deterministic (master...fix-osx-link-determinism) https://github.com/bitcoin/bitcoin/pull/9891
< bitcoin-git>
[bitcoin] ericshawlinux opened pull request #9890: Add a button to open the config file in a text editor (master...master) https://github.com/bitcoin/bitcoin/pull/9890
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9888: travis: Verify commits only for one target (master...Mf1702-travisCommits) https://github.com/bitcoin/bitcoin/pull/9888
< bitcoin-git>
bitcoin/0.14 ad24256 Russell Yanofsky: Fix importmulti returning rescan errors for wrong keys...