bitcoin/src
Wladimir J. van der Laan ea07ccbf3b
Version bump to 0.9.5
2015-05-18 20:44:49 +02:00
..
compat libc-compat: add new symbol that's now needed 2014-08-21 18:07:05 +02:00
json switch from boost int types to <stdint.h> 2014-05-21 11:25:18 +02:00
leveldb Squashed 'src/leveldb/' changes from 9094c7f..7924331 2014-05-12 11:30:33 +02:00
m4 build: Fix OSX build when using Homebrew and qt5 2014-10-03 15:33:24 -04:00
obj
obj-test
qt Final transifex pull for 0.9 2015-05-05 09:14:43 +02:00
test Backport of some of BIP66's tests 2015-02-05 21:26:15 -08:00
Makefile.am Merge pull request #4042 2014-04-22 16:24:43 +02:00
Makefile.include don't use sed's -i option to stay posix compliant 2014-05-02 21:32:12 +02:00
addrman.cpp Remove redundant .c_str()s 2014-01-23 16:05:01 +01:00
addrman.h
alert.cpp Refactor -alertnotify code 2014-10-08 12:17:57 +02:00
alert.h Refactor -alertnotify code 2014-10-08 12:17:57 +02:00
allocators.cpp
allocators.h
base58.cpp base58: add paranoid return value checks 2014-08-18 15:34:29 +02:00
base58.h Move base58.h implementation code to base58.cpp 2014-05-12 14:57:02 +02:00
bignum.h
bitcoin-cli-res.rc qt: Update remaining "The Bitcoin Core Developers" 2014-01-14 11:19:52 +01:00
bitcoin-cli.cpp SetupEnvironment() - clean commit 2014-05-19 15:16:33 +02:00
bitcoind-res.rc qt: Update remaining "The Bitcoin Core Developers" 2014-01-14 11:19:52 +01:00
bitcoind.cpp SetupEnvironment() - clean commit 2014-05-19 15:16:33 +02:00
bloom.cpp Fix bloom filter not to use bit_mask 2014-03-20 13:21:23 +09:00
bloom.h
chainparams.cpp Remove bignum dependency for scripts 2014-08-18 15:34:28 +02:00
chainparams.h
checkpoints.cpp Add a new checkpoint at block 295,000 2014-08-18 15:34:29 +02:00
checkpoints.h [Qt] rescan progress 2014-04-02 03:48:07 +02:00
checkqueue.h
clientversion.h Version bump to 0.9.5 2015-05-18 20:44:49 +02:00
coincontrol.h
coins.cpp
coins.h
compat.h reorder includes to compile on OpenBSD 2014-05-02 20:45:03 +02:00
core.cpp Remove dummy PRIszX macros for formatting 2014-05-12 14:02:43 +02:00
core.h Raise version of created blocks, and enforce DERSIG in mempool 2015-02-06 10:42:01 -08:00
crypter.cpp
crypter.h
db.cpp unified and better log/error messages for CDBEnv/CDB 2014-04-01 09:41:49 +02:00
db.h
hash.cpp
hash.h
init.cpp Make -proxy set all network types, avoiding a connect leak. 2014-11-24 15:33:46 +01:00
init.h Allow `-noserver` with bitcoind 2013-12-20 16:07:33 +01:00
key.cpp Improve robustness of DER recoding code 2015-01-12 09:28:24 +01:00
key.h key.cpp: fail with a friendlier message on missing ssl EC support 2014-08-18 15:34:29 +02:00
keystore.cpp Check redeemScript size does not exceed 520 byte limit 2014-08-18 15:34:29 +02:00
keystore.h Update moved and dead links 2014-03-24 20:26:02 +00:00
leveldbwrapper.cpp Wrap create_directory calls in try...catch blocks. 2014-03-31 09:51:58 +02:00
leveldbwrapper.h
limitedmap.h
main.cpp Check pindexBestForkBase for null 2015-02-18 18:31:41 +01:00
main.h Store fewer orphan tx by default, add -maxorphantx option 2014-09-11 15:06:46 +02:00
miner.cpp Remove bignum dependency for scripts 2014-08-18 15:34:28 +02:00
miner.h
mruset.h Limit number of known addresses per peer 2014-06-01 09:54:00 +02:00
net.cpp remove useless millisleep 2014-09-11 11:20:48 +02:00
net.h Sanitize command strings before logging them. 2015-02-13 13:32:39 +01:00
netbase.cpp Replace non-threadsafe strerror 2014-05-23 16:03:43 +02:00
netbase.h Replace non-threadsafe strerror 2014-05-23 16:03:43 +02:00
noui.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
noui.h
protocol.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 2014-02-09 21:06:06 -05:00
protocol.h
rpcblockchain.cpp Avoid a segfault on getblock if it can't read a block from disk. 2014-08-18 15:34:28 +02:00
rpcclient.cpp Disable SSLv3 (in favor of TLS) for the RPC client and server. 2014-12-09 15:22:28 +01:00
rpcclient.h
rpcdump.cpp [Qt] importwallet progress 2014-04-23 01:50:25 +02:00
rpcmining.cpp switch from boost int types to <stdint.h> 2014-05-21 11:25:18 +02:00
rpcmisc.cpp Check redeemScript size does not exceed 520 byte limit 2014-08-18 15:34:29 +02:00
rpcnet.cpp switch from boost int types to <stdint.h> 2014-05-21 11:25:18 +02:00
rpcprotocol.cpp Replace non-threadsafe gmtime and setlocale 2014-05-23 16:04:02 +02:00
rpcprotocol.h 'sendrawtransaction' improvements 2014-03-27 12:33:55 +01:00
rpcrawtransaction.cpp Clarify that redeemScript is often optional 2014-08-18 15:34:28 +02:00
rpcserver.cpp Sanitize command strings before logging them. 2015-02-13 13:32:39 +01:00
rpcserver.h rpc: add `getblockchaininfo` and `getnetworkinfo` 2014-05-06 09:34:54 +02:00
rpcwallet.cpp Check redeemScript size does not exceed 520 byte limit 2014-08-18 15:34:29 +02:00
script.cpp Implement BIP 66 validation rules and switchover logic 2015-02-05 20:56:10 -08:00
script.h Implement BIP 66 validation rules and switchover logic 2015-02-05 20:56:10 -08:00
serialize.h Add a way to limit deserialized string lengths 2014-08-18 15:34:29 +02:00
sync.cpp Wallet locking fixes for -DDEBUG_LOCKORDER 2014-02-18 12:11:46 -05:00
sync.h Use mutex pointer instead of name for AssertLockHeld 2013-12-19 09:46:11 +01:00
threadsafety.h
tinyformat.h Make tinyformat errors raise an exception instead of assert()ing 2014-02-28 09:25:00 +01:00
txdb.cpp use standard __func__ instead of __PRETTY_FUNCTION__ 2014-04-30 14:45:24 +02:00
txdb.h Change new constants in txdb.h to int64_t 2014-02-18 17:13:32 +01:00
txmempool.cpp Remove CWalletTx::vfSpent 2014-02-26 11:53:51 -05:00
txmempool.h Remove CWalletTx::vfSpent 2014-02-26 11:53:51 -05:00
ui_interface.h [Qt] rescan progress 2014-04-02 03:48:07 +02:00
uint256.h Unittests for uint256.h 2013-12-25 11:07:21 +01:00
util.cpp Replace non-threadsafe gmtime and setlocale 2014-05-23 16:04:02 +02:00
util.h Replace non-threadsafe gmtime and setlocale 2014-05-23 16:04:02 +02:00
version.cpp VERSION obtained from source instead of the previous git tag. 2014-04-15 21:48:44 -10:00
version.h
wallet.cpp Fix priority calculation in CreateTransaction 2015-02-19 19:20:05 -08:00
wallet.h Ignore too-long redeemScripts while loading wallet 2014-08-18 15:34:29 +02:00
walletdb.cpp Remove dummy PRIszX macros for formatting 2014-05-12 14:02:43 +02:00
walletdb.h Add -zapwallettxes cli/config option, used for wallet recovery 2014-02-14 11:33:07 -05:00