#10520 Compare This branch is 162 commits ahead, 1626 commits behind master.
Latest commit 91be5e3 Jul 7, 2017 @laanwj laanwj Merge #10516: Backports for 0.14.3
ff274d3 [doc] Add hint about getmempoolentry to getrawmempool help. (Karl-Johan Alm)
76f9cf9 contrib: Update location of seeds.txt (Wladimir J. van der Laan)
12adedf Trivial: remove extra character from comment (CryptAxe)
d2ec969 Fixed typo in documentation for merkleblock.h (Mikerah)
3612219 contrib/init/bitcoind.openrcconf: Don't disable wallet by default (Luke Dashjr)
692dbb0 [doc] Minor corrections to osx dependencies (fanquake)
87a21d5 Fix: make CCoinsViewDbCursor::Seek work for missing keys (Pieter Wuille)
28b8b8b [wallet] Securely erase potentially sensitive keys/values (Thomas Snider)
ff13f59 [wallet] Make sure pindex is non-null before possibly referencing in LogPrintf call. (Karl-Johan Alm)
e23cef0 Fix some empty vector references (Pieter Wuille)
6ad45b8 Re-enable upnp support in contrib/debian (Matt Corallo)
e9a0d89 Build with QT5 on Debian-based systems using contrib/debian (Matt Corallo)
2ea0358 Bump minimum boost version in contrib/debian (Matt Corallo)
c94e262 Update contrib/debian to latest Ubuntu PPA upload. (Matt Corallo)
96c7f2c Add CheckQueue Tests (Jeremy Rubin)
e207342 Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constructors. (Jeremy Rubin)
ef810c4 [trivial] Fix a typo (introduced two days ago) in the default fee warning (practicalswift)
7abe7bb Qt/Send: Give fallback fee a reasonable indent (Luke Dashjr)
3e4d7bf Qt/Send: Figure a decent warning colour from theme (Luke Dashjr)
c5adf8f [Qt] Show more significant warning if we fall back to the default fee (Jonas Schnelli)
ee1a60d [tests] update disconnect_ban.py test case to work with listbanned (John Newbery)
d289b56 [net] listbanned RPC and QT should show correct banned subnets (John Newbery)
0422693 [tests] disconnect_ban: remove dependency on urllib (John Newbery)
98bd0c3 [tests] disconnect_ban: use wait_until instead of sleep (John Newbery)
bfd1cf6 [tests] disconnectban test - only use two nodes (John Newbery)
5bc75bb [tests] fix nodehandling.py flake8 warnings (John Newbery)
c25d0a8 Update release notes to include RPC error code changes. (John Newbery)
f5efe82 Return correct error codes in fundrawtransaction(). (John Newbery)
4943d7a Return correct error codes in setban(). (John Newbery)
18c109d Return correct error codes in removeprunedfunds(). (John Newbery)
fe51c89 Return correct error codes in blockchain.cpp. (John Newbery)
3ad00b4 Return correct error codes in bumpfee(). (John Newbery)
71463a7 [qa] Test prioritise_transaction / getblocktemplate interaction (Suhas Daftuar)
d28d583 Bugfix: PrioritiseTransaction updates the mempool tx counter (Suhas Daftuar)

Tree-SHA512: fa3628527c8e176e438de992b9c5815cc2f3c296dbe5d81b592d17a907554e9c6af7eb595e96a2c345de399ba5326c07b4791a91b7b07f89dce0787c85891206
Permalink
..
Failed to load latest commit information.
bench bench: Fix initialization order in registration Feb 7, 2017
compat Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
config build: move bitcoin-config.h to its own directory Jun 21, 2014
consensus [trivial] Fix typos in comments Jan 27, 2017
crypto Avoid unaligned access in crypto i/o Jan 12, 2017
leveldb Merge in LevelDB 1.19 changes Dec 2, 2016
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make Jan 23, 2012
obj Bump version numbers for 0.6.1rc1 Apr 27, 2012
policy Merge #9380: Separate different uses of minimum fees Jan 16, 2017
primitives Optimize GetWitnessHash() for non-segwit transactions Mar 27, 2017
qt Merge #10516: Backports for 0.14.3 Jul 6, 2017
rpc [doc] Add hint about getmempoolentry to getrawmempool help. Jun 5, 2017
script Ensure `-maxsigcachesize` is in valid range Feb 17, 2017
secp256k1 Update libsecp256k1 to master Dec 12, 2016
support [wallet] Securely erase potentially sensitive keys/values Jun 5, 2017
test Merge #9497 via remote-tracking branch 'origin-pull/9497/head' into 0… Jun 5, 2017
univalue Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD Sep 30, 2016
wallet [wallet] Securely erase potentially sensitive keys/values Jun 5, 2017
zmq Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
.clang-format [doc] Remove unused clang format dev script Jan 28, 2017
Makefile.am build: fix bitcoin-config.h regeneration after touching build files May 31, 2017
Makefile.bench.include Add Basic CheckQueue Benchmark Jan 9, 2017
Makefile.leveldb.include Merge #8826: Do not include env_win.cc on non-Windows systems Sep 29, 2016
Makefile.qt.include Merge #9513: build: fix qt distdir builds (retry) Jan 11, 2017
Makefile.qttest.include Uses built-in byte swap if available (Apple) and if bswap_XX is undef… Dec 17, 2016
Makefile.test.include Merge #9497 via remote-tracking branch 'origin-pull/9497/head' into 0… Jun 5, 2017
addrdb.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
addrdb.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
addrman.cpp Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; Feb 7, 2017
addrman.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
amount.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
amount.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
arith_uint256.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
arith_uint256.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
base58.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
base58.h [trivial] Fix typos in comments Jan 27, 2017
bitcoin-cli-res.rc Unify package name to as few places as possible without major changes Dec 14, 2015
bitcoin-cli.cpp rpc: Named argument support for bitcoin-cli Jan 10, 2017
bitcoin-tx-res.rc Update Windows resource files (and add one for bitcoin-tx) May 22, 2015
bitcoin-tx.cpp bitcoin-tx: Fix missing range check Mar 31, 2017
bitcoind-res.rc Update Windows resource files (and add one for bitcoin-tx) May 22, 2015
bitcoind.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
blockencodings.cpp Clarify comment about mempool/extra conflicts Jan 17, 2017
blockencodings.h [trivial] Fix typos in comments Jan 27, 2017
bloom.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. Jan 27, 2017
bloom.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
chain.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. Jan 27, 2017
chain.h Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. Jan 12, 2017
chainparams.cpp Update nMinimumChainWork and defaultAssumeValid. Feb 16, 2017
chainparams.h Shorten variable names and switch to tx/s Jan 11, 2017
chainparamsbase.cpp Bump copyright headers to 2015 Dec 13, 2015
chainparamsbase.h Bump copyright headers to 2015 Dec 13, 2015
chainparamsseeds.h Pre-0.14.0 hardcoded seeds update Feb 10, 2017
checkpoints.cpp [MOVEONLY] Move progress estimation out of checkpoints Jan 4, 2017
checkpoints.h [MOVEONLY] Move progress estimation out of checkpoints Jan 4, 2017
checkqueue.h Fix CCheckQueue IsIdle (potential) race condition and remove dangerou… Jan 20, 2017
clientversion.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
clientversion.h build: bump version to 0.14.2 Jun 2, 2017
coins.cpp Check FRESH validity in CCoinsViewCache::BatchWrite Jan 4, 2017
coins.h Merge #9107: Safer modify new coins Jan 4, 2017
compat.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
compressor.cpp Added "Core" to copyright headers Dec 19, 2014
compressor.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
core_io.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
core_memusage.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
core_read.cpp Fail in DecodeHexTx if there is extra data at the end Feb 2, 2017
core_write.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. Jan 27, 2017
cuckoocache.h [trivial] Fix typos in comments Jan 27, 2017
dbwrapper.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
dbwrapper.h Merge #9353: Add data() method to CDataStream (and use it) Jan 9, 2017
hash.cpp Remove redundant semicolons Jan 14, 2017
hash.h Avoid VLA in hash.h Feb 28, 2017
httprpc.cpp Make KEY_SIZE a compile-time constant Feb 17, 2017
httprpc.h evhttpd implementation Sep 3, 2015
httpserver.cpp Access WorkQueue::running only within the cs lock. Feb 3, 2017
httpserver.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
indirectmap.h prepend license statement to indirectmap Jul 27, 2016
init.cpp don't throw std::bad_alloc when out of memory. Instead, terminate imm… Feb 28, 2017
init.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
key.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
key.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
keystore.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
keystore.h Bump copyright headers to 2015 Dec 13, 2015
limitedmap.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
memusage.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
merkleblock.cpp Trivial: remove extra character from comment Jun 5, 2017
merkleblock.h Fixed typo in documentation for merkleblock.h Jun 5, 2017
miner.cpp Update benchmarking with package statistics Mar 30, 2017
miner.h Update benchmarking with package statistics Mar 30, 2017
net.cpp [net] listbanned RPC and QT should show correct banned subnets Jun 5, 2017
net.h net: define NodeId as an int64_t Apr 14, 2017
net_processing.cpp Merge #9720: net: fix banning and disallow sending messages before re… Feb 14, 2017
net_processing.h Net: pass interruptMsgProc as const where possible Jan 31, 2017
netaddress.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
netaddress.h [trivial] Fix typos in comments Jan 27, 2017
netbase.cpp Merge #9289: net: drop boost::thread_group Jan 4, 2017
netbase.h Merge #9289: net: drop boost::thread_group Jan 4, 2017
netmessagemaker.h Net: Make CNetMsgMaker more const Jan 31, 2017
noui.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
noui.h Bump copyright headers to 2014 Jan 5, 2016
pow.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
pow.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
prevector.h prevector: assert successful allocation Feb 28, 2017
protocol.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
protocol.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
pubkey.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
pubkey.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
random.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
random.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
rest.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. Jan 27, 2017
reverselock.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
scheduler.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
scheduler.h More robust CScheduler unit test May 16, 2015
serialize.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
streams.h Fix some empty vector references Jun 5, 2017
sync.cpp Further-enforce lockordering by enforcing directly after TRY_LOCKs Feb 7, 2017
sync.h Break addnode out from the outbound connection limits. Jan 5, 2017
threadinterrupt.cpp net: add CThreadInterrupt and InterruptibleSleep Jan 3, 2017
threadinterrupt.h net: add CThreadInterrupt and InterruptibleSleep Jan 3, 2017
threadsafety.h Bump copyright headers to 2014 Jan 5, 2016
timedata.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. Jan 27, 2017
timedata.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
tinyformat.h util: Update tinyformat Jun 27, 2016
torcontrol.cpp [trivial] Fix typos in comments Jan 27, 2017
torcontrol.h torcontrol improvements and fixes Nov 12, 2015
txdb.cpp Fix: make CCoinsViewDbCursor::Seek work for missing keys Jun 5, 2017
txdb.h Make threshold for flushing more conservative. Apr 5, 2017
txmempool.cpp Bugfix: PrioritiseTransaction updates the mempool tx counter Apr 19, 2017
txmempool.h Bugfix: PrioritiseTransaction updates the mempool tx counter Apr 19, 2017
ui_interface.cpp [wallet] Add high transaction fee warnings Sep 25, 2016
ui_interface.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
uint256.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
uint256.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
undo.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
util.cpp util: Work around (virtual) memory exhaustion on 32-bit w/ glibc Mar 31, 2017
util.h Merge #9417: Do not evaluate hidden LogPrint arguments Jan 5, 2017
utilmoneystr.cpp Bump copyright headers to 2015 Dec 13, 2015
utilmoneystr.h Bump copyright headers to 2015 Dec 13, 2015
utilstrencodings.cpp Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
utilstrencodings.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
utiltime.cpp [trivial] Fix typos in comments Jan 27, 2017
utiltime.h net: Consistently use GetTimeMicros() for inactivity checks Jan 25, 2017
validation.cpp Make threshold for flushing more conservative. Apr 5, 2017
validation.h Return errors from importmulti if complete rescans are not successful Feb 22, 2017
validationinterface.cpp Add a CValidationInterface::NewPoWValidBlock callback Jan 5, 2017
validationinterface.h Better document usage of SyncTransaction Jan 23, 2017
version.h Increment MIT Licence copyright header year on files modified in 2016 Dec 31, 2016
versionbits.cpp Don't require segwit in getblocktemplate for segwit signalling or mining Mar 16, 2017
versionbits.h RPC: augment getblockchaininfo bip9_softforks data Oct 19, 2016
warnings.cpp Move GetWarnings() into its own file. Dec 3, 2016
warnings.h Move GetWarnings() into its own file. Dec 3, 2016