twister-core/src
2013-08-06 23:30:09 -03:00
..
json Back out spacing changes to json spirit code 2012-01-19 14:32:45 -05:00
leveldb Added GNU/kFreeBSD kernel name (TARGET_OS) 2013-06-12 14:46:16 +02:00
obj
obj-test
qt make genesis block valid and disable gui 2013-07-16 01:11:02 -03:00
test removing stuff 2013-07-17 15:23:47 -03:00
addrman.cpp Split off hash.h from util.h 2012-12-18 21:39:29 +01:00
addrman.h
alert.cpp Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
alert.h -alertnotify=<cmd> 2013-03-19 15:16:30 -04:00
allocators.h Make signature cache store CPubKeys 2013-05-30 05:20:23 +02:00
base58.h Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
bignum.h Use a uint256 for bnChainWork 2013-04-12 12:17:28 +02:00
bitcoind.cpp first hack compiling bitcoind (twister) + libtorrent 2013-07-31 09:05:12 -03:00
bitcoinrpc.cpp dht get/put kind of working. with json interface. amazing. 2013-08-05 22:33:38 -03:00
bitcoinrpc.h dht get/put kind of working. with json interface. amazing. 2013-08-05 22:33:38 -03:00
bloom.cpp removed vin and vout from CTransaction 2013-07-15 20:14:57 -03:00
bloom.h Add nFlags to CBloomFilter to make filter updating optional. 2013-01-16 14:34:06 -05:00
chainparams.cpp tx accepted! 2013-07-20 23:58:56 -03:00
chainparams.h add and verify proof of work in tx. remove some old stuff. 2013-07-16 21:46:36 -03:00
checkpoints.cpp Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
checkpoints.h Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 2013-05-24 11:10:53 -04:00
checkqueue.h removed vin and vout from CTransaction 2013-07-15 20:14:57 -03:00
clientversion.h Prepare for 0.9 merge window 2013-05-30 04:43:51 +02:00
compat.h Allow select()ing up to 1024 file descriptors on Windows 2013-04-26 01:31:10 +02:00
core.cpp test invalid userhash (might be an invalid tx received from network) 2013-07-20 20:00:30 -03:00
core.h ccoins is now the register element database 2013-07-17 17:48:29 -03:00
crypter.cpp CSecret/CKey -> CKey/CPubKey split/refactor 2013-05-30 05:20:21 +02:00
crypter.h CSecret/CKey -> CKey/CPubKey split/refactor 2013-05-30 05:20:21 +02:00
db.cpp Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
db.h Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02: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-05-30 05:18:42 +02:00
init.cpp proper libtorrent stop, session save 2013-08-02 00:43:04 -03:00
init.h Have Qt poll for shutdown requested, the QT way. 2013-04-03 19:58:47 -04:00
key.cpp Fix minor backward incompatibility 2013-07-13 12:57:19 +02:00
key.h Make signature cache store CPubKeys 2013-05-30 05:20:23 +02:00
keystore.cpp starting wallet cleanup. added username, renamed to twisterwallet.dat 2013-07-24 19:50:37 -03:00
keystore.h starting wallet cleanup. added username, renamed to twisterwallet.dat 2013-07-24 19:50:37 -03: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
main.cpp use the same message magic everywhere (to hash) 2013-08-04 11:36:44 -03:00
main.h mining fixes: add salt to instance and use correct username for signing 2013-07-25 12:06:18 -03:00
makefile.linux-mingw fix makefiles and init.cpp after chainparams merge 2013-06-23 17:39:39 +02:00
makefile.mingw fix makefiles and init.cpp after chainparams merge 2013-06-23 17:39:39 +02:00
makefile.osx fix makefiles and init.cpp after chainparams merge 2013-06-23 17:39:39 +02:00
makefile.unix renamed binary to twisterd 2013-07-20 15:39:36 -03:00
mruset.h
net.cpp mempool/cinv now indexed by userhash (all tx must be indexed by userhash btw) 2013-07-19 00:00:59 -03:00
net.h mempool/cinv now indexed by userhash (all tx must be indexed by userhash btw) 2013-07-19 00:00:59 -03:00
netbase.cpp fix !O_NONBLOCK where ~O_NONBLOCK was meant 2013-04-27 15:37:26 +02:00
netbase.h
noui.cpp Improve block database load error reporting 2013-02-17 23:25:42 +01:00
protocol.cpp Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
protocol.h Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
rpcblockchain.cpp remove GetCoins/SetCoins 2013-07-24 18:23:05 -03:00
rpcdump.cpp another big wallet cleanup 2013-07-25 12:06:56 -03:00
rpcmining.cpp mining fixes: add salt to instance and use correct username for signing 2013-07-25 12:06:18 -03:00
rpcnet.cpp Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
rpcrawtransaction.cpp rpcwallet cleanups 2013-07-25 11:26:26 -03:00
rpcwallet.cpp another big wallet cleanup 2013-07-25 12:06:56 -03:00
script.cpp starting wallet cleanup. added username, renamed to twisterwallet.dat 2013-07-24 19:50:37 -03:00
script.h starting wallet cleanup. added username, renamed to twisterwallet.dat 2013-07-24 19:50:37 -03:00
serialize.h Use per-message send buffer, rather than per connection 2013-03-29 23:56:26 +01:00
sync.cpp
sync.h Added comments to sync.h to make it easier to understand the macros 2013-06-25 16:54:58 -07:00
threadsafety.h
twister.cpp convert entry to json 2013-08-06 23:30:09 -03:00
twister.h dht get/put kind of working. with json interface. amazing. 2013-08-05 22:33:38 -03:00
txdb.cpp remove GetCoins/SetCoins 2013-07-24 18:23:05 -03:00
txdb.h remove GetCoins/SetCoins 2013-07-24 18:23:05 -03:00
ui_interface.h Have Qt poll for shutdown requested, the QT way. 2013-04-03 19:58:47 -04:00
uint256.h Specified base_uint component size 2013-05-07 20:03:17 -05:00
util.cpp fix -datadir inicialization and debug log 2013-07-19 19:32:57 -03:00
util.h Dump addresses every 15 minutes instead of 10 seconds 2013-06-24 11:48:14 +02:00
version.cpp Fix build date for from-tarball builds 2013-06-29 14:16:50 +02:00
version.h Bump PROTOCOL_VERSION for filter messages. 2013-01-16 12:48:02 -05:00
wallet.cpp another big wallet cleanup 2013-07-25 12:06:56 -03:00
wallet.h another big wallet cleanup 2013-07-25 12:06:56 -03:00
walletdb.cpp another big wallet cleanup 2013-07-25 12:06:56 -03:00
walletdb.h removing stuff 2013-07-24 20:28:23 -03:00