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
/
bitcoin-util.cpp
Age
Commit message (
Expand
)
Author
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-09-12
[refactor] Add missing includes for next commit
TheCharlatan
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
Make bitcoin-util grind_task tsan friendly
MacroFake
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-06-11
compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes
fanquake
2022-05-30
Remove no-op TIME_INIT on deser
MarcoFalke
2022-03-25
refactor: remove unused boost header include in bitcoin-util.cpp
Sebastian Falbesoner
2022-02-22
Output license info when binaries are passed -version
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-06-18
refactor: Pass grind args vector as const reference
MarcoFalke
2021-06-18
Remove gArgs from AppInitUtil
MarcoFalke
2021-06-18
Remove unused OptionsCategory arg from AddCommand
MarcoFalke
2021-06-18
Remove unused includes from bitcoin-util
MarcoFalke
2021-02-07
bitcoin-util: use AddCommand / GetCommand
Anthony Towns
2021-01-18
Merge #20938: build: fix linking against -latomic when building for riscv
Wladimir J. van der Laan
2021-01-15
build: fix RELOC_SECTION security check for bitcoin-util
fanquake
2021-01-15
add std::atomic include to bitcoin-util.cpp
fanquake
2021-01-12
doc: Add manual page generation for bitcoin-util
Wladimir J. van der Laan
2021-01-12
Add bitcoin-util command line utility
Anthony Towns