bitcoin/src
Philip Kaufmann a8c20ea946 fix a comment to correctly use -upgradewallet 2012-06-24 18:08:27 +02:00
..
json
obj
obj-test
qt GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 2012-06-20 06:51:38 +02:00
test Node support for Tor hidden services 2012-06-23 01:11:32 +02:00
addrman.cpp
addrman.h
allocators.h Update comment about secure_allocator<> 2012-06-08 16:27:05 +02:00
base58.h
bignum.h Merge branch 'signbugs' of https://github.com/wizeman/bitcoin 2012-06-18 10:48:40 -04:00
bitcoinrpc.cpp RPC: add 'getrawmempool', listing all transaction ids in memory pool 2012-06-22 11:43:34 -04:00
bitcoinrpc.h
checkpoints.cpp Add a testnet checkpoint at block 546 2012-05-25 14:36:40 -04:00
checkpoints.h
compat.h
crypter.cpp
crypter.h
db.cpp Remove CTxDB::ReadOwnerTxes. 2012-06-20 15:07:48 +02:00
db.h Remove CTxDB::ReadOwnerTxes. 2012-06-20 15:07:48 +02:00
init.cpp fix a comment to correctly use -upgradewallet 2012-06-24 18:08:27 +02:00
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) 2012-06-12 07:21:03 +02:00
irc.cpp Rework network config settings 2012-05-31 18:12:35 +02:00
irc.h
key.cpp fix a memory leak in key.cpp 2012-06-21 14:43:13 +02:00
key.h
keystore.cpp
keystore.h
main.cpp Merge pull request #1174 from sipa/torhs 2012-06-23 19:21:13 -07:00
main.h RPC: add 'getrawmempool', listing all transaction ids in memory pool 2012-06-22 11:43:34 -04:00
makefile.linux-mingw
makefile.mingw
makefile.osx
makefile.unix
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). 2012-06-19 09:48:00 +03:00
net.cpp Debug version messages 2012-06-23 01:11:38 +02:00
net.h Merge pull request #1174 from sipa/torhs 2012-06-23 19:21:13 -07:00
netbase.cpp Rewrite CNetAddr::GetReachabilityFrom() 2012-06-23 01:11:38 +02:00
netbase.h Rewrite CNetAddr::GetReachabilityFrom() 2012-06-23 01:11:38 +02:00
noui.cpp 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) 2012-06-12 07:21:03 +02:00
protocol.cpp
protocol.h
rpcdump.cpp
script.cpp
script.h
serialize.h
strlcpy.h
sync.cpp Fix DEBUG_LOCKCONTENTION 2012-06-05 16:13:16 +02:00
sync.h Fix DEBUG_LOCKCONTENTION 2012-06-05 16:13:16 +02:00
ui_interface.h
uint256.h
util.cpp Merge pull request #1174 from sipa/torhs 2012-06-23 19:21:13 -07:00
util.h Merge pull request #1174 from sipa/torhs 2012-06-23 19:21:13 -07:00
version.cpp
version.h
wallet.cpp Fix coin selection to only include change when it's necessary. 2012-06-04 16:49:10 +00:00
wallet.h Refactor SelectCoinsMinConf() and add unit tests. 2012-06-04 16:36:34 +00:00
walletdb.cpp
walletdb.h