twister-core/src
2014-01-02 23:07:22 +00:00
..
json use utf8 for text json strings. only a few characters need to be 2013-11-22 17:34:39 -02: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
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
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 recheckusertorrent rpc 2013-11-23 18:25:55 -02:00
bitcoinrpc.h recheckusertorrent rpc 2013-11-23 18:25:55 -02:00
bloom.cpp removed vin and vout from CTransaction 2013-07-15 20:14:57 -03:00
bloom.h
chainparams.cpp third dnsseed 2013-12-03 22:03:50 -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 checkpoint 2013-12-30 14:52:41 -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 change to version 0.9.00. sounds better than 0.8.99 2013-11-08 18:37:24 -02:00
compat.h android fixes 2013-10-15 23:21:08 -03:00
core.cpp remove assert. not the proper way to handle this 2013-11-20 14:49:37 -02:00
core.h use scrypt hash function like litecoin 2013-11-14 00:57:51 -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 increase number of file descriptors as discussed in #24 2014-01-02 14:21:12 -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 TODO cleanups 2013-12-30 14:15:45 -02:00
main.h just learned that scrypt is too slow for CBlockTreeDB::LoadBlockIndexGuts. 2013-12-30 15:12:52 -02:00
makefile.android import scrypt sources from litecoin 2013-11-13 22:34:18 -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 now compiling and running on OSX. old makefile.osx from bitcoin is still around in case we need to merge back some stuff. 2014-01-02 23:07:22 +00:00
makefile.osx-bitcoin now compiling and running on OSX. old makefile.osx from bitcoin is still around in case we need to merge back some stuff. 2014-01-02 23:07:22 +00:00
makefile.unix upnp enabled by default like in qmake project 2013-12-08 16:34:07 -02:00
mruset.h
net.cpp upnp enabled by default like in qmake project 2013-12-08 16:34:07 -02:00
net.h new rpc adddnsseed 2013-11-10 11:54:22 -02: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 dumppubkey json return value must be hexstr 2013-12-08 18:24:25 -02:00
rpcmining.cpp getlocaldirectmessages: get decrypted direct messages sent/received by user 2013-10-14 11:41:40 -03:00
rpcnet.cpp new rpc adddnsseed 2013-11-10 11:54:22 -02:00
rpcrawtransaction.cpp properly implement verification using keys that have been replaced. 2013-11-05 00:00:11 -02:00
rpcwallet.cpp report dht_global_nodes in getinfo 2013-12-31 09:46:19 -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
scrypt-sse2.cpp use scrypt hash function like litecoin 2013-11-14 00:57:51 -02:00
scrypt.cpp use scrypt hash function like litecoin 2013-11-14 00:57:51 -02:00
scrypt.h import scrypt sources from litecoin 2013-11-13 22:34:18 -02: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 "hexcape" binary strings before json encoding. 2013-11-22 17:33:07 -02:00
twister_utils.h "hexcape" binary strings before json encoding. 2013-11-22 17:33:07 -02:00
twister.cpp report dht_global_nodes in getinfo 2013-12-31 09:46:19 -02:00
twister.h report dht_global_nodes in getinfo 2013-12-31 09:46:19 -02:00
txdb.cpp implement index of partial usernames so search-as-you-type can work as expected with listusernamespartial 2013-11-17 22:56:06 -02:00
txdb.h implement index of partial usernames so search-as-you-type can work as expected with listusernamespartial 2013-11-17 22:56:06 -02: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
utf8core.h utf8 character counting to check message size < 140 2013-11-23 13:06:28 -02:00
util.cpp parameter -htmldir 2013-11-11 17:14:12 -02:00
util.h parameter -htmldir 2013-11-11 17:14:12 -02:00
version.cpp client name is now "twisterd" 2013-11-08 19:50:42 -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