dash/src
2014-04-24 12:39:09 -07:00
..
json Silence useless warning in src/json/json_spirit_writer_template.h to make important warnings easier to see. 2013-09-14 15:10:29 -10:00
leveldb LevelDB: use PosixWriteableFile only on MacOS X 2013-12-04 20:36:51 -10:00
obj
obj-test
qt updated tray icon 2014-04-03 20:41:17 -07:00
test Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
addrman.cpp Split off hash.h from util.h 2012-12-18 21:39:29 +01:00
addrman.h Trim trailing whitespace for src/*.{h,cpp} 2012-09-18 15:07:58 -04:00
aes_helper.c updated to new algo! 2014-01-13 18:57:41 -07:00
alert.cpp updated alert keys 2014-04-24 12:39:09 -07:00
alert.h -alertnotify=<cmd> 2013-03-19 15:16:30 -04:00
allocators.h Make signature cache store CPubKeys 2013-07-04 03:00:58 -10:00
base58.h Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
bignum.h Use a uint256 for bnChainWork 2013-04-12 12:17:28 +02:00
bitcoinrpc.cpp Add makekeypair to generate ECDSA keys 2014-04-22 19:21:14 +01:00
bitcoinrpc.h Add makekeypair to generate ECDSA keys 2014-04-22 19:21:14 +01:00
blake.c updated to new algo! 2014-01-13 18:57:41 -07:00
bloom.cpp Performance optimization for bloom filters. 2013-08-21 19:58:21 -10:00
bloom.h Performance optimization for bloom filters. 2013-08-21 19:58:21 -10:00
bmw.c updated to new algo! 2014-01-13 18:57:41 -07:00
checkpoints.cpp 32bit compatible (removed DGW v1) 2014-04-04 08:03:11 -07:00
checkpoints.h Merge pull request #2186 from Diapolo/misc_stuff 2013-02-23 23:52:27 -08:00
checkqueue.h Port Thread* methods to boost::thread_group 2013-04-03 19:57:13 -04:00
clientversion.h version bump 2014-04-04 08:05:07 -07:00
coincontrol.h Coin Control Features for Bitcoin 0.8.5 2013-11-22 23:54:13 -10:00
compat.h Allow select()ing up to 1024 file descriptors on Windows 2013-04-26 01:31:10 +02:00
crypter.cpp CSecret/CKey -> CKey/CPubKey split/refactor 2013-07-04 03:00:32 -10:00
crypter.h CSecret/CKey -> CKey/CPubKey split/refactor 2013-07-04 03:00:32 -10:00
cubehash.c updated to new algo! 2014-01-13 18:57:41 -07:00
db.cpp Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 2013-11-28 12:34:26 -10:00
db.h Remove database/ after clean shutdown 2013-04-24 22:38:56 +02:00
echo.c updated to new algo! 2014-01-13 18:57:41 -07:00
groestl.c updated to new algo! 2014-01-13 18:57:41 -07:00
hash.cpp Add MurmurHash3 implementation to hash.h/add hash.cpp. 2013-01-16 12:48:01 -05:00
hash.h Make CPubKey statically allocated 2013-07-04 03:00:12 -10:00
hashblock.h upated beginning letter 2014-01-18 06:48:44 -07:00
init.cpp Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
init.h Have Qt poll for shutdown requested, the QT way. 2013-04-03 19:58:47 -04:00
jh.c updated to new algo! 2014-01-13 18:57:41 -07:00
keccak.c updated to new algo! 2014-01-13 18:57:41 -07:00
key.cpp Fix minor backward incompatibility 2013-07-13 01:14:23 -10:00
key.h Make signature cache store CPubKeys 2013-07-04 03:00:58 -10:00
keystore.cpp CSecret/CKey -> CKey/CPubKey split/refactor 2013-07-04 03:00:32 -10:00
keystore.h CSecret/CKey -> CKey/CPubKey split/refactor 2013-07-04 03:00:32 -10:00
leveldb.cpp Reduce number of open LevelDB files to 64 2013-04-24 00:10:23 +02:00
leveldb.h Deal with LevelDB errors 2013-01-30 04:30:02 +01:00
limitedmap.h Add a limitedmap class similar to mruset 2013-04-01 11:56:22 -04:00
luffa.c updated to new algo! 2014-01-13 18:57:41 -07:00
main.cpp fix for DGW till perm fix later 2014-04-08 02:09:55 -07:00
main.h Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
makefile.linux-mingw Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
makefile.mingw Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
makefile.osx Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
makefile.unix Changed name to DarkCoin 2014-01-28 18:24:52 -07: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 added more seed nodes 2014-04-02 06:26:47 -07:00
net.h Store and use a sanitized subVer 2013-11-27 22:28:40 -10:00
netbase.cpp Hurricane Electric uses block 2001:470::, not 2011:470:: 2013-10-14 17:45:44 -10:00
netbase.h Merge pull request #1913 from sipa/noi2p 2012-10-11 00:41:33 -07:00
noui.cpp Improve block database load error reporting 2013-02-17 23:25:42 +01:00
protocol.cpp Always print full hashes (tx, block, inv) 2013-04-07 03:43:55 +02:00
protocol.h step3 2014-01-10 08:29:58 -07:00
rpcblockchain.cpp RPC: add 'verifychain', to verify chain database at runtime 2013-11-14 00:44:48 -10:00
rpcdump.cpp Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
rpcmining.cpp Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
rpcnet.cpp Add makekeypair to generate ECDSA keys 2014-04-22 19:21:14 +01:00
rpcrawtransaction.cpp Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
rpcwallet.cpp Changed name to DarkCoin 2014-01-28 18:24:52 -07:00
script.cpp Make signature cache store CPubKeys 2013-07-04 03:00:58 -10:00
script.h CSecret/CKey -> CKey/CPubKey split/refactor 2013-07-04 03:00:32 -10:00
serialize.h Remove redundant insert method in serialize. 2013-11-08 15:45:58 -10:00
shavite.c updated to new algo! 2014-01-13 18:57:41 -07:00
simd.c updated to new algo! 2014-01-13 18:57:41 -07:00
skein.c updated to new algo! 2014-01-13 18:57:41 -07:00
sph_blake.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_bmw.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_cubehash.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_echo.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_groestl.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_jh.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_keccak.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_luffa.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_shavite.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_simd.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_skein.h updated to new algo! 2014-01-13 18:57:41 -07:00
sph_types.h updated to new algo! 2014-01-13 18:57:41 -07:00
sync.cpp Trim trailing whitespace for src/*.{h,cpp} 2012-09-18 15:07:58 -04:00
sync.h Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2 2012-12-12 09:27:35 -08: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 Improve gettxoutsetinfo command 2013-05-01 17:21:43 +02:00
txdb.h Merge pull request #2221 from sipa/perfo 2013-02-22 09:01:30 -08:00
ui_interface.h Have Qt poll for shutdown requested, the QT way. 2013-04-03 19:58:47 -04:00
uint256.h updated to new algo! 2014-01-13 18:57:41 -07:00
util.cpp DGW v2 implementation with timewarp limitations 2014-03-25 07:22:32 -07:00
util.h Refactor: pull alert string sanitization into util 2013-11-27 22:28:40 -10:00
version.cpp Fix build date for from-tarball builds 2013-07-05 23:51:41 -10:00
version.h Disconnect nodes older than protocol version 70002 (Litecoin 0.8.3.7) 2013-10-30 17:16:30 -10:00
wallet.cpp Prevent empty transactions from being added to vtxPrev 2013-12-04 20:36:50 -10:00
wallet.h Coin Control Features for Bitcoin 0.8.5 2013-11-22 23:54:13 -10:00
walletdb.cpp Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 2013-11-28 12:34:26 -10:00
walletdb.h CSecret/CKey -> CKey/CPubKey split/refactor 2013-07-04 03:00:32 -10:00