dogecoin/src
Gavin Andresen a16ad1c0f4 Merge pull request #3704 from gavinandresen/wallet_lock_fixes
Wallet locking fixes for -DDEBUG_LOCKORDER
2014-02-24 14:39:23 -05:00
..
json
leveldb Merge src/leveldb changes: temporarily revert to writing .sst files. 2014-01-18 14:32:29 +01:00
m4 build: use -mwindows for gui targets when linking with mingw 2014-01-27 15:30:51 -05:00
obj
obj-test
qt Merge pull request #3703 2014-02-19 09:04:09 +01:00
test Merge pull request #3305 from mikehearn/fee_drop 2014-02-24 14:05:54 -05:00
.gitignore
addrman.cpp Remove redundant .c_str()s 2014-01-23 16:05:01 +01:00
addrman.h
alert.cpp Don't use PRIx64 formatting derives from inttypes.h 2014-02-22 11:36:37 +01:00
alert.h
allocators.cpp
allocators.h
base58.h
bignum.h
bitcoin-cli-res.rc qt: Update remaining "The Bitcoin Core Developers" 2014-01-14 11:19:52 +01:00
bitcoin-cli.cpp
bitcoind-res.rc qt: Update remaining "The Bitcoin Core Developers" 2014-01-14 11:19:52 +01:00
bitcoind.cpp
bloom.cpp
bloom.h
chainparams.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
chainparams.h
checkpoints.cpp Add a new checkpoint at block 279,000 2014-01-18 21:52:46 +02:00
checkpoints.h
checkqueue.h
clientversion.h Bump version numbers for 0.9.0rc1 release 2014-01-29 16:09:11 +01:00
coincontrol.h
coins.cpp
coins.h
compat.h
core.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
core.h Merge pull request #3305 from mikehearn/fee_drop 2014-02-24 14:05:54 -05:00
crypter.cpp
crypter.h
db.cpp Don't use PRIx64 formatting derives from inttypes.h 2014-02-22 11:36:37 +01:00
db.h
hash.cpp
hash.h
init.cpp Don't use PRIx64 formatting derives from inttypes.h 2014-02-22 11:36:37 +01:00
init.h
key.cpp
key.h
keystore.cpp
keystore.h
leveldbwrapper.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
leveldbwrapper.h
limitedmap.h
main.cpp Merge pull request #3305 from mikehearn/fee_drop 2014-02-24 14:05:54 -05:00
main.h remove orphan fHaveGUI from main.h 2014-02-16 22:05:24 +01:00
Makefile.am Typesafe strprintf/error/LogPrint functions 2014-01-23 16:05:00 +01:00
Makefile.include Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for 2014-01-18 21:10:56 +00:00
miner.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
miner.h
mruset.h
net.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
net.h Don't use PRIx64 formatting derives from inttypes.h 2014-02-22 11:36:37 +01:00
netbase.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
netbase.h
noui.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
noui.h
protocol.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
protocol.h
rpcblockchain.cpp small changes to rpc command help message strings 2014-01-30 14:13:30 +01:00
rpcclient.cpp
rpcclient.h
rpcdump.cpp Fix crash in importwallet and dumpwallet formatting 2014-02-17 18:42:05 +01:00
rpcmining.cpp
rpcmisc.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
rpcnet.cpp Don't use PRIx64 formatting derives from inttypes.h 2014-02-22 11:36:37 +01:00
rpcprotocol.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
rpcprotocol.h Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
rpcrawtransaction.cpp Make the signrawtransaction docs explicit that the arguments can be 'null'. 2014-02-22 12:52:09 -08:00
rpcserver.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
rpcserver.h Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
rpcwallet.cpp Remove "conflicted" as transaction category. 2014-02-21 16:34:06 +01:00
script.cpp script: tighten multisig non-standard rules: do not relay pubkeys above 65 bytes 2014-02-21 02:26:51 -05:00
script.h Add HasCanonicalPushes(), and use it in IsStandardTx 2014-02-11 21:11:59 +01:00
serialize.h
sync.cpp Wallet locking fixes for -DDEBUG_LOCKORDER 2014-02-18 12:11:46 -05:00
sync.h
threadsafety.h
tinyformat.h Typesafe strprintf/error/LogPrint functions 2014-01-23 16:05:00 +01:00
txdb.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
txdb.h Change new constants in txdb.h to int64_t 2014-02-18 17:13:32 +01:00
txmempool.cpp
txmempool.h
ui_interface.h
uint256.h
util.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
util.h Don't use PRIx64 formatting derives from inttypes.h 2014-02-22 11:36:37 +01:00
version.cpp
version.h
wallet.cpp Merge pull request #3704 from gavinandresen/wallet_lock_fixes 2014-02-24 14:39:23 -05:00
wallet.h Wallet locking fixes for -DDEBUG_LOCKORDER 2014-02-18 12:11:46 -05:00
walletdb.cpp Don't use PRIx64 formatting derives from inttypes.h 2014-02-22 11:36:37 +01:00
walletdb.h Add -zapwallettxes cli/config option, used for wallet recovery 2014-02-14 11:33:07 -05:00