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
/
util
Age
Commit message (
Expand
)
Author
2020-02-17
Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
Wladimir J. van der Laan
2020-02-05
Merge #17482: util: Disallow network-qualified command line options
Wladimir J. van der Laan
2020-02-05
Merge #18023: Fix some asmap issues
Wladimir J. van der Laan
2020-01-31
Make asmap Interpret tolerant of malicious map data
Pieter Wuille
2020-01-29
on startup, write config options to debug.log
Larry Ruane
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-22
Merge #17887: bug-fix macos: give free bytes to F_PREALLOCATE
Wladimir J. van der Laan
2020-01-15
wallet: Replace %w by wallet name in -walletnotify script
João Barbosa
2020-01-15
bug-fix macos: give free bytes to F_PREALLOCATE
Karl-Johan Alm
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-10
Fix improper Doxygen inline comments
Ben Woosley
2020-01-09
Merge #16688: log: Add validation interface logging
Wladimir J. van der Laan
2020-01-03
Refactor FormatStateMessage for clarity
Jeffrey Czyz
2020-01-03
Format CValidationState properly in all cases
Jeffrey Czyz
2020-01-02
Merge #17762: net: Log to net category for exceptions in ProcessMessages
Wladimir J. van der Laan
2020-01-02
Add missing typeinfo includes
Wladimir J. van der Laan
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-19
util: Disallow network-qualified command line options
Russell Yanofsky
2019-12-20
Merge #17473: refactor: Settings code cleanups
MarcoFalke
2019-12-18
Add asmap utility which queries a mapping
Gleb Naumenko
2019-12-16
util: Move TrimString(...). Introduce default pattern (trims whitespace). Add...
practicalswift
2019-12-16
util: Don't allow DecodeBase32(...) of strings with embedded NUL characters
practicalswift
2019-12-16
util: Don't allow DecodeBase64(...) of strings with embedded NUL characters
practicalswift
2019-12-16
util: Don't allow ParseMoney(...) of strings with embedded NUL characters
practicalswift
2019-12-12
util: Don't allow base58-decoding of std::string:s containing non-base58 char...
practicalswift
2019-11-26
util: make ScheduleBatchPriority advisory only
fanquake
2019-11-13
refactor: Remove null setting check in GetSetting()
Russell Yanofsky
2019-11-13
refactor: Add ArgsManager::GetSettingsList method
Russell Yanofsky
2019-11-13
refactor: Get rid of ArgsManagerHelper class
Russell Yanofsky
2019-11-13
refactor: Replace FlagsOfKnownArg with GetArgFlags
Russell Yanofsky
2019-11-13
refactor: Clean up includeconf comments
Russell Yanofsky
2019-11-13
refactor: Clean up long lines in settings code
Russell Yanofsky
2019-11-12
util: Add missing headers to util/fees.cpp
Hennadii Stepanov
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-07
Add util::Settings struct and helper functions.
Russell Yanofsky
2019-11-07
Remove includeconf nested scope
Russell Yanofsky
2019-11-07
Rename includeconf variables for clarity
Russell Yanofsky
2019-11-07
Clarify emptyIncludeConf logic
Russell Yanofsky
2019-11-02
Merge #17285: doc: Bip70 removal follow-up
Wladimir J. van der Laan
2019-11-01
doc: Remove explicit network name references
Fabian Jahr
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
Merge #17280: refactor: Change occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-28
Merge #17279: refactor: Remove redundant c_str() calls in formatting
MarcoFalke
2019-10-28
Merge #17266: util: Rename DecodeDumpTime to ParseISO8601DateTime
MarcoFalke
2019-10-28
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpc
Wladimir J. van der Laan
[next]