aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-11doc: update release notes for 0.11.1rc2v0.11.1rc2Wladimir J. van der Laan
2015-10-11Bump minrelaytxfee defaultWladimir J. van der Laan
2015-10-10net: Disable upnp by defaultWladimir J. van der Laan
2015-10-09Bump version to 0.11.1Wladimir J. van der Laan
2015-10-09doc: #6077 was reverted, don't mention in release notesWladimir J. van der Laan
2015-10-09qt: Update translations before 0.11.1v0.11.1rc1Wladimir J. van der Laan
2015-10-09doc: Update release notes for 0.11.1Wladimir J. van der Laan
2015-10-09Merge pull request #6785Wladimir J. van der Laan
2015-10-09Update miniupnpc to 1.9.20151008Wladimir J. van der Laan
2015-10-08In (strCommand == "tx"), return if AlreadyHave()Tom Harding
2015-10-07Test LowS in standardness, removes nuisance malleability vector.Gregory Maxwell
2015-10-06Merge pull request #6750Wladimir J. van der Laan
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-22rpc-tests: re-enable rpc-tests for WindowsCory Fields
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-22Add missing files to files.mdfanquake
2015-09-22Handle leveldb::DestroyDB() errors on wipe failureAdam Weiss
2015-09-22Fix race condition on test node shutdownCasey Rodarmor
2015-09-22Handle no chain tip available in InvalidChainFound()Ross Nicoll
2015-09-22Use unique name for AlertNotify tempfileCasey Rodarmor
2015-09-22Delay initial pruning until after wallet initAdam Weiss
2015-09-22Make sure LogPrint strings are line-terminatedJ Ross Nicoll
2015-09-22Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan
2015-09-22build: fix libressl detectionCory Fields
2015-09-22Avoid leaking file descriptors in RegisterLoadCasey Rodarmor
2015-09-22locking: fix a few small issues uncovered by -Wthread-safetyCory Fields
2015-09-22Remove bash test note from rpc-tests readmefanquake
2015-09-22tests: Remove old sh-based test frameworkWladimir J. van der Laan
2015-09-22Add autogen.sh to source tarball.randy-waterhouse
2015-09-22travis: for travis generating an extra buildCory Fields
2015-08-20Do not store more than 200 timedata samples.Pavel Janík
2015-08-20consensus: cache the openssl EC_GROUP to avoid a race condition for each CECK...Cory Fields
2015-07-29Be even stricter in processing unrequested blocksSuhas Daftuar
2015-07-28Revert "Cache transaction validation successes"Pieter Wuille
2015-07-27Cache transaction validation successesPieter Wuille
2015-07-27Depends: bump to qt 5.5Cory Fields