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-10-26
Merge #11490: Disconnect from outbound peers with bad headers chains
Wladimir J. van der Laan
2017-10-26
Add unit test for outbound peer eviction
Suhas Daftuar
2017-10-26
Permit disconnection of outbound peers on bad/slow chains
Suhas Daftuar
2017-10-26
Disconnecting from bad outbound peers in IBD
Suhas Daftuar
2017-10-22
Merge #11499: [Qt] Add upload and download info to the peerlist (debug menu)
Jonas Schnelli
2017-10-19
Add comment explaining forced processing of compact blocks
Suhas Daftuar
2017-10-19
Don't process unrequested, low-work blocks
Suhas Daftuar
2017-10-19
Merge #11529: Avoid slow transaction search with txindex enabled
Wladimir J. van der Laan
2017-10-19
Avoid slow transaction search with txindex enabled
João Barbosa
2017-10-19
Avoid opening copied wallet databases simultaneously
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 #11467: Fix typos. Use nullptr instead of NULL.
Wladimir J. van der Laan
2017-10-18
Merge #11495: [trivial] Make namespace explicit for is_regular_file
Wladimir J. van der Laan
2017-10-18
Merge #11006: Improve shutdown process
Wladimir J. van der Laan
2017-10-18
Merge #11492: [wallet] Fix leak in CDB constructor
Wladimir J. van der Laan
2017-10-18
Merge #11508: Fix crash via division by zero assertion
Wladimir J. van der Laan
2017-10-18
Merge #11062: [mempool] Mark mempool import fails that were found in mempool ...
Pieter Wuille
2017-10-17
Merge #11483: Fix importmulti bug when importing an already imported key
MarcoFalke
2017-10-16
Add Sent and Received information to the debug menu peer list
Aaron Golliver
2017-10-16
move human-readable byte formatting to guiutil
Aaron Golliver
2017-10-15
Fix crash via division by zero assertion
Jonas Schnelli
2017-10-15
Merge #11496: [Trivial] Add missing comma from rescanblockchain example
Jonas Schnelli
2017-10-14
Merge #10672: Avoid division by zero in the case of a corrupt estimates file
Pieter Wuille
2017-10-14
[wallet] Fix leak in CDB constructor
João Barbosa
2017-10-14
Add missing comma from rescanblockchain
MeshCollider
2017-10-13
Merge #11456: Replace relevant services logic with a function suite.
Pieter Wuille
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-13
[trivial] Make namespace explicit for is_regular_file
John Newbery
2017-10-13
Switch DNSSeed-needed metric to any-automatic-nodes, not services
Matt Corallo
2017-10-13
Clarify docs for requirements/handling of addnode/connect nodes
Matt Corallo
2017-10-13
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-13
Avoid division by zero in the case of a corrupt estimates file
practicalswift
2017-10-12
Merge #10099: Slightly Improve Unit Tests for Checkqueue
Pieter Wuille
2017-10-12
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...
Wladimir J. van der Laan
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-10-12
Merge #11277: Fix uninitialized URI in batch RPC requests
Wladimir J. van der Laan
2017-10-12
Merge #11073: Remove dead store in ecdsa_signature_parse_der_lax.
Wladimir J. van der Laan
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-11
Merge #11420: Bump univalue subtree and fix json formatting in tests
Wladimir J. van der Laan
2017-10-11
Fix importmulti bug when importing an already imported key
Pedro Branco
2017-10-11
Merge #11113: [net] Ignore getheaders requests for very old side blocks
Wladimir J. van der Laan
2017-10-11
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-10-10
Merge #11469: fix typo in comment of chain.cpp
Wladimir J. van der Laan
2017-10-09
fix typo in comment of chain.cpp
Johannes Kanig
2017-10-09
Merge #11465: rpc: Update named args documentation for importprivkey
MarcoFalke
2017-10-09
Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_size
Wladimir J. van der Laan
2017-10-09
Merge #10961: Improve readability of DecodeBase58Check(...)
Wladimir J. van der Laan
2017-10-09
Merge #11448: [gui] reset addrProxy/addrSeparateProxyTor if colon char missing
Wladimir J. van der Laan
2017-10-09
Use nullptr instead of NULL
practicalswift
[next]