twister-core/src
Miguel Freitas 4c99e80449 fix txindex inconsistency if twisterd crashes.
txindex (user,-1) may point to a key in a block not yet linked to the chain.
2013-11-05 14:02:37 -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 Properly implement spam signing and checking to prevent it from been used to impersonate users. 2013-10-31 14:02:29 -02:00
bitcoinrpc.cpp Merge ../twister-android 2013-11-02 12:41:01 -02:00
bitcoinrpc.h no use for setting/getting defaultuser, it just adds confusion. 2013-10-31 13:48:31 -02:00
bloom.cpp removed vin and vout from CTransaction 2013-07-15 20:14:57 -03:00
bloom.h
chainparams.cpp properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -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 android fixes 2013-10-15 23:21:08 -03:00
core.cpp properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -02:00
core.h properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -02: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 delay libtorrent initialization until we have valid blocks 2013-11-04 19:55:59 -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 fix txindex inconsistency if twisterd crashes. 2013-11-05 14:02:37 -02:00
main.h fix txindex inconsistency if twisterd crashes. 2013-11-05 14:02:37 -02:00
makefile.android disable -fstack-protector on android. is it causing false-positives or is really 2013-10-27 20:12:46 -02: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 Merge branch 'master' of /home/miguel/softs/twister 2013-10-26 17:59:26 -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 Merge branch 'master' of /home/miguel/softs/twister 2013-11-02 12:35:58 -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 properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -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 properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -02:00
rpcwallet.cpp properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -02:00
runme-android.sh fixing android build 2013-10-19 16:09:57 -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 properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -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 android path "/sdcard/twister" (not quite standard but works) 2013-10-20 16:03:19 -02: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