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-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-23
Merge bitcoin/bitcoin#22855: RBF move 3/3: move followups + improve RBF docum...
fanquake
2021-09-20
make MAX_BIP125_RBF_SEQUENCE constexpr
glozow
2021-09-11
Cleanup headers after #20788
Hennadii Stepanov
2021-09-10
[doc] improve RBF documentation
glozow
2021-09-10
Merge bitcoin/bitcoin#22675: RBF move 2/3: extract RBF logic into policy/rbf
fanquake
2021-09-10
Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmap
fanquake
2021-09-09
Merge bitcoin/bitcoin#22904: sync, log: inline lock contention logging macro ...
merge-script
2021-09-09
Merge bitcoin/bitcoin#22390: system: skip trying to set the locale on NetBSD
fanquake
2021-09-08
doc: add missing copyright header to getuniquepath.cpp
fanquake
2021-09-07
Add util/types.h with ALWAYS_FALSE template
MarcoFalke
2021-09-07
[asmap] Make DecodeAsmap() a utility function
John Newbery
2021-09-05
Merge bitcoin/bitcoin#22591: Util: error if settings json exists, but is unre...
MarcoFalke
2021-09-02
whitespace fixups after move and scripted-diff
glozow
2021-08-31
Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into polic...
fanquake
2021-08-24
call SignalsOptInRBF instead of checking all inputs
glozow
2021-08-24
Merge bitcoin/bitcoin#22772: refactor: hasher cleanup (follow-up to 19935)
fanquake
2021-08-24
Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...
fanquake
2021-08-23
Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...
MarcoFalke
2021-08-22
doc: remove outdated comment
Martin Zumsande
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-08-11
Merge bitcoin/bitcoin#22653: refactor: Rename JoinErrors and re-use it
fanquake
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-06
refactor: Reuse MakeUnorderedList where possible
Hennadii Stepanov
2021-08-06
refactor: Move MakeUnorderedList into util/string.h to make it reusable
Hennadii Stepanov
2021-08-04
util: check MoneyRange() inside ParseMoney()
fanquake
2021-08-04
util: make ParseMoney return a std::optional<CAmount>
fanquake
2021-08-04
util: Check if specified config file cannot be opened
nthumann
2021-07-31
error if settings.json exists, but is unreadable
Tyler Chambers
2021-07-20
mempool: apply rule of 5 to epochguard.h, fix compiler warnings
Jon Atack
2021-07-02
system: skip trying to set the locale on NetBSD
fanquake
2021-07-01
Add bilingual_str::clear()
Andrew Chow
2021-07-01
build: Fix Boost Process compatibility with mingw-w64 compiler
Hennadii Stepanov
2021-06-18
Remove unused OptionsCategory arg from AddCommand
MarcoFalke
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-10
Avoid wallet code writing node settings file
Russell Yanofsky
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
[next]