bitcoin/src
Wladimir J. van der Laan 24cde0b7d1 Change progress bar from block-based to time-based
This is less confusing to most people, and doesn't rely on estimates
of the total number of blocks received from other nodes.
2013-02-16 14:51:00 +01:00
..
json
leveldb Fix corruption bug found and analyzed by dhruba@gmail.com 2013-01-23 14:00:29 -05:00
obj
obj-test
qt Change progress bar from block-based to time-based 2013-02-16 14:51:00 +01:00
test Make sure the genesis block is present after reindex 2013-02-01 23:29:59 +01:00
addrman.cpp
addrman.h
alert.cpp
alert.h
allocators.h
base58.h
bignum.h
bitcoinrpc.cpp Add a getaddednodeinfo RPC. 2013-01-27 03:03:04 -05:00
bitcoinrpc.h Add a getaddednodeinfo RPC. 2013-01-27 03:03:04 -05:00
bloom.cpp Add nFlags to CBloomFilter to make filter updating optional. 2013-01-16 14:34:06 -05:00
bloom.h Add nFlags to CBloomFilter to make filter updating optional. 2013-01-16 14:34:06 -05:00
checkpoints.cpp New checkpoint at block 216116 for the 0.8.0 release 2013-01-30 13:13:22 -05:00
checkpoints.h
checkqueue.h Parallelize script verification 2013-01-08 02:00:59 +01:00
clientversion.h Bump version numbers for 0.8 release 2013-01-30 14:19:09 -05:00
compat.h
crypter.cpp
crypter.h
db.cpp
db.h
hash.cpp Add MurmurHash3 implementation to hash.h/add hash.cpp. 2013-01-16 12:48:01 -05:00
hash.h Add MurmurHash3 implementation to hash.h/add hash.cpp. 2013-01-16 12:48:01 -05:00
init.cpp Make sure the genesis block is present after reindex 2013-02-01 23:29:59 +01:00
init.h
irc.cpp
irc.h
key.cpp
key.h
keystore.cpp
keystore.h
leveldb.cpp Deal with LevelDB errors 2013-01-30 04:30:02 +01:00
leveldb.h Deal with LevelDB errors 2013-01-30 04:30:02 +01:00
main.cpp Merge pull request #2279 from sipa/cvrbip30 2013-02-06 12:58:52 -08:00
main.h Merge branch 'reindexgen' of git://github.com/sipa/bitcoin 2013-02-05 10:15:06 -05:00
makefile.linux-mingw Port leveldb to MinGW32 2013-01-23 10:42:46 -05:00
makefile.mingw Port leveldb to MinGW32 2013-01-23 10:42:46 -05:00
makefile.osx Add a CBloomFilter class for use as a transaction filter. 2013-01-16 12:48:01 -05:00
makefile.unix Support large files on 32-bit Linux 2013-01-30 16:05:47 +01:00
mruset.h
net.cpp Add DNS seed support for testnet 2013-01-29 23:13:17 -05:00
net.h Use a copy in place of mapMultiArgs["-addnode"]. 2013-01-27 03:03:04 -05:00
netbase.cpp
netbase.h
noui.cpp add InitMessage() to noui and use debug.log for GUI 2013-01-11 22:57:22 +01:00
protocol.cpp Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK 2013-01-16 12:48:02 -05:00
protocol.h Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK 2013-01-16 12:48:02 -05:00
rpcblockchain.cpp
rpcdump.cpp
rpcmining.cpp Do not use C++11 std::vector.data() 2013-02-07 18:54:22 -05:00
rpcnet.cpp Add a getaddednodeinfo RPC. 2013-01-27 03:03:04 -05:00
rpcrawtransaction.cpp Signrawtransaction shouldn't require redeemScript for non-p2sh txins. 2013-02-01 22:59:42 -05:00
rpcwallet.cpp
script.cpp Merge pull request #2114 from sipa/strictstrict 2013-01-23 07:08:55 -08:00
script.h Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE 2013-01-18 13:55:18 -05:00
serialize.h
sync.cpp
sync.h
threadsafety.h
txdb.cpp Rename database directories 2013-01-28 21:08:05 +01:00
txdb.h Rename database directories 2013-01-28 21:08:05 +01:00
ui_interface.h
uint256.h Add const versions of base_uint.end()/begin(), make size() const. 2013-01-16 12:48:01 -05:00
util.cpp
util.h
version.cpp
version.h Bump PROTOCOL_VERSION for filter messages. 2013-01-16 12:48:02 -05:00
wallet.cpp Make transactions larger than 100K non-standard 2013-02-05 10:08:35 -05:00
wallet.h
walletdb.cpp CValidationState framework 2013-01-30 03:56:44 +01:00
walletdb.h