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-01-22
Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests...
MarcoFalke
2017-01-20
qt: Periodic translation update
Wladimir J. van der Laan
2017-01-20
trivial: squash missing field 'argNames' initializer warning in qt tests
Wladimir J. van der Laan
2017-01-20
Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...
Wladimir J. van der Laan
2017-01-19
[Wallet] Add an option to keep the change address key, true by default
Jonas Schnelli
2017-01-19
Merge #9535: Split CNode::cs_vSend: message processing and message sending
Wladimir J. van der Laan
2017-01-19
Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
Merge #8456: [RPC] Simplified bumpfee command.
Wladimir J. van der Laan
2017-01-19
[RPC] bumpfee
mrbandrews
2017-01-19
[wallet] Add include_unsafe argument to listunspent RPC
Russell Yanofsky
2017-01-19
Merge #9498: Basic CCheckQueue Benchmarks
Wladimir J. van der Laan
2017-01-19
[Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-18
Merge #9512: Fix various things -fsanitize complains about
Wladimir J. van der Laan
2017-01-18
Merge #9508: Remove unused Python imports
MarcoFalke
2017-01-16
Add braces around AddToCompactExtraTransactions
Matt Corallo
2017-01-16
Clarify comment about mempool/extra conflicts
Matt Corallo
2017-01-16
Merge #9561: Wake message handling thread when we receive a new block
Pieter Wuille
2017-01-16
Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...
Pieter Wuille
2017-01-16
qt: periodic translations update
Wladimir J. van der Laan
2017-01-16
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2017-01-16
Introduce -incrementalrelayfee
Alex Morcos
2017-01-15
Merge #9400: Set peers as HB peers upon full block validation
Pieter Wuille
2017-01-15
Merge #9486: Make peer=%d log prints consistent
Wladimir J. van der Laan
2017-01-14
Wake message handling thread when we receive a new block
Matt Corallo
2017-01-14
Make WakeMessageHandler public
Matt Corallo
2017-01-14
[test] Avoid potential NULL pointer dereference in addrman_tests.cpp
practicalswift
2017-01-14
Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse...
MarcoFalke
2017-01-13
Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...
Pieter Wuille
2017-01-13
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
Make most_recent_compact_block a pointer to a const
Matt Corallo
2017-01-13
Make the cs_sendProcessing a LOCK instead of a TRY_LOCK
Matt Corallo
2017-01-13
Split CNode::cs_vSend: message processing and message sending
Matt Corallo
2017-01-13
Remove unused Python imports
practicalswift
2017-01-13
Merge #9441: Net: Massive speedup. Net locks overhaul
Pieter Wuille
2017-01-13
[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)
practicalswift
2017-01-13
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2017-01-12
net: remove cs_vRecvMsg
Cory Fields
2017-01-12
net: add a flag to indicate when a node's send buffer is full
Cory Fields
2017-01-12
net: add a flag to indicate when a node's process queue is full
Cory Fields
2017-01-12
net: add a new message queue for the message processor
Cory Fields
2017-01-12
net: rework the way that the messagehandler sleeps
Cory Fields
2017-01-12
net: remove useless comments
Cory Fields
2017-01-12
net: Add a simple function for waking the message handler
Cory Fields
2017-01-12
net: record bytes written before notifying the message processor
Cory Fields
2017-01-12
net: handle message accounting in ReceiveMsgBytes
Cory Fields
2017-01-12
Make PartiallyDownloadedBlock::InitData's second param const
Matt Corallo
2017-01-12
Add extra_count lower bound to compact reconstruction debug print
Matt Corallo
2017-01-12
Add comment to describe callers to ActivateBestChain
Matt Corallo
[next]