aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
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-22Avoid leaking file descriptors in RegisterLoadCasey Rodarmor
2015-09-22locking: fix a few small issues uncovered by -Wthread-safetyCory 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
2015-07-24qt: Force TLS1.0+ for SSL connectionsWladimir J. van der Laan
2015-07-20Fix warning introduced by #6412Wladimir J. van der Laan
2015-07-20Test whether created sockets are select()ablePieter Wuille
2015-07-17qt: periodic translations updateWladimir J. van der Laan
2015-07-15openssl: avoid config file load/raceCory Fields
2015-07-15qt: update forgotten emit to Q_EMIT in macdockiconhandler.mmWladimir J. van der Laan
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-06-25Hardcoded seeds update June 2015Wladimir J. van der Laan
2015-06-25Advance pindexLastCommonBlock for blocks in chainActiveSuhas Daftuar
2015-06-23fix crash on shutdown when e.g. changing -txindex and abort actionPhilip Kaufmann
2015-06-23Add an alternate location of endian.h headerAndriy Voskoboinyk
2015-06-21Revert "Disable partition check for now, it triggers too often (issue #6251)"Wladimir J. van der Laan
2015-06-16Fix scheduler build with some boost versions.Cory Fields
2015-06-15translation update pre-rc2Wladimir J. van der Laan
2015-06-15Use best header chain timestamps to detect partitioningGavin Andresen
2015-06-15Add option `-alerts` to opt out of alert systemWladimir J. van der Laan
2015-06-15Fix getbalance *Tom Harding