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
2017-02-10
Make nServices atomic
Matt Corallo
2017-02-10
Make nStartingHeight atomic
Matt Corallo
2017-02-10
Access fRelayTxes with cs_filter lock in copyStats
Matt Corallo
2017-02-10
Avoid copying CNodeStats to make helgrind OK with buggy std::string
Matt Corallo
2017-02-10
Make nTimeConnected const in CNode
Matt Corallo
2017-02-10
net: fix a few races. Credit @TheBlueMatt
Cory Fields
2017-02-10
Merge #9698: net: fix socket close race
Wladimir J. van der Laan
2017-02-10
Pre-0.14.0 hardcoded seeds update
Wladimir J. van der Laan
2017-02-10
contrib/seeds: Update PATTERN_AGENT
Wladimir J. van der Laan
2017-02-10
Update seeds tooling to Python 3
Wladimir J. van der Laan
2017-02-10
qt: Periodic translations update
Wladimir J. van der Laan
2017-02-10
devtools: Handle Qt formatting characters edge-case in update-translations.py
Wladimir J. van der Laan
2017-02-10
Merge #9730: Remove bitseed.xf2.org form the dns seed list
Jonas Schnelli
2017-02-09
Add a test for P2P inactivity timeouts
Matt Corallo
2017-02-09
Remove bitseed.xf2.org form the dns seed list
Jonas Schnelli
2017-02-09
Merge #9718: Qt/Intro: Various fixes
Wladimir J. van der Laan
2017-02-09
Fix typo and spelling inconsistency in CONTRIBUTING.md
Koki Takahashi
2017-02-08
Bugfix: Qt/Intro: Pruned nodes never require *more* space
Luke Dashjr
2017-02-08
Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain
Luke Dashjr
2017-02-08
Qt/Intro: Update block chain size
Luke Dashjr
2017-02-08
qa: Expose on-connection to mininode listeners
Matt Corallo
2017-02-08
qa: mininode learns when a socket connects, not its first action
Matt Corallo
2017-02-08
Fix RPC failure testing
John Newbery
2017-02-08
Merge #9674: Always enforce strict lock ordering (try or not)
Wladimir J. van der Laan
2017-02-08
Merge #9705: build: Add options to override BDB cflags/libs
Wladimir J. van der Laan
2017-02-08
Merge #9712: bench: Fix initialization order in registration
MarcoFalke
2017-02-07
Disconnect peers which we do not receive VERACKs from within 60 sec
Matt Corallo
2017-02-07
Further-enforce lockordering by enforcing directly after TRY_LOCKs
Matt Corallo
2017-02-07
bench: Fix initialization order in registration
Wladimir J. van der Laan
2017-02-07
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
practicalswift
2017-02-07
Merge #9532: Remove unused variables
Wladimir J. van der Laan
2017-02-07
Merge #9604: [Trivial] add comment about setting peer as HB peer.
Wladimir J. van der Laan
2017-02-07
Update OpenBSD and FreeBSD build steps
Wladimir J. van der Laan
2017-02-07
build: Add options to override BDB cflags/libs
Wladimir J. van der Laan
2017-02-06
net: add a lock around hSocket
Cory Fields
2017-02-06
net: rearrange so that socket accesses can be grouped together
Cory Fields
2017-02-06
Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.
Wladimir J. van der Laan
2017-02-06
Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.
Wladimir J. van der Laan
2017-02-06
Merge #9650: Better handle invalid parameters to signrawtransaction
Wladimir J. van der Laan
2017-02-06
Merge #9659: Net: Turn some methods and params/variables const
Wladimir J. van der Laan
2017-02-06
Merge #9651: Fix typos
Wladimir J. van der Laan
2017-02-06
Merge #9673: Set correct metadata on bumpfee wallet transactions
Wladimir J. van der Laan
2017-02-06
Merge #9691: Init ECC context for test_bitcoin_fuzzy.
Wladimir J. van der Laan
2017-02-05
Merge #9578: Add missing mempool lock for CalculateMemPoolAncestors
Pieter Wuille
2017-02-05
Init ECC context for test_bitcoin_fuzzy.
Gregory Maxwell
2017-02-04
Fixup style a bit by moving { to the same line as if statements
Matt Corallo
2017-02-04
Merge #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72
Wladimir J. van der Laan
2017-02-04
Merge #9609: net: fix remaining net assertions
Wladimir J. van der Laan
2017-02-04
Merge #9679: Access WorkQueue::running only within the cs lock
Wladimir J. van der Laan
2017-02-03
Access WorkQueue::running only within the cs lock.
Matt Corallo
[prev]
[next]