aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-08bump version to 0.11.2v0.11.2rc1Wladimir J. van der Laan
2015-11-06Always flush block and undo when switching to new filePieter Wuille
2015-11-06Merge pull request #6825Wladimir J. van der Laan
2015-11-05Merge pull request #6884Wladimir J. van der Laan
2015-11-04Update LevelDBPieter Wuille
2015-10-23Enable policy enforcing GetMedianTimePast as the end point of lock-time const...Mark Friedenbach
2015-10-23Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...Mark Friedenbach
2015-10-23Do not allow blockfile pruning during reindex.Alex Morcos
2015-10-23Merge pull request #6707Wladimir J. van der Laan
2015-10-23Set TCP_NODELAY on P2P sockets.Gregory Maxwell
2015-10-23*: alias -h for --helpDaniel Cousens
2015-10-14Clarification of unit test build instructions.Eric Lombrozo
2015-10-14Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a...Luke Dashjr
2015-10-14build: Remove dependency of bitcoin-cli on secp256k1Wladimir J. van der Laan
2015-10-14[trivial] Fix rpc message "help generate"MarcoFalke
2015-10-14[Qt] Raise debug window when requestedMarcoFalke
2015-10-14Fix locking in GetTransaction.Alex Morcos
2015-10-14Fix spelling of QtDiego Viola
2015-10-11Bump minrelaytxfee defaultWladimir J. van der Laan
2015-10-09Bump version to 0.11.1Wladimir J. van der Laan
2015-10-09qt: Update translations before 0.11.1v0.11.1rc1Wladimir J. van der Laan
2015-10-08In (strCommand == "tx"), return if AlreadyHave()Tom Harding
2015-10-08Add BIP65 to getblockchaininfo softforks listPeter Todd
2015-10-08Show softfork status in getblockchaininfoWladimir J. van der Laan
2015-10-08CLTV: Add more tests to improve coverageEsteban Ordano
2015-10-08Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logicPeter Todd
2015-10-08Enable CHECKLOCKTIMEVERIFY as a standard script verify flagPeter Todd
2015-10-08Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd
2015-10-08Move LOCKTIME_THRESHOLD to src/script/script.hPeter Todd
2015-10-08Make CScriptNum() take nMaxNumSize as an argumentPeter Todd
2015-10-07Test LowS in standardness, removes nuisance malleability vector.Gregory Maxwell
2015-10-02Move recentRejects initialization to top of InitBlockIndexWladimir J. van der Laan
2015-10-02Keep track of recently rejected transactionsPeter Todd
2015-10-02Only use randomly created nonces in CRollingBloomFilter.Pieter Wuille
2015-10-02Make CRollingBloomFilter set nTweak for youPeter Todd
2015-10-02Reuse vector hashing code for uint256Pieter Wuille
2015-10-02Add uint256 support to CRollingBloomFilterPeter Todd
2015-09-29qt: periodic translation updateWladimir J. van der Laan
2015-09-23Merge pull request #6703Wladimir J. van der Laan
2015-09-22[QT] fix thin space word wrap line brake issueJonas Schnelli
2015-09-22PARTIAL: typofixes (found by misspell_fixer)Veres Lajos
2015-09-22add support for miniupnpc api version 14Pavel Vasin
2015-09-22net: Set SO_REUSEADDR for Windows tooCory Fields
2015-09-22add unit test for CNetAddr::GetGroup.Alex Morcos
2015-09-22Fix masking of irrelevant bits in address groups.Alex Morcos
2015-09-22Replace boost::reverse_lock with our own.Casey Rodarmor
2015-09-22Make sure we re-acquire lock if a task throwsCasey Rodarmor
2015-09-22Handle leveldb::DestroyDB() errors on wipe failureAdam Weiss
2015-09-22Handle no chain tip available in InvalidChainFound()Ross Nicoll
2015-09-22Use unique name for AlertNotify tempfileCasey Rodarmor