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-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 Clang thread safety analysis annotations
practicalswift
2018-05-05
Fix missing locking in CTxMemPool::setSanityCheck(double dFrequency)
practicalswift
2018-05-05
Fix missing locking in CTxMemPool::check(const CCoinsViewCache *pcoins)
practicalswift
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-05
Separate HaveKey function that checks whether a key is in a keystore
Andrew Chow
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
wallet: Reset BerkeleyDB handle after connection fails
Tim Ruffing
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
wallet: Add Clang thread safety annotations for variables guarded by cs_db
practicalswift
2018-04-30
scheduler: Add Clang thread safety annotations for variables guarded by m_cs_...
practicalswift
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-29
Add Clang thread safety annotations for variables guarded by cs_warnings
practicalswift
2018-04-29
Add Clang thread safety annotations for variables guarded by cs_nTimeOffset
practicalswift
2018-04-29
Add Clang thread safety annotations for variables guarded by cs_rpcWarmup
practicalswift
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
[prev]
[next]