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-04-18
Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().
Kiminuo
2021-04-18
Change GetBlocksDir() to ArgsManager.GetBlocksDirPath().
Kiminuo
2021-04-17
Move GetDataDir(fNetSpecific) implementation to ArgsManager.
Kiminuo
2021-04-17
Move StripRedundantLastElementsOfPath before ArgsManager class.
Kiminuo
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2021-03-31
Merge #21366: refactor: replace util::Ref with std::any (C++17)
W. J. van der Laan
2021-03-30
Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests
Wladimir J. van der Laan
2021-03-29
remove unused class util::Ref and its unit test
Sebastian Falbesoner
2021-03-29
util: introduce helper AnyPtr to access std::any instances
Sebastian Falbesoner
2021-03-22
Merge #21317: util: Make Assume() usable as unary expression
MarcoFalke
2021-03-19
Merge #21328: net, refactor: pass uint16 CService::port as uint16
MarcoFalke
2021-03-16
util: add missing braces and apply clang format to SplitHostPort()
Jon Atack
2021-03-16
util: add ParseUInt16(), use it in SplitHostPort()
Jon Atack
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2021-03-16
net: add connect() and getsockopt() wrappers to Sock
Vasil Dimov
2021-03-16
fuzz: implement unimplemented FuzzedSock methods
Vasil Dimov
2021-03-16
Merge #21407: i2p: limit the size of incoming messages
Wladimir J. van der Laan
2021-03-16
i2p: limit the size of incoming messages
Vasil Dimov
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
Merge #21007: bitcoind: Add -daemonwait option to wait for initialization
Wladimir J. van der Laan
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-04
util: Add RAII TokenPipe
Wladimir J. van der Laan
2021-03-04
Merge #21015: Make all of net_processing (and some of net) use std::chrono types
fanquake
2021-03-04
util: Make Assume() usable as unary expression
MarcoFalke
2021-03-03
Make all Poisson delays use std::chrono types
Pieter Wuille
2021-03-03
Change all ping times to std::chrono types
Pieter Wuille
2021-03-02
util: Avoid invalid integer negation in FormatMoney: make FormatMoney(const C...
practicalswift
2021-03-01
net: extend Sock with a method to check whether connected
Vasil Dimov
2021-03-01
net: extend Sock with methods for robust send & read until terminator
Vasil Dimov
2021-03-01
net: extend Sock::Wait() to report a timeout
Vasil Dimov
2021-03-01
net: move the constant maxWait out of InterruptibleRecv()
Vasil Dimov
2021-03-01
util: fix WriteBinaryFile() claiming success even if error occurred
Vasil Dimov
2021-03-01
util: fix ReadBinaryFile() returning partial contents
Vasil Dimov
2021-03-01
util: extract {Read,Write}BinaryFile() to its own files
Vasil Dimov
2021-02-24
Merge #18017: txmempool: split epoch logic into class
Wladimir J. van der Laan
2021-02-23
rpc: send: support external signer
Sjors Provoost
2021-02-21
configure: add --enable-external-signer
Sjors Provoost
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
[next]