.. |
json
|
|
|
leveldb
|
Allow files to be opened for reading multiple times
|
2013-04-28 14:15:34 +02:00 |
obj
|
|
|
obj-test
|
|
|
qt
|
translations update 2013-05-19 (for 0.8.2 release)
|
2013-05-19 14:04:33 +02:00 |
test
|
Add a few data-driven tests for SIGHASH_ANYONECANPAY
|
2013-05-21 18:16:43 +02:00 |
addrman.cpp
|
|
|
addrman.h
|
|
|
alert.cpp
|
|
|
alert.h
|
|
|
allocators.h
|
|
|
base58.h
|
|
|
bignum.h
|
Use a uint256 for bnChainWork
|
2013-04-12 12:17:28 +02:00 |
bitcoinrpc.cpp
|
Clean up mining CReserveKey to prevent crash at shutdown
|
2013-05-23 14:17:15 -04:00 |
bitcoinrpc.h
|
Clean up mining CReserveKey to prevent crash at shutdown
|
2013-05-23 14:17:15 -04:00 |
bloom.cpp
|
|
|
bloom.h
|
|
|
checkpoints.cpp
|
Update transaction statistics
|
2013-04-04 02:39:44 +02:00 |
checkpoints.h
|
|
|
checkqueue.h
|
Port Thread* methods to boost::thread_group
|
2013-04-03 19:57:13 -04:00 |
clientversion.h
|
Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1
|
2013-05-13 10:53:53 -04:00 |
compat.h
|
Allow select()ing up to 1024 file descriptors on Windows
|
2013-04-26 01:31:10 +02:00 |
crypter.cpp
|
|
|
crypter.h
|
|
|
db.cpp
|
Merge pull request #2410 from gmaxwell/salvageharder
|
2013-05-07 08:58:35 -07:00 |
db.h
|
Remove database/ after clean shutdown
|
2013-04-24 22:38:56 +02:00 |
hash.cpp
|
|
|
hash.h
|
|
|
init.cpp
|
More bestblock records in wallets
|
2013-05-22 20:59:36 +02:00 |
init.h
|
Have Qt poll for shutdown requested, the QT way.
|
2013-04-03 19:58:47 -04:00 |
key.cpp
|
|
|
key.h
|
|
|
keystore.cpp
|
|
|
keystore.h
|
|
|
leveldb.cpp
|
Reduce number of open LevelDB files to 64
|
2013-04-24 00:10:23 +02:00 |
leveldb.h
|
|
|
limitedmap.h
|
Add a limitedmap class similar to mruset
|
2013-04-01 11:56:22 -04:00 |
main.cpp
|
More bestblock records in wallets
|
2013-05-22 20:59:36 +02:00 |
main.h
|
CreateNewBlock performance improvements
|
2013-05-21 03:53:32 +02:00 |
makefile.linux-mingw
|
Merge pull request #2243 from luke-jr/bugfix_leveldb
|
2013-04-08 18:03:03 -07:00 |
makefile.mingw
|
|
|
makefile.osx
|
Link with boost_chrono library on OSX
|
2013-05-09 17:08:38 -04:00 |
makefile.unix
|
Add comments to UNIX Makefile regarding USE_UPNP
|
2013-04-17 00:04:03 -05:00 |
mruset.h
|
|
|
net.cpp
|
Do not kill connections on recv buffer overflow
|
2013-05-01 20:56:50 +02:00 |
net.h
|
Don't announce to non-peer CNodes
|
2013-04-30 19:41:58 +02:00 |
netbase.cpp
|
fix !O_NONBLOCK where ~O_NONBLOCK was meant
|
2013-04-27 15:37:26 +02:00 |
netbase.h
|
|
|
noui.cpp
|
|
|
protocol.cpp
|
Always print full hashes (tx, block, inv)
|
2013-04-07 03:43:55 +02:00 |
protocol.h
|
Use per-message send buffer, rather than per connection
|
2013-03-29 23:56:26 +01:00 |
rpcblockchain.cpp
|
Improve gettxoutsetinfo command
|
2013-05-01 17:21:43 +02:00 |
rpcdump.cpp
|
|
|
rpcmining.cpp
|
Clean up mining CReserveKey to prevent crash at shutdown
|
2013-05-23 14:17:15 -04:00 |
rpcnet.cpp
|
Merge pull request #2461 from sipa/syncnode
|
2013-04-09 10:51:06 -07:00 |
rpcrawtransaction.cpp
|
|
|
rpcwallet.cpp
|
CreateTransaction: return strFailReason on failure
|
2013-05-03 10:54:31 -04:00 |
script.cpp
|
Remove implementation of disabled opcodes
|
2013-05-02 17:33:57 -04:00 |
script.h
|
|
|
serialize.h
|
Use per-message send buffer, rather than per connection
|
2013-03-29 23:56:26 +01:00 |
sync.cpp
|
|
|
sync.h
|
|
|
threadsafety.h
|
|
|
txdb.cpp
|
Improve gettxoutsetinfo command
|
2013-05-01 17:21:43 +02:00 |
txdb.h
|
|
|
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
|
clear path cache after getting a proper config file (fixes #2605)
|
2013-05-02 18:55:25 +02:00 |
util.h
|
Try to increase file descriptor rlimit if necessary
|
2013-04-29 01:46:24 +02:00 |
version.cpp
|
|
|
version.h
|
|
|
wallet.cpp
|
Merge pull request #2577 from gavinandresen/fee_bandaid
|
2013-05-04 10:15:39 -07:00 |
wallet.h
|
Merge pull request #2577 from gavinandresen/fee_bandaid
|
2013-05-04 10:15:39 -07:00 |
walletdb.cpp
|
Always print full hashes (tx, block, inv)
|
2013-04-07 03:43:55 +02:00 |
walletdb.h
|
|
|