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
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-18
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
MarcoFalke
2021-02-17
Merge #21110: util: remove Boost posix_time usage from GetTime*
Wladimir J. van der Laan
2021-02-17
util: Use std::chrono for time getters
MarcoFalke
2021-02-17
time: add runtime sanity check
Cory Fields
2021-02-16
[doc / util] Use comments to clarify time unit for int64_t type.
Amiti Uttarwar
2021-02-16
[util] Introduce a SetMockTime that takes chrono time
Amiti Uttarwar
2021-02-16
[util] Change GetMockTime to return chrono type instead of int
Amiti Uttarwar
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-11
Merge #21043: net: Avoid UBSan warning in ProcessMessage(...)
MarcoFalke
2021-02-10
net: add RAII socket and use it instead of bare SOCKET
Vasil Dimov
2021-02-10
net: move CloseSocket() from netbase to util/sock
Vasil Dimov
2021-02-10
net: move MillisToTimeval() from netbase to util/time
Vasil Dimov
2021-02-09
Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) calls
Wladimir J. van der Laan
2021-02-04
refactor: Treat ArgsManager::Flags as uint32_t explicitly
MarcoFalke
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-02-04
Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-02-02
util: Disallow negative mocktime
MarcoFalke
2021-02-01
refactor: Move STRINGIZE macro to macros.h
Hennadii Stepanov
2021-01-31
refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)
Sebastian Falbesoner
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-21
util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-01-21
Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls
MarcoFalke
2021-01-18
Merge #19866: eBPF Linux tracepoints
Wladimir J. van der Laan
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-07
Merge #14501: Fix possible data race when committing block files
Wladimir J. van der Laan
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2021-01-04
doc: Use https URLs where possible
Sawyer Billings
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-08
util: Allow use of C++14 chrono literals
MarcoFalke
2020-12-07
tracing: add tracing framework
William Casarin
2020-12-04
Merge #20255: util: Add Assume() identity function
MarcoFalke
2020-12-01
Merge #20519: Handle rename failure in DumpMempool(...) by using the RenameOv...
MarcoFalke
2020-11-27
Add [[nodiscard]] to RenameOver(...)
practicalswift
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-11-24
util: Remove probably misleading TODO
MarcoFalke
2020-11-24
util: Add Assume() identity function
MarcoFalke
2020-11-24
util: Allow Assert(...) to be used in all contexts
practicalswift
2020-11-18
Use std::make_unique
MarcoFalke
2020-11-12
wallet: provide valid values if invalid estimate mode passed
Jon Atack
2020-11-11
wallet: introduce fee_rate (sat/vB) param/option
Jon Atack
2020-11-10
Add generic SaltedSipHasher
Andrew Chow
2020-11-10
Move Hashers to util/hasher.{cpp/h}
Andrew Chow
2020-11-02
Merge #20080: Strip any trailing `/` in -datadir and -blocksdir paths
Samuel Dobson
2020-10-27
doc: Update data directory path comments
Hennadii Stepanov
2020-10-27
util: Add StripRedundantLastElementsOfPath function
Hennadii Stepanov
2020-10-19
Merge #19624: Warn on unknown rw_settings
MarcoFalke
[next]