twister-core/src
2013-10-30 20:57:49 -02:00
..
json
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
addrman.h increase percentage of getaddr (ADDRMAN_GETADDR_MAX_PCT) until we grow older and bigger 2013-10-13 16:57:35 -03:00
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 implement new rpc dumppubkey. 2013-10-29 17:54:23 -02:00
bitcoinrpc.h implement new rpc dumppubkey. 2013-10-29 17:54:23 -02:00
bloom.cpp removed vin and vout from CTransaction 2013-07-15 20:14:57 -03:00
bloom.h
chainparams.cpp increase POW difficulty for user registrations 2013-10-30 18:55:13 -02: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 small compilation fix 2013-10-15 22:16:56 -03: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
hash.h Make CPubKey statically allocated 2013-05-30 05:18:42 +02:00
init.cpp update port in help text 2013-10-27 16:12:06 -02:00
init.h Have Qt poll for shutdown requested, the QT way. 2013-04-03 19:58:47 -04:00
key.cpp convert encryption api to use std::string 2013-08-09 07:41:46 -03:00
key.h convert encryption api to use std::string 2013-08-09 07:41:46 -03: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 leveldb repair for torrents 2013-10-02 20:03:32 -03:00
leveldb.h leveldb repair for torrents 2013-10-02 20:03:32 -03:00
limitedmap.h Add a limitedmap class similar to mruset 2013-04-01 11:56:22 -04:00
main.cpp mempool uses txhash again (instead of userhash). this is needed to fix key replacement. 2013-10-07 19:33:29 -03:00
main.h mempool uses txhash again (instead of userhash). this is needed to fix key replacement. 2013-10-07 19:33:29 -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 make instructions 2013-10-08 18:39:07 -03:00
mruset.h
net.cpp less noisy in debug 2013-10-26 13:09:20 -02:00
net.h mempool uses txhash again (instead of userhash). this is needed to fix key replacement. 2013-10-07 19:33:29 -03:00
netbase.cpp less debug noise 2013-10-28 19:28:15 -02:00
netbase.h
noui.cpp
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 return "" in dumppubkey for nonexistent user 2013-10-29 18:02:33 -02:00
rpcmining.cpp getlocaldirectmessages: get decrypted direct messages sent/received by user 2013-10-14 11:41:40 -03:00
rpcnet.cpp Introduce a CChainParameters singleton class and regtest mode. 2013-06-19 16:28:52 +02:00
rpcrawtransaction.cpp getrawtransaction using username instead of hash 2013-10-08 16:18:06 -03:00
rpcwallet.cpp getlocaldirectmessages: get decrypted direct messages sent/received by user 2013-10-14 11:41:40 -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_utils.cpp prevent bencoding uninitialized entries (which causes assertion fail) 2013-10-28 19:17:50 -02:00
twister_utils.h getlocaldirectmessages: get decrypted direct messages sent/received by user 2013-10-14 11:41:40 -03:00
twister.cpp don't start torrent for nonexistent users. (we will need something different for #hashtags) 2013-10-30 20:57:49 -02:00
twister.h implement new rpc dumppubkey. 2013-10-29 17:54:23 -02: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
wallet.cpp wallet must be updated with metadata of key being replaced. otherwise we get two keys with the same username next reload. 2013-10-08 17:22:37 -03:00
wallet.h support key replacement from json rpc. seems to work. 2013-10-02 19:04:38 -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