.. |
json
|
…
|
|
leveldb
|
Added GNU/kFreeBSD kernel name (TARGET_OS)
|
12 years ago |
obj
|
…
|
|
obj-test
|
…
|
|
qt
|
make genesis block valid and disable gui
|
12 years ago |
test
|
removing stuff
|
12 years ago |
addrman.cpp
|
Split off hash.h from util.h
|
12 years ago |
addrman.h
|
…
|
|
alert.cpp
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
alert.h
|
-alertnotify=<cmd>
|
12 years ago |
allocators.h
|
Make signature cache store CPubKeys
|
12 years ago |
base58.h
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
bignum.h
|
Use a uint256 for bnChainWork
|
12 years ago |
bitcoind.cpp
|
first hack compiling bitcoind (twister) + libtorrent
|
11 years ago |
bitcoinrpc.cpp
|
dhtget/dhtput threadsafe
|
11 years ago |
bitcoinrpc.h
|
dht get/put kind of working. with json interface. amazing.
|
11 years ago |
bloom.cpp
|
removed vin and vout from CTransaction
|
12 years ago |
bloom.h
|
Add nFlags to CBloomFilter to make filter updating optional.
|
12 years ago |
chainparams.cpp
|
tx accepted!
|
12 years ago |
chainparams.h
|
add and verify proof of work in tx. remove some old stuff.
|
12 years ago |
checkpoints.cpp
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
checkpoints.h
|
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable
|
12 years ago |
checkqueue.h
|
removed vin and vout from CTransaction
|
12 years ago |
clientversion.h
|
Prepare for 0.9 merge window
|
12 years ago |
compat.h
|
Allow select()ing up to 1024 file descriptors on Windows
|
12 years ago |
core.cpp
|
test invalid userhash (might be an invalid tx received from network)
|
12 years ago |
core.h
|
ccoins is now the register element database
|
12 years ago |
crypter.cpp
|
CSecret/CKey -> CKey/CPubKey split/refactor
|
12 years ago |
crypter.h
|
CSecret/CKey -> CKey/CPubKey split/refactor
|
12 years ago |
db.cpp
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
db.h
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
hash.cpp
|
Add MurmurHash3 implementation to hash.h/add hash.cpp.
|
12 years ago |
hash.h
|
Make CPubKey statically allocated
|
12 years ago |
init.cpp
|
proper libtorrent stop, session save
|
11 years ago |
init.h
|
Have Qt poll for shutdown requested, the QT way.
|
12 years ago |
key.cpp
|
Fix minor backward incompatibility
|
12 years ago |
key.h
|
Make signature cache store CPubKeys
|
12 years ago |
keystore.cpp
|
starting wallet cleanup. added username, renamed to twisterwallet.dat
|
11 years ago |
keystore.h
|
starting wallet cleanup. added username, renamed to twisterwallet.dat
|
11 years ago |
leveldb.cpp
|
Reduce number of open LevelDB files to 64
|
12 years ago |
leveldb.h
|
Deal with LevelDB errors
|
12 years ago |
limitedmap.h
|
Add a limitedmap class similar to mruset
|
12 years ago |
main.cpp
|
use the same message magic everywhere (to hash)
|
11 years ago |
main.h
|
mining fixes: add salt to instance and use correct username for signing
|
11 years ago |
makefile.linux-mingw
|
fix makefiles and init.cpp after chainparams merge
|
12 years ago |
makefile.mingw
|
fix makefiles and init.cpp after chainparams merge
|
12 years ago |
makefile.osx
|
fix makefiles and init.cpp after chainparams merge
|
12 years ago |
makefile.unix
|
renamed binary to twisterd
|
12 years ago |
mruset.h
|
…
|
|
net.cpp
|
mempool/cinv now indexed by userhash (all tx must be indexed by userhash btw)
|
12 years ago |
net.h
|
mempool/cinv now indexed by userhash (all tx must be indexed by userhash btw)
|
12 years ago |
netbase.cpp
|
fix !O_NONBLOCK where ~O_NONBLOCK was meant
|
12 years ago |
netbase.h
|
…
|
|
noui.cpp
|
Improve block database load error reporting
|
12 years ago |
protocol.cpp
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
protocol.h
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
rpcblockchain.cpp
|
remove GetCoins/SetCoins
|
11 years ago |
rpcdump.cpp
|
another big wallet cleanup
|
11 years ago |
rpcmining.cpp
|
mining fixes: add salt to instance and use correct username for signing
|
11 years ago |
rpcnet.cpp
|
Introduce a CChainParameters singleton class and regtest mode.
|
12 years ago |
rpcrawtransaction.cpp
|
rpcwallet cleanups
|
11 years ago |
rpcwallet.cpp
|
another big wallet cleanup
|
11 years ago |
script.cpp
|
starting wallet cleanup. added username, renamed to twisterwallet.dat
|
11 years ago |
script.h
|
starting wallet cleanup. added username, renamed to twisterwallet.dat
|
11 years ago |
serialize.h
|
Use per-message send buffer, rather than per connection
|
12 years ago |
sync.cpp
|
…
|
|
sync.h
|
Added comments to sync.h to make it easier to understand the macros
|
12 years ago |
threadsafety.h
|
…
|
|
twister.cpp
|
implement dht_get_data_alert to detect when we are neighbor of a certain request
|
11 years ago |
twister.h
|
dht get/put kind of working. with json interface. amazing.
|
11 years ago |
txdb.cpp
|
remove GetCoins/SetCoins
|
11 years ago |
txdb.h
|
remove GetCoins/SetCoins
|
11 years ago |
ui_interface.h
|
Have Qt poll for shutdown requested, the QT way.
|
12 years ago |
uint256.h
|
Specified base_uint component size
|
12 years ago |
util.cpp
|
fix -datadir inicialization and debug log
|
12 years ago |
util.h
|
Dump addresses every 15 minutes instead of 10 seconds
|
12 years ago |
version.cpp
|
Fix build date for from-tarball builds
|
12 years ago |
version.h
|
Bump PROTOCOL_VERSION for filter messages.
|
12 years ago |
wallet.cpp
|
another big wallet cleanup
|
11 years ago |
wallet.h
|
another big wallet cleanup
|
11 years ago |
walletdb.cpp
|
another big wallet cleanup
|
11 years ago |
walletdb.h
|
removing stuff
|
11 years ago |