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
/
common
Age
Commit message (
Expand
)
Author
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-06-29
refactor: remove in-code warning suppression
fanquake
2023-06-20
scripted-diff: Following the C++ Standard rules for identifiers with _.
Brotcrunsher
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-26
Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found
fanquake
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-10
refactor: Use ChainType enum exhaustively
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-09
refactor: Introduce ChainType getters for ArgsManager
TheCharlatan
2023-04-21
bugfix: Fix incorrect debug.log config file path
Ryan Ofsky
2023-04-21
init: Error if ignored bitcoin.conf file is found
Ryan Ofsky
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-28
Deduplicate bitcoind and bitcoin-qt init code
Ryan Ofsky
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-29
refactor: Rename ambiguous interfaces::MakeHandler functions
Ryan Ofsky
2022-11-29
refactor: Move src/interfaces/*.cpp files to libbitcoin_common.a
Ryan Ofsky
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-04
refactor: move run_command from util to common
Cory Fields
2022-04-22
refactor: make GetRand a template, remove GetRandInt
pasta
2022-02-01
refactor: Fixup uint64_t-cast style in touched line
MarcoFalke
2022-01-31
Fix implicit-integer-sign-change in bloom
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-07
Add FastRange32 function and use it throughout the codebase
Pieter Wuille
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
scripted-diff: Move bloom to src/common
MarcoFalke