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-18
build: Use fPIC rather than fPIE for qt objects.
Cory Fields
2015-11-18
build: Split hardening/fPIE options out
Cory Fields
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-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
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
Avoid leaking file descriptors in RegisterLoad
Casey Rodarmor
2015-09-22
locking: fix a few small issues uncovered by -Wthread-safety
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
2015-07-29
Be even stricter in processing unrequested blocks
Suhas Daftuar
2015-07-28
Revert "Cache transaction validation successes"
Pieter Wuille
2015-07-27
Cache transaction validation successes
Pieter Wuille
2015-07-27
Depends: bump to qt 5.5
Cory Fields
2015-07-24
qt: Force TLS1.0+ for SSL connections
Wladimir J. van der Laan
2015-07-20
Fix warning introduced by #6412
Wladimir J. van der Laan
2015-07-20
Test whether created sockets are select()able
Pieter Wuille
2015-07-17
qt: periodic translations update
Wladimir J. van der Laan
2015-07-15
openssl: avoid config file load/race
Cory Fields
2015-07-15
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
Wladimir J. van der Laan
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-06-25
Hardcoded seeds update June 2015
Wladimir J. van der Laan
2015-06-25
Advance pindexLastCommonBlock for blocks in chainActive
Suhas Daftuar
2015-06-23
fix crash on shutdown when e.g. changing -txindex and abort action
Philip Kaufmann
2015-06-23
Add an alternate location of endian.h header
Andriy Voskoboinyk
2015-06-21
Revert "Disable partition check for now, it triggers too often (issue #6251)"
Wladimir J. van der Laan
2015-06-16
Fix scheduler build with some boost versions.
Cory Fields
[next]