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-29
Remove template matching and pseudo opcodes
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-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
2018-04-27
Merge #13090: Remove Safe mode (achow101)
Wladimir J. van der Laan
2018-04-27
Remove "rpc" category from GetWarnings
Wladimir J. van der Laan
2018-04-27
rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved section
Wladimir J. van der Laan
2018-04-26
Merge #13002: Do not treat bare multisig outputs as IsMine unless watched
Wladimir J. van der Laan
2018-04-26
Merge #13031: Fix for utiltime to compile with msvc.
Wladimir J. van der Laan
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-26
Merge #12321: p2wsh and p2sh-p2wsh address in decodescript
Wladimir J. van der Laan
[next]