aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only test supermajority for block rejects against v3 blocksPatrick Lodder2015-10-181-18/+4
* Use the same time-based constraints as in 1.10Patrick Lodder2015-10-181-8/+8
* Reject version 1 blocks with version 3 supermajorityPatrick Lodder2015-10-181-4/+8
* enable CBlockIndex::IsSuperMajorityPatrick Lodder2015-10-181-2/+0
* Implement [CBlock|CBlockIndex]::GetBaseVersion()Patrick Lodder2015-10-183-6/+19
* Correct BIP 66 patchesRoss Nicoll2015-10-182-20/+22
* Implement BIP 66 validation rules and switchover logicPieter Wuille2015-10-183-13/+116
* Backport of some of BIP66's testsPieter Wuille2015-10-183-4/+110
* Raise version of created blocks, and enforce DERSIG in mempoolPieter Wuille2015-10-182-1/+2
* Merge pull request #1280 from patricklodder/1.8.3-backport-protocol-changeRoss Nicoll2015-10-182-1/+2
|\
| * Backport protocol 70004 to 1.8.3Patrick Lodder2015-09-092-1/+2
* | Make low-s verification mandatory for standard script verificationPatrick Lodder2015-10-171-1/+2
* | apply bitcoin patch for miniupnpc 1.9acerix2015-10-121-1/+5
|/
* Update the version numbers to 1.8.3langerhans2015-06-291-1/+1
* Add a fresh set of fixed and DNS seeds.langerhans2015-06-291-78/+59
* Scale up addrmanPieter Wuille2015-06-271-30/+30
* Always use a 50% chance to choose between tried and new entriesPieter Wuille2015-06-273-13/+10
* Do not bias outgoing connections towards fresh addressesPieter Wuille2015-06-271-2/+0
* Simplify hashing codePieter Wuille2015-06-271-21/+5
* Make addrman's bucket placement deterministic.Pieter Wuille2015-06-272-244/+258
* Switch addrman key from vector to uint256Pieter Wuille2015-06-272-13/+24
* Reduce fingerprinting through timestamps in 'addr' messages.Pieter Wuille2015-06-272-6/+17
* Limit message sizes before transferPieter Wuille2015-06-272-0/+7
* prevent SOCKET leak in BindListenPort()Philip Kaufmann2015-06-271-0/+2
* Convert closesocket 'compat wrapper' to function in netbaseWladimir J. van der Laan2015-06-275-47/+45
* Break up CAddrMan's IMPLEMENT_SERIALIZEPieter Wuille2015-06-272-129/+160
* Introduce whitelisted peers.Pieter Wuille2015-06-275-28/+100
* error out, when we detect -socks argumentPhilip Kaufmann2015-06-271-0/+6
* remove SOCKS4 support from core and GUIPhilip Kaufmann2015-06-279-172/+47
* Use pong receive time rather than processing timePieter Wuille2015-06-273-3/+9
* add missing BOOST_FOREACH indentation in ThreadSocketHandler()Philip Kaufmann2015-06-271-40/+41
* small cleanup of #ifdefs in BindListenPort()Philip Kaufmann2015-06-271-8/+15
* add missing vhListenSocket.clear(); to CNetCleanup()Philip Kaufmann2015-06-271-0/+1
* remove unused CNode::Cleanup()Philip Kaufmann2015-06-272-8/+0
* Ping automatically every 2 minutes (unconditionally)Pieter Wuille2015-06-273-17/+27
* rename fNoListen to fListen and move to netPhilip Kaufmann2015-06-276-7/+7
* Update release type and copyright yearlangerhans2015-01-171-2/+2
* Improve robustness of DER recoding codeWladimir J. van der Laan2015-01-121-1/+12
* fail immediately on an empty signatureWladimir J. van der Laan2015-01-111-0/+3
* consensus: guard against openssl's new strict DER checksCory Fields2015-01-111-3/+13
* Adjust version for 1.8.2langerhans2014-12-241-2/+2
* Bump to release versionlangerhans2014-12-201-2/+2
* Introduce -maxoutconnections= to set the maximum number of outbound connectionslangerhans2014-12-203-5/+8
* Add %i to -blocknotify and replace it by the height of the block that the not...langerhans2014-12-201-0/+2
* Remove unreachable code.Daniel Kraft2014-11-211-18/+6
* optionsmodel.cpp; Use HTTPS with dogechain.infoAbderraouf Adjal2014-11-171-1/+1
* Update bitcoin_ko_KR.tsnameEO2014-10-251-241/+241
* Merge pull request #726 from Andymeows/1.8.1-devv1.8.1-beta-1langerhans2014-10-051-2/+10
|\
| * When printing paper wallets, add a warning message about security if connecte...Andymeows2014-10-041-2/+10
* | Switched to older QT API calls to that paper wallet printing is compatible wi...Ross Nicoll2014-10-041-8/+8