8574 Commits (70de437eb43b56cf6e5e1c08da9b6952bff935e6)
 

Author SHA1 Message Date
Pieter Wuille 70de437eb4 Update LevelDB 9 years ago
Pieter Wuille 0af5b8ed38 Squashed 'src/leveldb/' changes from 7d41e6f..20ca81f 9 years ago
Alex Morcos dfe55bdc32
Do not allow blockfile pruning during reindex. 9 years ago
Wladimir J. van der Laan fc7f0ee28c
Merge pull request #6707 9 years ago
Gregory Maxwell 95a50390e1
Set TCP_NODELAY on P2P sockets. 9 years ago
Alex Morcos 072032448b
Make fee aware of min relay in pruning.py RPC test 9 years ago
Wladimir J. van der Laan 21e58b8e35
build: make sure OpenSSL heeds noexecstack 9 years ago
Micha 09a00a1f7f
Add historical release notes for October 2015 bugfix releases 9 years ago
Wladimir J. van der Laan cf33f196e7
doc: Add Luke Dashjr to credits in release notes 9 years ago
Wladimir J. van der Laan dad3e98e8f
doc: update release notes for 0.11.1rc2 9 years ago
Wladimir J. van der Laan e7bcc4aac3
Bump minrelaytxfee default 9 years ago
Wladimir J. van der Laan 4dbcec03ab
net: Disable upnp by default 9 years ago
Wladimir J. van der Laan 717152ccba
Bump version to 0.11.1 9 years ago
Wladimir J. van der Laan 17ea542aa6
doc: #6077 was reverted, don't mention in release notes 9 years ago
Wladimir J. van der Laan d7d87a1db1
qt: Update translations before 0.11.1 9 years ago
Wladimir J. van der Laan 04d0c27fb0
doc: Update release notes for 0.11.1 9 years ago
Wladimir J. van der Laan b4dc33e9fb
Merge pull request #6785 9 years ago
Wladimir J. van der Laan b4ad73f706
Update miniupnpc to 1.9.20151008 9 years ago
Tom Harding 36f14bf2e7 In (strCommand == "tx"), return if AlreadyHave() 9 years ago
Peter Todd 6af25b0f64
Add BIP65 to getblockchaininfo softforks list 9 years ago
Wladimir J. van der Laan ba1da90b33 Show softfork status in getblockchaininfo 9 years ago
Esteban Ordano 70a427b2b5 CLTV: Add more tests to improve coverage 9 years ago
Peter Todd c5a27f4fb3 Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork 9 years ago
Peter Todd 5e82e1c8f5 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 9 years ago
Peter Todd 6ea5ca4b4e Enable CHECKLOCKTIMEVERIFY as a standard script verify flag 10 years ago
Peter Todd 4fa7a048d1 Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 10 years ago
Peter Todd 6ec08db338 Move LOCKTIME_THRESHOLD to src/script/script.h 10 years ago
Peter Todd 684636ba67 Make CScriptNum() take nMaxNumSize as an argument 10 years ago
Gregory Maxwell 71cc9d9fe8
Test LowS in standardness, removes nuisance malleability vector. 9 years ago
Wladimir J. van der Laan 5ed8d0b37e
Merge pull request #6750 9 years ago
Wladimir J. van der Laan 5094a81d3b
Move recentRejects initialization to top of InitBlockIndex 9 years ago
Peter Todd ec9b6c33e8 Keep track of recently rejected transactions 9 years ago
Pieter Wuille 6eed52e05b Only use randomly created nonces in CRollingBloomFilter. 9 years ago
Peter Todd 83671efe99 Make CRollingBloomFilter set nTweak for you 9 years ago
Pieter Wuille 25cf1220e6 Reuse vector hashing code for uint256 9 years ago
Peter Todd 2983fe0484 Add uint256 support to CRollingBloomFilter 9 years ago
Wladimir J. van der Laan 8a915e56f4
qt: periodic translation update 9 years ago
Wladimir J. van der Laan 1cd7952dde
Merge pull request #6703 9 years ago
Jonas Schnelli 834e299564
[QT] fix thin space word wrap line brake issue 9 years ago
Veres Lajos 45bfa137ef PARTIAL: typofixes (found by misspell_fixer) 9 years ago
Pavel Vasin 21c406eda0 add support for miniupnpc api version 14 9 years ago
Cory Fields 13bd5a75b5 rpc-tests: re-enable rpc-tests for Windows 9 years ago
Cory Fields ccc4ad6c4d net: Set SO_REUSEADDR for Windows too 9 years ago
Alex Morcos 1f6772e9f0 add unit test for CNetAddr::GetGroup. 9 years ago
Alex Morcos 13642a50eb Fix masking of irrelevant bits in address groups. 9 years ago
Casey Rodarmor 6b51b9b195 Replace boost::reverse_lock with our own. 9 years ago
Casey Rodarmor 626c5e6936 Make sure we re-acquire lock if a task throws 9 years ago
fanquake 48770534a6 Add missing files to files.md 9 years ago
Adam Weiss f171fee035 Handle leveldb::DestroyDB() errors on wipe failure 9 years ago
Casey Rodarmor c5b89fe44e Fix race condition on test node shutdown 9 years ago