dogecoin/src
2014-08-24 17:12:33 +02:00
..
compat build: add symbol for upcoming gcc 4.9's libstdc++ 2014-05-26 21:02:53 +02:00
json switch from boost int types to <stdint.h> 2014-07-09 17:02:13 +02: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 New icons with 7 images 2014-08-23 19:24:35 +02:00
test Support auxillary proof of work. 2014-08-01 16:42:50 +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
auxpow.cpp Correct AuxPoW coinbase script concatenation operators. 2014-08-17 12:09:40 +01:00
auxpow.h Import Vince Durham's aux proof of work implementation. 2014-08-01 13:41:21 +02:00
base58.cpp Move base58.h implementation code to base58.cpp 2014-07-09 16:36:24 +02:00
base58.h Move base58.h implementation code to base58.cpp 2014-07-09 16:36:24 +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 Updated checkpoint statistics. 2014-08-16 15:18:56 +01: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 version bump 2014-08-04 08:11:04 -04: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 extracted auxpow consts 2014-08-03 17:05:49 +02:00
core.h Set AuxPoW switchover block to 371337 2014-08-18 20:14:16 +01: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 SetupEnvironment() - clean commit 2014-07-09 17:01:36 +02:00
dogecoind-res.rc Update .rc files to reflect Dogecoin 2014-03-31 21:07:35 +02:00
dogecoind.cpp SetupEnvironment() - clean commit 2014-07-09 17:01:36 +02:00
hash.cpp
hash.h Cleanup code using forward declarations. 2013-11-10 09:36:28 -06:00
init.cpp Switch stdout to line buffering 2014-06-29 15:38:46 +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 Revert "Disable safe mode around AuxPoW switchover." 2014-08-24 17:12:33 +02:00
main.h Merge pull request #620 from rnicoll/1.8-dev-rpc 2014-08-18 21:17:00 +02:00
Makefile.am Support auxillary proof of work. 2014-08-01 16:42:50 +02:00
Makefile.include Don't use ded -i to stay POSIX compliant 2014-06-29 15:38:31 +02:00
miner.cpp Removed unused ScanHash_CryptoPP() method. 2014-08-07 20:00:03 +01:00
miner.h Enable RPC commands for mining aux proof of work blocks. 2014-08-01 16:43:05 +02:00
mruset.h Limit number of known addresses per peer 2014-07-09 17:19:32 +02:00
net.cpp Use pnode->nLastRecv as sync score directly 2014-07-09 17:20:12 +02:00
net.h Limit number of known addresses per peer 2014-07-09 17:19:32 +02:00
netbase.cpp Replace non-threadsafe strerror 2014-07-09 17:11:55 +02:00
netbase.h Replace non-threadsafe strerror 2014-07-09 17:11:55 +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 Enable RPC commands for mining aux proof of work blocks. 2014-08-01 16:43:05 +02:00
rpcclient.cpp switch from boost int types to <stdint.h> 2014-07-09 17:02:13 +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 Merge pull request #620 from rnicoll/1.8-dev-rpc 2014-08-18 21:17:00 +02:00
rpcmisc.cpp switch from boost int types to <stdint.h> 2014-07-09 17:02:13 +02:00
rpcnet.cpp switch from boost int types to <stdint.h> 2014-07-09 17:02:13 +02:00
rpcprotocol.cpp Replace non-threadsafe gmtime and setlocale 2014-07-09 17:12:18 +02:00
rpcprotocol.h 'sendrawtransaction' improvements 2014-05-25 18:57:45 +02:00
rpcrawtransaction.cpp switch from boost int types to <stdint.h> 2014-07-09 17:02:13 +02:00
rpcserver.cpp Enable RPC commands for mining aux proof of work blocks. 2014-08-01 16:43:05 +02:00
rpcserver.h Enable RPC commands for mining aux proof of work blocks. 2014-08-01 16:43:05 +02:00
rpcwallet.cpp No references to centralized databases in help text. 2014-07-09 17:18:40 +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 Merge pull request #601 from rnicoll/1.8-dev-leveldb 2014-08-09 18:19:25 +02:00
txdb.h Support auxillary proof of work. 2014-08-01 16:42:50 +02: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 Replace non-threadsafe gmtime and setlocale 2014-07-09 17:12:18 +02:00
util.h Replace non-threadsafe gmtime and setlocale 2014-07-09 17:12:18 +02:00
version.cpp VERSION obtained from source instead of the previous git tag. 2014-05-26 21:34:40 +02:00
version.h Changed protocol version number to the less extreme 70003. 2014-08-24 12:04:54 +01:00
wallet.cpp add DEFAULT_TRANSACTION_FEE constant in wallet 2014-06-29 15:38:33 +02:00
wallet.h CWallet: fix nTimeFirstKey init, by making constructor init common code 2014-07-09 17:30:21 +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