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-06-07
Merge bitcoin/bitcoin#22137: util: Properly handle -noincludeconf on command ...
fanquake
2021-06-04
util: Properly handle -noincludeconf on command line
MarcoFalke
2021-06-03
Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptors
W. J. van der Laan
2021-05-31
scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds
fanquake
2021-05-24
Remove support for double serialization
Pieter Wuille
2021-05-24
Add platform-independent float encoder/decoder
Pieter Wuille
2021-05-24
Remove unused float serialization
MarcoFalke
2021-05-24
Add tr() descriptor (derivation only, no signing)
Pieter Wuille
2021-05-24
Merge bitcoin/bitcoin#21850: Remove `GetDataDir(net_specific)` function
MarcoFalke
2021-05-24
Remove `GetDataDir(bool fNetSpecific = true)` function
Kiminuo
2021-05-24
Make `ArgsManager.GetDataDirPath` private and drop needless suffix
Kiminuo
2021-05-24
Add `ArgsManager.GetDataDirBase()` and `ArgsManager.GetDataDirNet()` as an in...
Kiminuo
2021-05-22
Make `m_cached_blocks_path` mutable. Make `ArgsManager::GetBlocksDirPath()` c...
Kiminuo
2021-05-21
Cleanup -includeconf error message
MarcoFalke
2021-05-21
Fix crash when parsing command line with -noincludeconf=0
MarcoFalke
2021-05-19
Merge bitcoin/bitcoin#21659: net: flag relevant Sock methods with [[nodiscard]]
W. J. van der Laan
2021-05-19
Merge bitcoin/bitcoin#21173: util: faster HexStr => 13% faster blockToJSON
W. J. van der Laan
2021-05-12
Merge bitcoin/bitcoin#21584: Fix assumeutxo crash due to invalid base_blockhash
W. J. van der Laan
2021-05-12
Merge bitcoin/bitcoin#19064: refactor: Cleanup thread ctor calls
MarcoFalke
2021-05-11
move-only: Add util/hash_type
MarcoFalke
2021-04-29
refactor: Avoid sign-compare compiler warning in util/asmap
MarcoFalke
2021-04-25
refactor: Make TraceThread a non-template free function
Hennadii Stepanov
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-13
net: flag relevant Sock methods with [[nodiscard]]
Vasil Dimov
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
[next]