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-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
Merge #13185: Bugfix: the end of a reorged chain is invalid when connect fails
Wladimir J. van der Laan
2018-05-09
Merge #10267: New -includeconf argument for including external configuration ...
Wladimir J. van der Laan
2018-05-07
Bugfix: the end of a reorged chain is invalid when connect fails
Pieter Wuille
2018-05-07
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
Merge #13079: Fix rescanblockchain rpc to properly report progress
Jonas Schnelli
2018-05-07
Merge #13131: Add Windows shutdown handler
Wladimir J. van der Laan
2018-05-07
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-07
Merge #13180: Fix re-declared scoped enum as unscoped (Causes issues with som...
Jonas Schnelli
2018-05-07
Merge #13162: [net] Don't incorrectly log that REJECT messages are unknown.
Wladimir J. van der Laan
2018-05-06
Remove enum specifier (to avoid re-declare scoped enum as unscoped)
donaloconnor
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-05
Policy to reject extremely small transactions
Johnson Lau
2018-05-05
Add transaction tests for constant scriptCode
Johnson Lau
2018-05-05
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
[logging] Don't incorrectly log that REJECT messages are unknown.
John Newbery
2018-05-03
Fix rescanblockchain rpc to property report progress
Ben Woosley
2018-05-03
Print a log message if we fail to shrink the debug log file
practicalswift
2018-05-03
Merge #12639: Reduce cs_main lock in listunspent
Wladimir J. van der Laan
2018-05-03
Merge #13148: logging: Fix potential use-after-free in LogPrintStr(...)
Wladimir J. van der Laan
2018-05-03
Merge #13154: Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Wladimir J. van der Laan
2018-05-03
refactor: Avoid extra lookups of mapAddressBook in listunspent RPC
João Barbosa
2018-05-03
rpc: Reduce cs_main lock in listunspent
João Barbosa
2018-05-03
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-05-03
Merge #12507: Interrupt rescan on shutdown request
Wladimir J. van der Laan
2018-05-02
Merge #12928: qt: Initialize non-static class members that were previously ne...
Wladimir J. van der Laan
2018-05-02
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Russell Yanofsky
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-05-02
Make sure initialization occurs in the constructor
practicalswift
2018-05-02
Merge #13106: Simplify semantics of ChainStateFlushed callback
Wladimir J. van der Laan
2018-05-02
wallet: Interrupt rescan on shutdown request
João Barbosa
2018-05-02
Handle unsuccessful fseek(...):s
practicalswift
2018-05-02
logging: remove unused return value from LogPrintStr
practicalswift
2018-05-02
logging: Fix potential use-after-free in LogPrintStr(...)
practicalswift
2018-05-01
[doc] qt: fixes broken link on readme
marcoagner
2018-05-01
Add Windows shutdown handler
Chun Kuan Lee
2018-04-30
Merge #12954: util: Refactor logging code into a global object
Pieter Wuille
2018-04-30
Merge #13028: Make vpwallets usage thread safe
Wladimir J. van der Laan
2018-04-30
nit: fix typo for entry description string
mryandao
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-29
util: Refactor GetLogCategory.
Jim Posen
2018-04-27
Merge #13077: Add compile time checking for all cs_KeyStore runtime locking a...
MarcoFalke
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
util: Move debug file management functions into Logger.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-27
Simplify semantics of ChainStateFlushed callback
Matt Corallo
2018-04-27
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
[next]