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
2017-02-16
Merge #9763: [Trivial] Update comments referencing main.cpp
Wladimir J. van der Laan
2017-02-16
[Trivial] Update comments referencing main.cpp
CryptAxe
2017-02-16
Merge #9771: Add missing cs_wallet lock that triggers new lock held assertion
Wladimir J. van der Laan
2017-02-16
Merge #9764: wallet: Prevent "overrides a member function but is not marked '...
Wladimir J. van der Laan
2017-02-16
Merge #9765: Harden against mistakes handling invalid blocks
Wladimir J. van der Laan
2017-02-15
Add missing cs_wallet lock that triggers new lock held assertion
Russell Yanofsky
2017-02-15
Merge #9756: Return error when importmulti called with invalid address.
Wladimir J. van der Laan
2017-02-15
Merge #9758: Selectively suppress deprecation warnings
Wladimir J. van der Laan
2017-02-15
Harden against mistakes handling invalid blocks
Suhas Daftuar
2017-02-15
wallet: Prevent "overrides a member function but is not marked 'override'" wa...
Wladimir J. van der Laan
2017-02-15
Merge #9108: Use importmulti timestamp when importing watch only keys (on top...
Wladimir J. van der Laan
2017-02-15
Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0;
Wladimir J. van der Laan
2017-02-14
Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice
Jonas Schnelli
2017-02-14
Merge #9720: net: fix banning and disallow sending messages before receiving ...
Wladimir J. van der Laan
2017-02-14
Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec
Wladimir J. van der Laan
2017-02-14
Merge #9682: Require timestamps for importmulti keys
Wladimir J. van der Laan
2017-02-14
Selectively suppress deprecation warnings
Jonas Schnelli
2017-02-14
Merge #9735: devtools: Handle Qt formatting characters edge-case in update-tr...
Wladimir J. van der Laan
2017-02-13
net: require a verack before responding to anything else
Cory Fields
2017-02-13
net: parse reject earlier
Cory Fields
2017-02-13
net: correctly ban before the handshake is complete
Cory Fields
2017-02-13
Return error when importmulti called with invalid address.
Russell Yanofsky
2017-02-13
Bugfix: Qt/Options: Restore persistent "restart required" notice
Luke Dashjr
2017-02-11
Merge #9736: Pre-0.14.0 hardcoded seeds update
Wladimir J. van der Laan
2017-02-10
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
Dedup nTimeFirstKey update logic
Russell Yanofsky
2017-02-10
Use MTP for importmulti "now" timestamps
Russell Yanofsky
2017-02-10
Add test to check new importmulti "now" value
Russell Yanofsky
2017-02-10
Require timestamps for importmulti keys
Russell Yanofsky
2017-02-10
Move CNode::addrLocal access behind locked accessors
Matt Corallo
2017-02-10
Move CNode::addrName accesses behind locked accessors
Matt Corallo
2017-02-10
Make nTimeBestReceived atomic
Matt Corallo
2017-02-10
Move [clean|str]SubVer writes/copyStats into a lock
Matt Corallo
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
qt: Periodic translations update
Wladimir J. van der Laan
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-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
Merge #9674: Always enforce strict lock ordering (try or not)
Wladimir J. van der Laan
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
[next]