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
2019-09-06
Testchains: Generic selection with -chain=<str> in addition of -testnet and -...
Jorge Timón
2019-08-28
util: Make util/error bilingual_str (refactor)
MarcoFalke
2019-08-20
util: Add Join helper to join a list of strings
MarcoFalke
2019-08-19
Merge #15864: Fix datadir handling
MarcoFalke
2019-08-15
util: Move ResolveErrMsg to util/error
MarcoFalke
2019-08-08
util: refactor upper/lowercase functions
Karl-Johan Alm
2019-07-31
Revamp option negating policy
Hennadii Stepanov
2019-07-27
Replace IsArgKnown() with FlagsOfKnownArg()
Hennadii Stepanov
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
Remove unused m_debug_only member from Arg struct
Hennadii Stepanov
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-27
Add Flags enum to ArgsManager
Hennadii Stepanov
2019-07-27
Refactor InterpretNegatedOption() function
Hennadii Stepanov
2019-07-27
refactoring: Check IsArgKnown() early
Hennadii Stepanov
2019-07-24
Fix datadir handling in bitcoind
Hennadii Stepanov
2019-07-24
Add CheckDataDirOption() function
Hennadii Stepanov
2019-07-24
Return absolute path early in AbsPathForConfigVal
Hennadii Stepanov
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Add bilingual message type
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-08
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-05
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-07-01
Merge #16257: [wallet] abort when attempting to fund a transaction above -max...
Wladimir J. van der Laan
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-06-27
util: No translation of `Bitcoin Core` in the copyright
MarcoFalke
2019-06-27
util: Explain why the path is cached
MarcoFalke
2019-06-13
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-06
[build]: check std::system for -[alert|block|wallet]notify
Sjors Provoost
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-23
util: Add type safe GetTime
MarcoFalke
2019-05-07
Fix portability issue with pthreads
grim-trigger
2019-05-02
Merge #15650: Handle the result of posix_fallocate system call
MarcoFalke
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-09
[build] Add several util units
John Newbery
2019-03-23
Handle the result of posix_fallocate system call
Luca Venturini
2019-03-10
dead code: Remove dead option in HexStr conversion
Lenny Maiorani
2019-03-02
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-03-02
Merge #15335: Fix lack of warning of unrecognized section names
MarcoFalke
2019-02-22
Style cleanup.
Jim Posen
2019-02-22
util: Move CheckDiskSpace to util.
Jim Posen
2019-02-21
Merge #15278: Improve PID file error handling
Wladimir J. van der Laan
2019-02-19
Fix lack of warning of unrecognized section names
Akio Nakamura
2019-02-15
Merge #15391: Add compile time verification of assumptions we're currently ma...
Wladimir J. van der Laan
2019-02-14
Move all PID file stuff to init.cpp
Hennadii Stepanov
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Add compile time verification of assumptions we're currently making implicitl...
practicalswift
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-12
Merge #15358: util: Add SetupHelpOptions()
Wladimir J. van der Laan
[next]