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
2024-07-01
random: get rid of GetRand by inlining
Pieter Wuille
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-05-23
Merge bitcoin/bitcoin#27064: system: use %LOCALAPPDATA% as default datadir on...
Ava Chow
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
util: move util/message to common/signmessage
Ryan Ofsky
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
system: use %LOCALAPPDATA% as default datadir on windows
Matthew Zipkin
2024-04-25
Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecode
Ryan Ofsky
2024-04-24
common: Don't terminate on null character in UrlDecode
Fabian Jahr
2024-04-24
scripted-diff: Modernize name of urlDecode function and param
Fabian Jahr
2024-04-24
refactor: Remove hooking code for urlDecode
Fabian Jahr
2024-04-24
refactor: Replace libevent use in urlDecode with our own code
Fabian Jahr
2024-04-23
refactor: Rename `subprocess.hpp` to follow our header name conventions
Hennadii Stepanov
2024-03-27
external_signer: replace boost::process with cpp-subprocess
Sebastian Falbesoner
2024-03-11
Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...
Ava Chow
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-01-23
init: settings, do not load auto-generated warning msg
furszy
2024-01-22
settings: add auto-generated warning msg for editing the file manually
furszy
2024-01-22
init: improve corrupted/empty settings file error msg
furszy
2024-01-08
[init] Create deterministic addrman in tests using -test=addrman
stratospher
2024-01-08
[init] Add new command line arg for use only in functional tests
stratospher
2023-12-11
ArgsManager: return path by value from GetBlocksDirPath()
Vasil Dimov
2023-11-29
Merge bitcoin/bitcoin#28486: test, bench: Initialize and terminate use of Win...
fanquake
2023-11-28
Merge bitcoin/bitcoin#28579: refactor: Remove redundant checks in compat/assu...
Andrew Chow
2023-11-28
test: Setup networking globally
Hennadii Stepanov
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-13
Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
fanquake
2023-10-20
util: Add ArgsManager SetConfigFilePath method
Ryan Ofsky
2023-10-16
Move compat.h include from system.h to system.cpp
MarcoFalke
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-04
Move compat/assumptions.h include to one place that actually needs it
MarcoFalke
2023-09-14
refactor: Replace <filesystem> with <util/fs.h>
MarcoFalke
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
[next]