Pull request Compare This branch is 121 commits ahead, 8905 commits behind master.
Latest commit ea07ccb May 18, 2015 @laanwj laanwj Version bump to 0.9.5
Permalink
..
Failed to load latest commit information.
compat libc-compat: add new symbol that's now needed Aug 21, 2014
json switch from boost int types to <stdint.h> May 21, 2014
leveldb Squashed 'src/leveldb/' changes from 9094c7f..7924331 May 12, 2014
m4 build: Fix OSX build when using Homebrew and qt5 Oct 3, 2014
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make Jan 23, 2012
obj Bump version numbers for 0.6.1rc1 Apr 27, 2012
qt Final transifex pull for 0.9 May 5, 2015
test Backport of some of BIP66's tests Feb 6, 2015
Makefile.am Merge pull request #4042 Apr 22, 2014
Makefile.include don't use sed's -i option to stay posix compliant May 2, 2014
addrman.cpp Remove redundant .c_str()s Jan 23, 2014
addrman.h Cleanup code using forward declarations. Nov 10, 2013
alert.cpp Refactor -alertnotify code Oct 8, 2014
alert.h Refactor -alertnotify code Oct 8, 2014
allocators.cpp Changing LockedPageManager to use a managed instance Oct 20, 2013
allocators.h Cleanup code using forward declarations. Nov 10, 2013
base58.cpp base58: add paranoid return value checks Aug 18, 2014
base58.h Move base58.h implementation code to base58.cpp May 12, 2014
bignum.h Cleanup code using forward declarations. Nov 10, 2013
bitcoin-cli-res.rc qt: Update remaining "The Bitcoin Core Developers" Jan 14, 2014
bitcoin-cli.cpp SetupEnvironment() - clean commit May 19, 2014
bitcoind-res.rc qt: Update remaining "The Bitcoin Core Developers" Jan 14, 2014
bitcoind.cpp SetupEnvironment() - clean commit May 19, 2014
bloom.cpp Fix bloom filter not to use bit_mask Mar 20, 2014
bloom.h Cleanup code using forward declarations. Nov 10, 2013
chainparams.cpp Remove bignum dependency for scripts Aug 18, 2014
chainparams.h Cleanup code using forward declarations. Nov 10, 2013
checkpoints.cpp Add a new checkpoint at block 295,000 Aug 18, 2014
checkpoints.h [Qt] rescan progress Apr 2, 2014
checkqueue.h Cleanup code using forward declarations. Nov 10, 2013
clientversion.h Version bump to 0.9.5 May 18, 2015
coincontrol.h Coincontrol cleanup (e.g. add missing license) Nov 18, 2013
coins.cpp Add verbose boolean to getrawmempool Nov 30, 2013
coins.h Add verbose boolean to getrawmempool Nov 30, 2013
compat.h reorder includes to compile on OpenBSD May 2, 2014
core.cpp Remove dummy PRIszX macros for formatting May 12, 2014
core.h Raise version of created blocks, and enforce DERSIG in mempool Feb 6, 2015
crypter.cpp Move CCryptoKeyStore to crypter.cpp Dec 4, 2013
crypter.h Move CCryptoKeyStore to crypter.cpp Dec 4, 2013
db.cpp unified and better log/error messages for CDBEnv/CDB Apr 1, 2014
db.h Move CAddrDB frrom db to net Dec 4, 2013
hash.cpp Add HMAC-SHA512 to hash Jun 23, 2013
hash.h Cleanup code using forward declarations. Nov 10, 2013
init.cpp Make -proxy set all network types, avoiding a connect leak. Nov 24, 2014
init.h Allow `-noserver` with bitcoind Dec 20, 2013
key.cpp Improve robustness of DER recoding code Jan 12, 2015
key.h key.cpp: fail with a friendlier message on missing ssl EC support Aug 18, 2014
keystore.cpp Check redeemScript size does not exceed 520 byte limit Aug 18, 2014
keystore.h Update moved and dead links Mar 24, 2014
leveldbwrapper.cpp Wrap create_directory calls in try...catch blocks. Mar 31, 2014
leveldbwrapper.h Cleanup code using forward declarations. Nov 10, 2013
limitedmap.h Cleanup code using forward declarations. Nov 10, 2013
main.cpp Check pindexBestForkBase for null Feb 18, 2015
main.h Store fewer orphan tx by default, add -maxorphantx option Sep 11, 2014
miner.cpp Remove bignum dependency for scripts Aug 18, 2014
miner.h setgenerate creates multiple blocks in -regtest mode Nov 21, 2013
mruset.h Limit number of known addresses per peer Jun 1, 2014
net.cpp remove useless millisleep Sep 11, 2014
net.h Sanitize command strings before logging them. Feb 13, 2015
netbase.cpp Replace non-threadsafe strerror May 23, 2014
netbase.h Replace non-threadsafe strerror May 23, 2014
noui.cpp Copyright header updates s/2013/2014 on files whose last git commit w… Feb 10, 2014
noui.h Cleanup code using forward declarations. Nov 10, 2013
protocol.cpp Copyright header updates s/2013/2014 on files whose last git commit w… Feb 10, 2014
protocol.h Cleanup code using forward declarations. Nov 10, 2013
rpcblockchain.cpp Avoid a segfault on getblock if it can't read a block from disk. Aug 18, 2014
rpcclient.cpp Disable SSLv3 (in favor of TLS) for the RPC client and server. Dec 9, 2014
rpcclient.h bitcoin-cli: remove unneeded dependencies (only code movement) Dec 3, 2013
rpcdump.cpp [Qt] importwallet progress Apr 22, 2014
rpcmining.cpp switch from boost int types to <stdint.h> May 21, 2014
rpcmisc.cpp Check redeemScript size does not exceed 520 byte limit Aug 18, 2014
rpcnet.cpp switch from boost int types to <stdint.h> May 21, 2014
rpcprotocol.cpp Replace non-threadsafe gmtime and setlocale May 23, 2014
rpcprotocol.h 'sendrawtransaction' improvements Mar 27, 2014
rpcrawtransaction.cpp Clarify that redeemScript is often optional Aug 18, 2014
rpcserver.cpp Sanitize command strings before logging them. Feb 13, 2015
rpcserver.h rpc: add `getblockchaininfo` and `getnetworkinfo` May 6, 2014
rpcwallet.cpp Check redeemScript size does not exceed 520 byte limit Aug 18, 2014
script.cpp Implement BIP 66 validation rules and switchover logic Feb 6, 2015
script.h Implement BIP 66 validation rules and switchover logic Feb 6, 2015
serialize.h Add a way to limit deserialized string lengths Aug 18, 2014
sync.cpp Wallet locking fixes for -DDEBUG_LOCKORDER Feb 18, 2014
sync.h Use mutex pointer instead of name for AssertLockHeld Dec 19, 2013
threadsafety.h Cleanup code using forward declarations. Nov 10, 2013
tinyformat.h Make tinyformat errors raise an exception instead of assert()ing Feb 28, 2014
txdb.cpp use standard __func__ instead of __PRETTY_FUNCTION__ Apr 30, 2014
txdb.h Change new constants in txdb.h to int64_t Feb 18, 2014
txmempool.cpp Remove CWalletTx::vfSpent Feb 26, 2014
txmempool.h Remove CWalletTx::vfSpent Feb 26, 2014
ui_interface.h [Qt] rescan progress Apr 2, 2014
uint256.h Unittests for uint256.h Dec 25, 2013
util.cpp Replace non-threadsafe gmtime and setlocale May 23, 2014
util.h Replace non-threadsafe gmtime and setlocale May 23, 2014
version.cpp VERSION obtained from source instead of the previous git tag. Apr 16, 2014
version.h Bump protocol version to 70002 Nov 11, 2013
wallet.cpp Fix priority calculation in CreateTransaction Feb 20, 2015
wallet.h Ignore too-long redeemScripts while loading wallet Aug 18, 2014
walletdb.cpp Remove dummy PRIszX macros for formatting May 12, 2014
walletdb.h Add -zapwallettxes cli/config option, used for wallet recovery Feb 14, 2014