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-11-03
Merge #11592: 0.15: Backports
v0.15.1rc1
Pieter Wuille
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
build: Bump version to 0.15.1
Wladimir J. van der Laan
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
Add release notes describing blockmaxweight deprecation
Matt Corallo
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
Fix minchainwork test for 0.15 backport
Suhas Daftuar
2017-11-02
Make p2p-acceptablock not an extended test
Matt Corallo
2017-11-02
[qa] test that invalid blocks on an invalid chain get a disconnect
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
Rewrite p2p-acceptblock in preparation for slight behavior changes
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
qa: add test for minchainwork use in acceptblock
Suhas Daftuar
2017-11-02
Don't process unrequested, low-work blocks
Suhas Daftuar
2017-11-02
[qa] Test nMinimumChainWork
Suhas Daftuar
2017-11-02
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-11-01
qa: Remove never used return value of sync_with_ping
MarcoFalke
2017-11-01
qa: Make tmpdir option an absolute path
MarcoFalke
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
scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
John Newbery
2017-11-01
[tests] do not allow assert_raises_message to be called with JSONRPCException
John Newbery
2017-11-01
[tests] remove direct testing on JSONRPCException from individual test cases
John Newbery
2017-11-01
Merge #11550: [0.15.1] qa: Backports
Wladimir J. van der Laan
2017-11-01
Make listsinceblock refuse unknown block hash
Russell Yanofsky
2017-11-01
[Docs] Update OpenBSD Build Instructions for OpenBSD 6.2
fanquake
2017-10-26
Add share/rpcuser to dist. source code archive
MarcoFalke
2017-10-23
[verify-commits] Allow revoked keys to expire
Matt Corallo
2017-10-23
qa: Fix race condition in sendheaders.py
Suhas Daftuar
[next]