.. |
json
|
use utf8 for text json strings. only a few characters need to be
|
2013-11-22 17:34:39 -02:00 |
leveldb
|
apply leveldb cygwin patch from http://code.google.com/p/leveldb/issues/detail?id=188
|
2014-01-24 10:12:07 -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 corruption causes infinite-loop and twisterd shutdown hangs. try to fix this.
|
2015-12-20 21:37:57 -02:00 |
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
|
twisterd 0.9.40 adding openssl 1.1.x support
|
2017-09-08 21:45:59 -03:00 |
bignum.h
|
twisterd 0.9.40 adding openssl 1.1.x support
|
2017-09-08 21:45:59 -03:00 |
bitcoind.cpp
|
Replaced references to bitcoin/bitcoind in user-visible messages
|
2014-01-06 15:53:54 +00:00 |
bitcoinrpc.cpp
|
Fix building with boost >= 1.70
|
2020-11-24 02:44:19 +08:00 |
bitcoinrpc.h
|
makes websocket optional
|
2018-04-24 16:15:45 +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
|
update tables
|
2015-08-01 18:44:00 -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
|
0.9.26
|
2014-09-27 10:58:42 -03:00 |
checkpoints.h
|
highly experimental soft checkpoint based on consensus
|
2014-01-19 22:25:22 -02:00 |
checkqueue.h
|
removed vin and vout from CTransaction
|
2013-07-15 20:14:57 -03:00 |
clientversion.h
|
twisterd 0.9.40 adding openssl 1.1.x support
|
2017-09-08 21:45:59 -03:00 |
compat.h
|
mingw fix
|
2014-07-08 22:02:35 -03:00 |
core.cpp
|
remove assert. not the proper way to handle this
|
2013-11-20 14:49:37 -02:00 |
core.h
|
silenced unused variable warnings.
|
2014-01-15 12:54:17 -05:00 |
cppcheck-suppressions.txt
|
Use cppcheck
|
2015-04-01 23:01:59 +02:00 |
crypter.cpp
|
address EVP_CIPHER_CTX opaque type compilation problem with newer openssl versions.
|
2017-06-21 11:38:01 -03: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
|
use DB_CXX_HEADER. fix #114
|
2014-04-06 20:25:49 -03:00 |
dhtproxy.cpp
|
0.9.28: better enforcement of DHT upload rate limit for non-locally generated requests.
|
2014-12-04 16:45:43 -02:00 |
dhtproxy.h
|
fix dht count when using proxy (fix #231)
|
2014-07-04 08:44:26 -03: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
|
makes websocket optional
|
2018-04-24 16:15:45 +03:00 |
init.h
|
Have Qt poll for shutdown requested, the QT way.
|
2013-04-03 19:58:47 -04:00 |
key.cpp
|
twisterd 0.9.40 adding openssl 1.1.x support
|
2017-09-08 21:45:59 -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
|
experimenting with username <-> uid mapping.
|
2015-12-24 15:32:27 -02:00 |
main.h
|
experimenting with username <-> uid mapping.
|
2015-12-24 15:32:27 -02:00 |
makefile.android
|
no boost-locale in android? at least not here.
|
2014-07-04 12:58:10 -03:00 |
makefile.freebsd
|
miniupnp dependency removed, yes! :-) fix #130
|
2014-07-04 00:03:06 -03:00 |
makefile.ios
|
installation...
|
2015-07-19 05:07:04 +03:00 |
makefile.linux-mingw
|
an attempt to fix issue #111
|
2014-03-17 23:23:53 +04:00 |
makefile.mingw
|
miniupnp dependency removed, yes! :-) fix #130
|
2014-07-04 00:03:06 -03:00 |
makefile.osx
|
miniupnp dependency removed, yes! :-) fix #130
|
2014-07-04 00:03:06 -03:00 |
makefile.osx-bitcoin
|
an attempt to fix issue #111
|
2014-03-17 23:23:53 +04:00 |
makefile.unix
|
miniupnp dependency removed, yes! :-) fix #130
|
2014-07-04 00:03:06 -03:00 |
mruset.h
|
|
|
net.cpp
|
0.9.33 fix serious connectivity problem: not trying to connect to >=0.9.30 peers with random ports.
|
2015-12-20 20:04:50 -02:00 |
net.h
|
twisterd 0.9.30: random listening port.
|
2015-08-01 18:19:03 -03:00 |
netbase.cpp
|
hack to support bootstraping with non standard ports using dns seeder
|
2015-08-01 16:42:29 -03:00 |
netbase.h
|
hack to support bootstraping with non standard ports using dns seeder
|
2015-08-01 16:42:29 -03:00 |
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
|
add \n
|
2015-11-14 14:13:10 +01:00 |
rpcdump.cpp
|
fix #303
|
2014-12-20 11:23:31 -02:00 |
rpcmining.cpp
|
fix memory size bug
|
2015-01-31 22:10:06 -04: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 external ports in getinfo
|
2015-12-24 13:42:44 -02:00 |
runme-android.sh
|
use $HOME in android build recipe
|
2014-12-26 21:56:42 -02:00 |
runme-ios-onlinux.sh
|
installation...
|
2015-07-19 05:07:04 +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
|
Do not define be32dec / le32dec on FreeBSD, since they are already defined in sys/endian.h
|
2014-06-22 16:20:29 +02:00 |
scrypt.h
|
Actually include sys/endian.h for le32enc/le32dec
|
2015-03-07 06:41:53 +03:00 |
serialize.h
|
fixes to compile and run under OSX 10.9.1
|
2014-01-02 23:10:57 +00:00 |
softcheckpoint.cpp
|
another soft checkpoint update
|
2017-02-11 15:55:39 -02:00 |
softcheckpoint.h
|
make soft checkpoint less verbose
|
2014-02-14 17:43:44 -02: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
|
o Added threadsafety.h - a set of macros using the -Wthread-safety
|
2012-11-11 00:53:00 -03:00 |
twister_rss.cpp
|
Match indentation style
|
2016-02-09 21:40:41 +00:00 |
twister_rss.h
|
properly escape xml characters
|
2014-06-03 22:05:40 +02:00 |
twister_utils.cpp
|
signing userpost without rt/sig_rt to do rt again...
|
2015-08-12 18:50:25 +03:00 |
twister_utils.h
|
keep track of torrent location (n,k) for direct messages as well.
|
2015-05-31 09:06:42 -03:00 |
twister.cpp
|
makes websocket optional
|
2018-04-24 16:15:45 +03:00 |
twister.h
|
adding favorites to the search scopes
|
2015-09-04 16:06:32 +03: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
|
fix #309
|
2015-01-24 16:57:03 -02:00 |
util.h
|
win32 doesn't like pid_t
|
2014-07-07 21:43:02 -03:00 |
version.cpp
|
different id names per platform
|
2014-12-26 21:57:31 -02:00 |
version.h
|
dhtproxy: tunnel DHT traffic into TCP connections
|
2014-06-26 16:38:43 -03:00 |
wallet.cpp
|
nothing interesting, just checkpointing + warning fix
|
2014-01-16 14:43:37 -02:00 |
wallet.h
|
Explicitly initialize members of fundamental types; avoids "jump depends on
|
2014-01-15 03:30:25 +00:00 |
walletdb.cpp
|
rename bitcoin threads
|
2015-12-22 18:37:11 -02:00 |
walletdb.h
|
removing stuff
|
2013-07-24 20:28:23 -03:00 |