index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-11-08
bump version to 0.11.2
v0.11.2rc1
Wladimir J. van der Laan
2015-11-06
Always flush block and undo when switching to new file
Pieter Wuille
2015-11-06
Merge pull request #6825
Wladimir J. van der Laan
2015-11-05
Merge pull request #6884
Wladimir J. van der Laan
2015-11-04
Update LevelDB
Pieter Wuille
2015-10-23
Enable policy enforcing GetMedianTimePast as the end point of lock-time const...
Mark Friedenbach
2015-10-23
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...
Mark Friedenbach
2015-10-23
Do not allow blockfile pruning during reindex.
Alex Morcos
2015-10-23
Merge pull request #6707
Wladimir J. van der Laan
2015-10-23
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
2015-10-23
*: alias -h for --help
Daniel Cousens
2015-10-14
Clarification of unit test build instructions.
Eric Lombrozo
2015-10-14
Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a...
Luke Dashjr
2015-10-14
build: Remove dependency of bitcoin-cli on secp256k1
Wladimir J. van der Laan
2015-10-14
[trivial] Fix rpc message "help generate"
MarcoFalke
2015-10-14
[Qt] Raise debug window when requested
MarcoFalke
2015-10-14
Fix locking in GetTransaction.
Alex Morcos
2015-10-14
Fix spelling of Qt
Diego Viola
2015-10-11
Bump minrelaytxfee default
Wladimir J. van der Laan
2015-10-09
Bump version to 0.11.1
Wladimir J. van der Laan
2015-10-09
qt: Update translations before 0.11.1
v0.11.1rc1
Wladimir J. van der Laan
2015-10-08
In (strCommand == "tx"), return if AlreadyHave()
Tom Harding
2015-10-08
Add BIP65 to getblockchaininfo softforks list
Peter Todd
2015-10-08
Show softfork status in getblockchaininfo
Wladimir J. van der Laan
2015-10-08
CLTV: Add more tests to improve coverage
Esteban Ordano
2015-10-08
Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
Peter Todd
2015-10-08
Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
Peter Todd
2015-10-08
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-10-08
Move LOCKTIME_THRESHOLD to src/script/script.h
Peter Todd
2015-10-08
Make CScriptNum() take nMaxNumSize as an argument
Peter Todd
2015-10-07
Test LowS in standardness, removes nuisance malleability vector.
Gregory Maxwell
2015-10-02
Move recentRejects initialization to top of InitBlockIndex
Wladimir J. van der Laan
2015-10-02
Keep track of recently rejected transactions
Peter Todd
2015-10-02
Only use randomly created nonces in CRollingBloomFilter.
Pieter Wuille
2015-10-02
Make CRollingBloomFilter set nTweak for you
Peter Todd
2015-10-02
Reuse vector hashing code for uint256
Pieter Wuille
2015-10-02
Add uint256 support to CRollingBloomFilter
Peter Todd
2015-09-29
qt: periodic translation update
Wladimir J. van der Laan
2015-09-23
Merge pull request #6703
Wladimir J. van der Laan
2015-09-22
[QT] fix thin space word wrap line brake issue
Jonas Schnelli
2015-09-22
PARTIAL: typofixes (found by misspell_fixer)
Veres Lajos
2015-09-22
add support for miniupnpc api version 14
Pavel Vasin
2015-09-22
net: Set SO_REUSEADDR for Windows too
Cory Fields
2015-09-22
add unit test for CNetAddr::GetGroup.
Alex Morcos
2015-09-22
Fix masking of irrelevant bits in address groups.
Alex Morcos
2015-09-22
Replace boost::reverse_lock with our own.
Casey Rodarmor
2015-09-22
Make sure we re-acquire lock if a task throws
Casey Rodarmor
2015-09-22
Handle leveldb::DestroyDB() errors on wipe failure
Adam Weiss
2015-09-22
Handle no chain tip available in InvalidChainFound()
Ross Nicoll
2015-09-22
Use unique name for AlertNotify tempfile
Casey Rodarmor
[next]