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-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-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-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
2020-10-07
Merge #20092: util: Do not use gArgs global in ArgsManager member functions
MarcoFalke
2020-10-06
util: Do not use gArgs global in ArgsManager member functions
Hennadii Stepanov
2020-10-05
scripted-diff: update max-fee-exceeded error message to include RPC
gzhao408
2020-09-28
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
Pieter Wuille
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-21
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-18
add signet chain and accompanying parameters
Karl-Johan Alm
2020-09-11
util: move HasPrefix() so it can be reused
Vasil Dimov
2020-08-31
Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB
fanquake
2020-08-28
Warn on unknown rw_settings
MarcoFalke
[next]