dogecoin/src
2013-11-08 18:03:46 -06:00
..
json Revert "JSON Spirit updated to v4.06" 2013-10-22 05:43:46 -04:00
leveldb Merge src/leveldb changes for LevelDB 1.13 2013-08-24 22:21:41 +02:00
m4 autotools: fix subdir m4 check, never let it return -I 2013-09-18 17:11:41 -04:00
obj Bump version numbers for 0.6.1rc1 2012-04-27 10:14:33 -04:00
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 2012-01-23 14:27:08 -05:00
qt [Qt] rename rpcconsole window 2013-11-08 09:18:32 +01:00
test Merge pull request #3223 from TheBlueMatt/master 2013-11-08 09:48:30 -08:00
.gitignore Add src/.gitignore: ignore src/test_bitcoin 2013-09-18 07:07:41 -04:00
addrman.cpp Replace printf with LogPrintf / LogPrint 2013-09-18 20:39:25 +10:00
addrman.h re-work -debug switch handling 2013-10-30 16:02:09 +01:00
alert.cpp Replace printf with LogPrintf / LogPrint 2013-09-18 20:39:25 +10:00
alert.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
allocators.cpp Changing LockedPageManager to use a managed instance 2013-10-20 14:29:24 +07:00
allocators.h Merge pull request #3046 from sarchar/lockedpage-change 2013-10-20 16:14:26 -07:00
base58.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
bignum.h Merge pull request #3076 from lano1106/uint256_util 2013-11-04 05:55:37 -08:00
bitcoin-cli-res.rc Add separate bitcoin-rpc client 2013-10-21 09:22:48 +02:00
bitcoin-cli.cpp Add separate bitcoin-rpc client 2013-10-21 09:22:48 +02:00
bitcoind-res.rc rename bitcoin-res.rc to bitcoind-res.rc 2013-10-03 15:06:31 +02:00
bitcoind.cpp No more fHaveGUI 2013-11-04 14:36:49 +01:00
bitcoinrpc.cpp Break dependency of init on wallet. 2013-10-26 14:51:47 +02:00
bitcoinrpc.h RPC: error code changes and prevent crash with walletpassphrase 2013-10-24 09:03:02 +02:00
bloom.cpp Performance optimization for bloom filters. 2013-08-20 02:27:26 -07:00
bloom.h Performance optimization for bloom filters. 2013-08-20 02:27:26 -07:00
chainparams.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
chainparams.h misc spelling / space / style fixes 2013-10-15 12:13:54 +02:00
checkpoints.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
checkpoints.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
checkqueue.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
clientversion.h autotools: switch to autotools buildsystem 2013-09-05 21:31:03 -04:00
compat.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
core.cpp Show short scriptPubKeys correctly 2013-10-24 04:52:16 -04:00
core.h Generalize the remove-outputs check for fully-prunable transactions. 2013-10-28 15:00:43 +01:00
crypter.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
crypter.h Merge pull request #3046 from sarchar/lockedpage-change 2013-10-20 16:14:26 -07:00
db.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
db.h Merge pull request #3119 2013-10-20 22:25:44 +02:00
hash.cpp Add HMAC-SHA512 to hash 2013-06-24 00:56:45 +02:00
hash.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
init.cpp Merge pull request #3196 from laanwj/2013_11_nohavegui 2013-11-05 04:06:08 -08:00
init.h No more fHaveGUI 2013-11-04 14:36:49 +01:00
key.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
key.h fix wrong memcmp() usage in CKey::operator== 2013-10-28 17:09:50 +01:00
keystore.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
keystore.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
leveldbwrapper.cpp Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 2013-11-08 18:03:46 -06:00
leveldbwrapper.h Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 2013-11-08 18:03:46 -06:00
limitedmap.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
main.cpp Merge pull request #3155 from wtogami/split_proto_var 2013-11-08 01:03:11 -08:00
main.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
Makefile.am Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 2013-11-08 18:03:46 -06:00
Makefile.include autotools: fix the Makefile.include to be safely included anywhere. 2013-09-18 17:12:39 -04:00
miner.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
miner.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
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 process received messages one at a time without sleeping between messages 2013-11-03 20:25:50 -08:00
net.h Merge pull request #3155 from wtogami/split_proto_var 2013-11-08 01:03:11 -08:00
netbase.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
netbase.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
noui.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
protocol.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
protocol.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
rpcblockchain.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
rpcdump.cpp Make time facet non-constant 2013-11-05 00:22:41 +04:00
rpcmining.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
rpcnet.cpp RPC: error code changes and prevent crash with walletpassphrase 2013-10-24 09:03:02 +02:00
rpcrawtransaction.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
rpcwallet.cpp RPC: error code changes and prevent crash with walletpassphrase 2013-10-24 09:03:02 +02:00
script.cpp Relay OP_RETURN TxOut as standard transaction type 2013-10-24 04:32:35 -04:00
script.h Merge pull request #2738 from jgarzik/op_return 2013-10-21 22:47:24 -07:00
serialize.h Merge pull request #3173 from gavinandresen/fuzzmessages 2013-10-30 00:51:25 -07:00
sync.cpp Make -DDEBUGLOCKORDER + -debug less noisy 2013-10-20 15:41:15 +10:00
sync.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
threadsafety.h o Added threadsafety.h - a set of macros using the -Wthread-safety 2012-11-11 00:53:00 -03:00
txdb.cpp Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 2013-11-08 18:03:46 -06:00
txdb.h Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 2013-11-08 18:03:46 -06:00
txmempool.cpp Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
txmempool.h Refactor: CTxMempool class to its own txmempool.{cpp,h} 2013-11-04 11:27:02 +10:00
ui_interface.h Have Qt poll for shutdown requested, the QT way. 2013-04-03 19:58:47 -04:00
uint256.h Merge pull request #3076 from lano1106/uint256_util 2013-11-04 05:55:37 -08:00
util.cpp Merge pull request #3076 from lano1106/uint256_util 2013-11-04 05:55:37 -08:00
util.h re-work -debug switch handling 2013-10-30 16:02:09 +01:00
version.cpp Fix build date for from-tarball builds 2013-06-29 14:16:50 +02:00
version.h Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION 2013-10-25 23:46:37 -10:00
wallet.cpp Break dependency of init on wallet. 2013-10-26 14:51:47 +02:00
wallet.h Use boost signals for callbacks from main to wallet 2013-10-26 14:51:46 +02:00
walletdb.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
walletdb.h Merge pull request #3119 2013-10-20 22:25:44 +02:00