dogecoin/src
Matthew Bogosian 79b0f61dd7 typo
2014-06-29 15:38:46 +02:00
..
compat build: add symbol for upcoming gcc 4.9's libstdc++ 2014-05-26 21:02:53 +02:00
json Revert "JSON Spirit updated to v4.06" 2013-10-22 05:43:46 -04:00
leveldb Squashed 'src/leveldb/' changes from 9094c7f..7924331 2014-06-29 15:38:45 +02:00
m4 Bugfix: configure: Look in libx32 subdirectory for boost libraries 2014-05-26 20:40:34 +02:00
obj
obj-test
qt qt: fix compile issue in Qt GUI 2014-06-29 15:38:40 +02:00
test Add tests for BoostAsioToCNetAddr 2014-06-29 15:38:45 +02:00
addrman.cpp Remove redundant .c_str()s 2014-01-23 16:05:01 +01:00
addrman.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
alert.cpp Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) 2014-05-18 22:27:58 +01:00
alert.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
allocators.cpp Changing LockedPageManager to use a managed instance 2013-10-20 14:29:24 +07:00
allocators.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
base58.cpp Replace DecodeBase58/EncodeBase58 with direct implementation. 2014-05-29 20:05:40 +02:00
base58.h Replace DecodeBase58/EncodeBase58 with direct implementation. 2014-05-29 20:05:40 +02:00
bignum.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
bloom.cpp Fix bloom filter not to use bit_mask 2014-05-24 18:42:01 +02:00
bloom.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
chainparams.cpp Merge pull request #549 from leofidus/1.7-rpctests 2014-06-07 16:27:59 +02:00
chainparams.h Make rewards in regtest mode less random 2014-06-02 21:51:04 +02:00
checkpoints.cpp [Qt] rescan progress 2014-05-26 20:02:44 +02:00
checkpoints.h [Qt] rescan progress 2014-05-26 20:02:44 +02:00
checkqueue.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
clientversion.h Updated client version 1.7.2 and marked it as non-release. 2014-05-18 17:04:45 +01:00
coincontrol.h Coincontrol cleanup (e.g. add missing license) 2013-11-18 08:16:12 +01:00
coins.cpp Add verbose boolean to getrawmempool 2013-11-30 15:42:10 +10:00
coins.h Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriate 2014-03-28 23:40:56 +00:00
compat.h reorder includes to compile on OpenBSD 2014-06-29 15:38:31 +02:00
core.cpp Change sanitizing 2014-04-05 17:42:29 -07:00
core.h move GetPoWHash to CBlockHeader class 2014-05-02 19:55:18 +02:00
crypter.cpp Move CCryptoKeyStore to crypter.cpp 2013-12-04 12:46:13 +01:00
crypter.h Lets get at least dogecoind building 2014-04-05 00:17:09 -07:00
db.cpp unified and better log/error messages for CDBEnv/CDB 2014-05-26 19:49:21 +02:00
db.h Move CAddrDB frrom db to net 2013-12-04 12:46:13 +01:00
dogecoin-cli-res.rc Update .rc files to reflect Dogecoin 2014-03-31 21:07:35 +02:00
dogecoin-cli.cpp Show error message if ReadConfigFile fails 2014-05-26 20:20:11 +02:00
dogecoind-res.rc Update .rc files to reflect Dogecoin 2014-03-31 21:07:35 +02:00
dogecoind.cpp Show error message if ReadConfigFile fails 2014-05-26 20:20:11 +02:00
hash.cpp Add HMAC-SHA512 to hash 2013-06-24 00:56:45 +02:00
hash.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
init.cpp Remove build-time no-IPv6 setting 2014-06-29 15:38:29 +02:00
init.h Allow -noserver with bitcoind 2013-12-20 16:07:33 +01:00
key.cpp Also switch the (unused) verification code to low-s instead of even-s. 2014-06-29 15:38:41 +02:00
key.h Also switch the (unused) verification code to low-s instead of even-s. 2014-06-29 15:38:41 +02:00
keystore.cpp Check redeemScript size does not exceed 520 byte limit 2014-06-29 15:38:39 +02:00
keystore.h Update moved and dead links 2014-05-25 18:02:48 +02:00
leveldbwrapper.cpp Wrap create_directory calls in try catch-blocks 2014-05-26 19:34:50 +02:00
leveldbwrapper.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
limitedmap.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
main.cpp Increase IsStandard() scriptSig length 2014-06-29 15:38:38 +02:00
main.h Remove NumBlocksOfPeers 2014-06-29 15:38:34 +02:00
Makefile.am Replace DecodeBase58/EncodeBase58 with direct implementation. 2014-05-29 20:05:40 +02:00
Makefile.include Don't use ded -i to stay POSIX compliant 2014-06-29 15:38:31 +02:00
miner.cpp Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants 2014-06-29 15:38:32 +02:00
miner.h setgenerate creates multiple blocks in -regtest mode 2013-11-22 09:51:13 +10:00
mruset.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
net.cpp rpc: add getblockchaininfo and getnetworkinfo 2014-06-29 15:38:33 +02:00
net.h rpc: add getblockchaininfo and getnetworkinfo 2014-06-29 15:38:33 +02:00
netbase.cpp net: Add CSubNet class for subnet matching 2014-06-29 15:38:44 +02:00
netbase.h net: Add CSubNet class for subnet matching 2014-06-29 15:38:44 +02:00
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 Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
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 credit where credit is due 2014-03-22 22:13:28 +01:00
rpcblockchain.cpp rpc: add getblockchaininfo and getnetworkinfo 2014-06-29 15:38:33 +02:00
rpcclient.cpp Improve command line options output 2014-05-25 18:11:40 +02:00
rpcclient.h Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriate 2014-03-28 23:40:56 +00:00
rpcdump.cpp [Qt] importwallet progress 2014-05-29 20:06:24 +02:00
rpcmining.cpp RPC command getmininginfo showing right genproclimit 2014-05-25 17:56:49 +02:00
rpcmisc.cpp Check redeemScript size does not exceed 520 byte limit 2014-06-29 15:38:39 +02:00
rpcnet.cpp rpc: add getblockchaininfo and getnetworkinfo 2014-06-29 15:38:33 +02:00
rpcprotocol.cpp Update moved and dead links 2014-05-25 18:02:48 +02:00
rpcprotocol.h 'sendrawtransaction' improvements 2014-05-25 18:57:45 +02:00
rpcrawtransaction.cpp typos 2014-06-29 15:38:39 +02:00
rpcserver.cpp Add tests for BoostAsioToCNetAddr 2014-06-29 15:38:45 +02:00
rpcserver.h Add tests for BoostAsioToCNetAddr 2014-06-29 15:38:45 +02:00
rpcwallet.cpp typo 2014-06-29 15:38:46 +02:00
script.cpp Also switch the (unused) verification code to low-s instead of even-s. 2014-06-29 15:38:41 +02:00
script.h Also switch the (unused) verification code to low-s instead of even-s. 2014-06-29 15:38:41 +02:00
scrypt-sse2.cpp Protocol changes for Dogecoin 1.5 2014-03-22 22:13:27 +01:00
scrypt.cpp Protocol changes for Dogecoin 1.5 2014-03-22 22:13:27 +01:00
scrypt.h Protocol changes for Dogecoin 1.5 2014-03-22 22:13:27 +01:00
serialize.h remove an assignment which is never used. 2014-05-25 18:58:11 +02:00
sync.cpp Wallet locking fixes for -DDEBUG_LOCKORDER 2014-02-18 12:11:46 -05:00
sync.h Use mutex pointer instead of name for AssertLockHeld 2013-12-19 09:46:11 +01:00
threadsafety.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
tinyformat.h Make tinyformat errors raise an exception instead of assert()ing 2014-02-28 09:25:00 +01:00
txdb.cpp use standard __func__ instead of __PRETTY_FUNCTION__ 2014-05-29 22:06:22 +02:00
txdb.h Change new constants in txdb.h to int64_t 2014-02-18 17:13:32 +01:00
txmempool.cpp Remove CWalletTx::vfSpent 2014-02-26 11:53:51 -05:00
txmempool.h Remove CWalletTx::vfSpent 2014-02-26 11:53:51 -05:00
ui_interface.h [Qt] rescan progress 2014-05-26 20:02:44 +02:00
uint256.h Add multiplication and division to uint160/uint256 2014-06-29 15:38:42 +02:00
util.cpp Remove unused function WildcardMatch 2014-06-29 15:38:44 +02:00
util.h Remove unused function WildcardMatch 2014-06-29 15:38:44 +02:00
version.cpp VERSION obtained from source instead of the previous git tag. 2014-05-26 21:34:40 +02:00
version.h Merge branch 'node-bloom-service-bit' of github.com:petertodd/bitcoin into bloom-todd 2014-03-23 21:25:51 +01:00
wallet.cpp add DEFAULT_TRANSACTION_FEE constant in wallet 2014-06-29 15:38:33 +02:00
wallet.h add DEFAULT_TRANSACTION_FEE constant in wallet 2014-06-29 15:38:33 +02:00
walletdb.cpp AddToWallet implies BindWallet 2014-05-29 19:52:30 +02:00
walletdb.h Add -zapwallettxes cli/config option, used for wallet recovery 2014-02-14 11:33:07 -05:00