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
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