Permalink
..
Failed to load latest commit information.
compat 0.10 fix for crashes on OSX 10.6 Mar 19, 2015
config build: move bitcoin-config.h to its own directory Jun 21, 2014
crypto Header define style cleanups Nov 20, 2014
json json: fail read_string if string contains trailing garbage Jun 3, 2015
leveldb Update LevelDB Nov 4, 2015
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
primitives Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic Oct 8, 2015
qt *: alias -h for --help Nov 6, 2015
script Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic Oct 8, 2015
secp256k1
test Clarification of unit test build instructions. Nov 6, 2015
univalue Fix all header defines Nov 3, 2014
.clang-format Update coding style and add .clang-format Jul 28, 2014
Makefile.am Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid build… Jan 6, 2015
Makefile.qt.include Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid build… Jan 6, 2015
Makefile.qttest.include build: make a distinction between static app ldflags and static lib l… Nov 20, 2014
Makefile.test.include Keep mempool consistent during block-reorgs Apr 6, 2015
addrman.cpp Cap nAttempts penalty at 8 and switch to pow instead of a division loop. Apr 20, 2015
addrman.h Merge pull request #6704 Sep 22, 2015
alert.cpp minor code style cleanup after recent merges Nov 4, 2014
alert.h Fix all header defines Nov 3, 2014
allocators.cpp Apply clang-format on some infrequently-updated files Sep 19, 2014
allocators.h boost: split stream classes out of serialize.h Oct 22, 2014
amount.cpp
amount.h MOVEONLY: Move CFeeRate and Amount constants to amount.o Oct 27, 2014
base58.cpp Convert remaining comments in /src to doxygen format Nov 21, 2014
base58.h Convert remaining comments in /src to doxygen format Nov 21, 2014
bitcoin-cli-res.rc fix copyright string in two of our *.rc files Jul 1, 2014
bitcoin-cli.cpp *: alias -h for --help Nov 6, 2015
bitcoin-tx.cpp *: alias -h for --help Nov 6, 2015
bitcoind-res.rc fix copyright string in two of our *.rc files Jul 1, 2014
bitcoind.cpp
bloom.cpp MOVEONLY: core/ -> primitives/ Dec 3, 2014
bloom.h Convert remaining comments in /src to doxygen format Nov 21, 2014
chain.cpp
chain.h MOVEONLY: core/ -> primitives/ Dec 3, 2014
chainparams.cpp Bugfix: Allow mining on top of old tip blocks for testnet (fixes test… Nov 6, 2015
chainparams.h Bugfix: Allow mining on top of old tip blocks for testnet (fixes test… Nov 6, 2015
chainparamsbase.cpp Update comments in chainparams to be doxygen compatible Oct 25, 2014
chainparamsbase.h Fix all header defines Nov 3, 2014
chainparamsseeds.h Update seed IPs, based on bitcoin.sipa.be crawler data Jan 6, 2015
checkpoints.cpp Convert remaining comments in /src to doxygen format Nov 21, 2014
checkpoints.h Convert remaining comments in /src to doxygen format Nov 21, 2014
checkqueue.h Acquire CCheckQueue's lock to avoid race condition Feb 23, 2015
clientversion.cpp Update comments in version to be doxygen compatible Oct 31, 2014
clientversion.h Bump version to 0.10.4, add release notes Nov 9, 2015
coincontrol.h MOVEONLY: core/ -> primitives/ Dec 3, 2014
coins.cpp
coins.h Convert remaining comments in /src to doxygen format Nov 21, 2014
compat.h Set TCP_NODELAY on P2P sockets. Oct 23, 2015
compressor.cpp boost: moveonly: split CPubKey and friends to new files Oct 31, 2014
compressor.h MOVEONLY: core/ -> primitives/ Dec 3, 2014
core_io.h Bugfix: prioritisetransaction: Do some basic sanity checking on txid Dec 31, 2014
core_read.cpp Bugfix: prioritisetransaction: Do some basic sanity checking on txid Dec 31, 2014
core_write.cpp
crypter.cpp
crypter.h Convert remaining comments in /src to doxygen format Nov 21, 2014
db.cpp
db.h Convert remaining comments in /src to doxygen format Nov 21, 2014
eccryptoverify.cpp minor code style cleanup after recent merges Nov 4, 2014
eccryptoverify.h minor code style cleanup after recent merges Nov 4, 2014
ecwrapper.cpp Improve robustness of DER recoding code Jan 12, 2015
ecwrapper.h Convert remaining comments in /src to doxygen format Nov 21, 2014
hash.cpp Split up crypto/sha2 Nov 20, 2014
hash.h Split up crypto/sha2 Nov 20, 2014
init.cpp Add option `-alerts` to opt out of alert system Jun 15, 2015
init.h Make comments in main an init doxygen compatible Dec 2, 2014
key.cpp Merge pull request #5227 Dec 1, 2014
key.h
keystore.cpp Update comments in keystore to be doxygen compatible Oct 28, 2014
keystore.h boost: moveonly: split CPubKey and friends to new files Oct 31, 2014
leveldbwrapper.cpp Handle leveldb::DestroyDB() errors on wipe failure Sep 21, 2015
leveldbwrapper.h Convert remaining comments in /src to doxygen format Nov 21, 2014
limitedmap.h remove code below asserts in limitedmap.h (fixes a ToDo) Sep 22, 2014
main.cpp net: Disable P2P alert system Mar 9, 2017
main.h Move LOCKTIME_THRESHOLD to src/script/script.h Oct 8, 2015
merkleblock.cpp PARTIAL: typofixes (found by misspell_fixer) Sep 21, 2015
merkleblock.h Move CMerkleBlock and CPartialMerkleTree to their own file Dec 5, 2014
miner.cpp Avoid crash on start in TestBlockValidity with gen=1. May 12, 2015
miner.h
mruset.h Apply clang-format on some infrequently-updated files Sep 19, 2014
net.cpp Set TCP_NODELAY on P2P sockets. Oct 23, 2015
net.h Limit message sizes before transfer Mar 9, 2015
netbase.cpp Set TCP_NODELAY on P2P sockets. Oct 23, 2015
netbase.h Simplify code for CSubnet May 27, 2015
noui.cpp Add a SECURE style flag for ThreadSafeMessageBox, which indicates tha… Oct 17, 2014
noui.h add missing header end comments Aug 28, 2014
pow.cpp MOVEONLY: core/ -> primitives/ Dec 3, 2014
pow.h CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockPro… Oct 29, 2014
protocol.cpp 0.10 fix for crashes on OSX 10.6 Mar 19, 2015
protocol.h
pubkey.cpp Split up crypto/sha2 Nov 20, 2014
pubkey.h minor code style cleanup after recent merges Nov 4, 2014
random.cpp Make sure that GetRandomBytes never fails Nov 7, 2014
random.h Fix typo in doxygen comment. Nov 25, 2014
rest.cpp [REST] /rest/block response with full tx details Dec 9, 2014
rpcblockchain.cpp [REST] JSON output: remove block infos from tx details if it is neste… Dec 9, 2014
rpcclient.cpp Update comments in src/rpc* to be doxygen compatible Nov 20, 2014
rpcclient.h Update comments in src/rpc* to be doxygen compatible Nov 20, 2014
rpcdump.cpp Add sanity check after key generation Nov 23, 2014
rpcmining.cpp Fix missing lock in submitblock Apr 14, 2015
rpcmisc.cpp fix crash: createmultisig and addmultisigaddress Feb 20, 2015
rpcnet.cpp Update comments in src/rpc* to be doxygen compatible Nov 20, 2014
rpcprotocol.cpp Update comments in src/rpc* to be doxygen compatible Nov 20, 2014
rpcprotocol.h [REST] give an appropriate response in warmup phase Nov 26, 2014
rpcrawtransaction.cpp wallet: fix boost::get usage with boost 1.58 May 6, 2015
rpcserver.cpp PARTIAL: typofixes (found by misspell_fixer) Sep 21, 2015
rpcserver.h Add 'invalidateblock' and 'reconsiderblock' RPC commands. Nov 26, 2014
rpcwallet.cpp Merge pull request #6704 Sep 22, 2015
serialize.h Update serialize comments to be doxygen compatible Oct 31, 2014
streams.h boost: split stream classes out of serialize.h Oct 22, 2014
sync.cpp Apply clang-format on some infrequently-updated files Sep 19, 2014
sync.h PARTIAL: typofixes (found by misspell_fixer) Sep 21, 2015
threadsafety.h Apply clang-format on some infrequently-updated files Sep 19, 2014
timedata.cpp Do not store more than 200 timedata samples. Oct 10, 2015
timedata.h Convert remaining comments in /src to doxygen format Nov 21, 2014
tinyformat.h Move `*Version()` functions to version.h/cpp Aug 26, 2014
txdb.cpp MOVEONLY: Separate CTransaction and dependencies from core Oct 27, 2014
txdb.h Convert remaining comments in /src to doxygen format Nov 21, 2014
txmempool.cpp Keep mempool consistent during block-reorgs Apr 6, 2015
txmempool.h Remove txn which are invalidated by coinbase maturity during reorg Dec 8, 2014
ui_interface.h Add a SECURE style flag for ThreadSafeMessageBox, which indicates tha… Oct 17, 2014
uint256.cpp
uint256.h Convert remaining comments in /src to doxygen format Nov 21, 2014
undo.h MOVEONLY: core/ -> primitives/ Dec 3, 2014
util.cpp openssl: avoid config file load/race Jul 17, 2015
util.h Update comments in util to be doxygen compatible Nov 17, 2014
utilmoneystr.cpp MOVEONLY: core/ -> primitives/ Dec 3, 2014
utilmoneystr.h Update comments in util to be doxygen compatible Nov 17, 2014
utilstrencodings.cpp Format paragraphs properly - count the space between words. Dec 6, 2014
utilstrencodings.h Update comments in util to be doxygen compatible Nov 17, 2014
utiltime.cpp Update comments in util to be doxygen compatible Nov 17, 2014
utiltime.h Update comments in util to be doxygen compatible Nov 17, 2014
version.h Update comments in version to be doxygen compatible Oct 31, 2014
wallet.cpp Fix priority calculation in CreateTransaction Feb 3, 2015
wallet.h Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. Dec 23, 2014
wallet_ismine.cpp boost: moveonly: split CPubKey and friends to new files Oct 31, 2014
wallet_ismine.h Fix all header defines Nov 3, 2014
walletdb.cpp boost: drop dependency on tuple in serialization Oct 15, 2014
walletdb.h [Wallet] Watch-only fixes Oct 3, 2014