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
2018-09-18
Fix crash bug with duplicate inputs within a transaction
Suhas Daftuar
2017-12-27
Make boost::multi_index comparators const
Suhas Daftuar
2017-12-17
Merge #11647: 0.15: Backports
Wladimir J. van der Laan
2017-11-20
Merge #11662: [0.15] Sanity-check script sizes in bitcoin-tx
Wladimir J. van der Laan
2017-11-11
Sanity-check script sizes in bitcoin-tx
Matt Corallo
2017-11-09
Wrap dumpwallet warning and note scripts aren't dumped
MeshCollider
2017-11-09
Add wallet backup text to import*, add* and dumpwallet RPCs
MeshCollider
2017-11-03
Fix uninitialized URI in batch RPC requests
Russell Yanofsky
2017-11-03
[Wallet] always show help-line of wallet encryption calls
Jonas Schnelli
2017-11-02
rpc: further constrain the libevent workaround
Cory Fields
2017-11-02
rpc: work-around an upstream libevent bug
Cory Fields
2017-11-02
Add unit test for stale tip checking
Suhas Daftuar
2017-11-02
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-02
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-11-02
Track tip update time and last new block announcement from each peer
Suhas Daftuar
2017-11-02
net: Allow connecting to extra outbound peers
Suhas Daftuar
2017-11-02
Use a sensible default for blockmaxweight
Matt Corallo
2017-11-02
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-11-02
Reject headers building on invalid chains by tracking invalidity
Matt Corallo
2017-11-02
Accept unrequested blocks with work equal to our tip
Matt Corallo
2017-11-02
Stop always storing blocks from whitelisted peers
Matt Corallo
2017-11-02
net: Add missing lock in ProcessHeadersMessage(...)
practicalswift
2017-11-02
Disconnect outbound peers relaying invalid headers
Suhas Daftuar
2017-11-02
moveonly: factor out headers processing into separate function
Suhas Daftuar
2017-11-02
Add unit test for outbound peer eviction
Suhas Daftuar
2017-11-02
Permit disconnection of outbound peers on bad/slow chains
Suhas Daftuar
2017-11-02
Disconnecting from bad outbound peers in IBD
Suhas Daftuar
2017-11-02
Fix uninitialized g_connman crash in Shutdown()
MeshCollider
2017-11-02
net: stop both net/net_processing before destroying them
Cory Fields
2017-11-02
net: drop unused connman param
Cory Fields
2017-11-02
net: use an interface class rather than signals for message processing
Cory Fields
2017-11-02
net: pass CConnman via pointer rather than reference
Cory Fields
2017-11-02
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-11-02
Add comment explaining forced processing of compact blocks
Suhas Daftuar
2017-11-02
Don't process unrequested, low-work blocks
Suhas Daftuar
2017-11-02
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-11-01
Avoid opening copied wallet databases simultaneously
Russell Yanofsky
2017-11-01
[wallet] Fix leak in CDB constructor
João Barbosa
2017-11-01
Ensure backupwallet fails when attempting to backup to source file
Tomas van der Wansem
2017-11-01
Make listsinceblock refuse unknown block hash
Russell Yanofsky
2017-10-19
Remove my testnet DNS seed as I currently don't have the capacity to keep it ...
Andreas Schildbach
2017-10-18
Merge #11447: 0.15.1: Backports
Wladimir J. van der Laan
2017-10-17
Fix importmulti bug when importing an already imported key
Pedro Branco
2017-10-09
Update importprivkey named args documentation
Dusty Williams
2017-10-09
net: Improve and document SOCKS code
Wladimir J. van der Laan
2017-10-04
rpc: Prevent `dumpwallet` from overwriting files
Wladimir J. van der Laan
2017-10-04
qa: Restore bitcoin-util-test py2 compatibility
MarcoFalke
2017-10-04
Fix validationinterface build on super old boost/clang
Matt Corallo
2017-10-04
qt: Backup former GUI settings on `-resetguisettings`
Wladimir J. van der Laan
2017-10-04
when clearing addrman clear mapInfo and mapAddr
Gregory Sanders
[next]