You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/src
Pieter Wuille 3cce597fc9
Support large files on 32-bit Linux
12 years ago
..
json Back out spacing changes to json spirit code 13 years ago
leveldb Fix corruption bug found and analyzed by dhruba@gmail.com 12 years ago
obj Bump version numbers for 0.6.1rc1 13 years ago
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
qt full translations update 12 years ago
test Merge pull request #2060 from sipa/parallel 12 years ago
addrman.cpp Split off hash.h from util.h 12 years ago
addrman.h Trim trailing whitespace for src/*.{h,cpp} 12 years ago
alert.cpp Give testnet it's own alert key. 12 years ago
alert.h Refactor: move alert code from main to alert.cpp/h 12 years ago
allocators.h don't use memset() in privacy/security relevant code parts 12 years ago
base58.h make CBase58Data class use zero_after_free_allocator 12 years ago
bignum.h Fix two typos in main.h 12 years ago
bitcoinrpc.cpp Add a getaddednodeinfo RPC. 12 years ago
bitcoinrpc.h Add a getaddednodeinfo RPC. 12 years ago
bloom.cpp Add nFlags to CBloomFilter to make filter updating optional. 12 years ago
bloom.h Add nFlags to CBloomFilter to make filter updating optional. 12 years ago
checkpoints.cpp Merge pull request #2087 from gavinandresen/check210000 12 years ago
checkpoints.h Update License in File Headers 13 years ago
checkqueue.h Parallelize script verification 12 years ago
clientversion.h Show warning when using prerelease version 12 years ago
compat.h Update License in File Headers 13 years ago
crypter.cpp don't use memset() in privacy/security relevant code parts 12 years ago
crypter.h don't use memset() in privacy/security relevant code parts 12 years ago
db.cpp Bitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown() 12 years ago
db.h Bitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown() 12 years ago
hash.cpp Add MurmurHash3 implementation to hash.h/add hash.cpp. 12 years ago
hash.h Add MurmurHash3 implementation to hash.h/add hash.cpp. 12 years ago
init.cpp Check only 288 blocks at startup by default 12 years ago
init.h introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) 13 years ago
irc.cpp fix some thread related log messages 12 years ago
irc.h Update License in File Headers 13 years ago
key.cpp Compact serialization for scripts 12 years ago
key.h Split off hash.h from util.h 12 years ago
keystore.cpp Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 13 years ago
keystore.h Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 13 years ago
leveldb.cpp Add -reindex, to perform in-place reindexing of block chain files 12 years ago
leveldb.h Add -reindex, to perform in-place reindexing of block chain files 12 years ago
main.cpp Merge pull request #2223 from gavinandresen/nonfinalnonstandard 12 years ago
main.h Remove support for pre-checksum undo files 12 years ago
makefile.linux-mingw Port leveldb to MinGW32 12 years ago
makefile.mingw Port leveldb to MinGW32 12 years ago
makefile.osx Add a CBloomFilter class for use as a transaction filter. 12 years ago
makefile.unix Support large files on 32-bit Linux 12 years ago
mruset.h If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). 13 years ago
net.cpp New seed nodes, from http://bitcoin.sipa.be/seeds.txt 12 years ago
net.h Use a copy in place of mapMultiArgs["-addnode"]. 12 years ago
netbase.cpp Split off hash.h from util.h 12 years ago
netbase.h Merge pull request #1913 from sipa/noi2p 12 years ago
noui.cpp add InitMessage() to noui and use debug.log for GUI 12 years ago
protocol.cpp Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK 12 years ago
protocol.h Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK 12 years ago
rpcblockchain.cpp Make output of gettxout RPC more consistent 12 years ago
rpcdump.cpp add rescan bool to importprivkey to control whether to do a rescan after import 12 years ago
rpcmining.cpp moved "index_in_template" to a separate variable to clarify what it is 12 years ago
rpcnet.cpp Add a getaddednodeinfo RPC. 12 years ago
rpcrawtransaction.cpp Merge pull request #2182 from gavinandresen/addressoracle 12 years ago
rpcwallet.cpp Merge pull request #1861 from jgarzik/coinlock 12 years ago
script.cpp Merge pull request #2114 from sipa/strictstrict 12 years ago
script.h Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE 12 years ago
serialize.h Split off CBlockHeader from CBlock 12 years ago
sync.cpp Trim trailing whitespace for src/*.{h,cpp} 12 years ago
sync.h Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2 12 years ago
threadsafety.h o Added threadsafety.h - a set of macros using the -Wthread-safety 12 years ago
txdb.cpp Rename database directories 12 years ago
txdb.h Rename database directories 12 years ago
ui_interface.h rework ThreadSafeAskFee() / askFee() functions 12 years ago
uint256.h Add const versions of base_uint.end()/begin(), make size() const. 12 years ago
util.cpp OutputDebugStringF code cleanup 12 years ago
util.h OutputDebugStringF code cleanup 12 years ago
version.cpp Bitcoin-Qt (Windows only): add version info to Resource File 12 years ago
version.h Bump PROTOCOL_VERSION for filter messages. 12 years ago
wallet.cpp Merge pull request #2182 from gavinandresen/addressoracle 12 years ago
wallet.h Merge pull request #1861 from jgarzik/coinlock 12 years ago
walletdb.cpp Remove 'T' from remaining date/time format strings. 12 years ago
walletdb.h Handle corrupt wallets gracefully. 12 years ago