index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-12
doc: Add Luke Dashjr to credits in release notes
v0.11.1
Wladimir J. van der Laan
2015-10-11
doc: update release notes for 0.11.1rc2
v0.11.1rc2
Wladimir J. van der Laan
2015-10-11
Bump minrelaytxfee default
Wladimir J. van der Laan
2015-10-10
net: Disable upnp by default
Wladimir J. van der Laan
2015-10-09
Bump version to 0.11.1
Wladimir J. van der Laan
2015-10-09
doc: #6077 was reverted, don't mention in release notes
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-09
doc: Update release notes for 0.11.1
Wladimir J. van der Laan
2015-10-09
Merge pull request #6785
Wladimir J. van der Laan
2015-10-09
Update miniupnpc to 1.9.20151008
Wladimir J. van der Laan
2015-10-08
In (strCommand == "tx"), return if AlreadyHave()
Tom Harding
2015-10-07
Test LowS in standardness, removes nuisance malleability vector.
Gregory Maxwell
2015-10-06
Merge pull request #6750
Wladimir J. van der Laan
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
rpc-tests: re-enable rpc-tests for Windows
Cory Fields
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
Add missing files to files.md
fanquake
2015-09-22
Handle leveldb::DestroyDB() errors on wipe failure
Adam Weiss
2015-09-22
Fix race condition on test node shutdown
Casey Rodarmor
2015-09-22
Handle no chain tip available in InvalidChainFound()
Ross Nicoll
2015-09-22
Use unique name for AlertNotify tempfile
Casey Rodarmor
2015-09-22
Delay initial pruning until after wallet init
Adam Weiss
2015-09-22
Make sure LogPrint strings are line-terminated
J Ross Nicoll
2015-09-22
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
2015-09-22
build: fix libressl detection
Cory Fields
2015-09-22
Avoid leaking file descriptors in RegisterLoad
Casey Rodarmor
2015-09-22
locking: fix a few small issues uncovered by -Wthread-safety
Cory Fields
2015-09-22
Remove bash test note from rpc-tests readme
fanquake
2015-09-22
tests: Remove old sh-based test framework
Wladimir J. van der Laan
2015-09-22
Add autogen.sh to source tarball.
randy-waterhouse
2015-09-22
travis: for travis generating an extra build
Cory Fields
2015-08-20
Do not store more than 200 timedata samples.
Pavel JanÃk
2015-08-20
consensus: cache the openssl EC_GROUP to avoid a race condition for each CECK...
Cory Fields
[next]