aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2024-10-10Merge bitcoin/bitcoin#30857: cluster mempool: extend DepGraph functionalityglozow
2024-10-10scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...Sebastian Falbesoner
2024-10-07clusterlin: add DepGraph::RemoveTransactions and support for holes in DepGraphPieter Wuille
2024-10-01common: move pcp.cpp and netif.cpp files from util to common library since th...Ryan Ofsky
2024-09-30net: Add PCP and NATPMP implementationlaanwj
2024-09-21net: Use GetLocalAddresses in Discoverlaanwj
2024-09-21net: Add netif utilitylaanwj
2024-09-18Merge bitcoin/bitcoin#30875: doc: fixed inconsistencies in documentation betw...merge-script
2024-09-18doc: Updating docs from autotools to cmakekevkevinpal
2024-09-16Merge bitcoin/bitcoin#30884: streams: cache file position within AutoFileAva Chow
2024-09-13streams: cache file position within AutoFilePieter Wuille
2024-09-12util: Use compile-time check for FatalErrorfMarcoFalke
2024-09-12util: Add ConstevalFormatStringMarcoFalke
2024-08-28util: Add consteval ""_hex[_v][_u8] literalsl0rinc
2024-08-28Merge bitcoin/bitcoin#30454: build: Introduce CMake-based build systemmerge-script
2024-08-27Merge bitcoin/bitcoin#30569: node: reduce unsafe uint256S usageAva Chow
2024-08-23util: remove unused IsHexNumberstickies-v
2024-08-16cmake: Build `bitcoin_util` static libraryHennadii Stepanov
2024-08-07Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fixAva Chow
2024-08-06Merge bitcoin/bitcoin#30485: log: Remove NOLINT(bitcoin-unterminated-logprintf)Ryan Ofsky
2024-08-06testnet: Introduce Testnet4Fabian Jahr
2024-07-31refactor: remove TxidFromStringstickies-v
2024-07-24refactor: Expose FromHex in transaction_identifierMarcoFalke
2024-07-23fix: Make TxidFromString() respect string_view lengthHodlinator
2024-07-19log: Remove NOLINT(bitcoin-unterminated-logprintf)MarcoFalke
2024-07-11Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-defaultmerge-script
2024-07-10util: Catch translation string errors at compile timeMarcoFalke
2024-07-08tidy: modernize-use-equals-defaultMarcoFalke
2024-07-01random: get rid of GetRand by inliningPieter Wuille
2024-06-27Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...Ryan Ofsky
2024-06-27util: add perm string helper functionswillcl-ark
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-12Merge bitcoin/bitcoin#30268: util: add missing VecDeque includeglozow
2024-06-11utils: add missing includeCory Fields
2024-06-10util: add BitSetPieter Wuille
2024-06-06util: add VecDequePieter Wuille
2024-05-21build: remove --enable-threadlocalfanquake
2024-05-16util: avoid using thread_local variable that has a destructorVasil Dimov
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16util: move fees.h and error.h to common/messages.hRyan Ofsky
2024-05-16common: Add PSBTError enumRyan Ofsky
2024-05-16util: move error.h TransactionError enum to node/types.hRyan Ofsky
2024-05-16util: move spanparsing.h to script/parsing.hRyan Ofsky
2024-05-16util: move spanparsing.h Split functions to string.hRyan Ofsky
2024-05-16util: move HexStr and HexDigit from util to cryptoTheCharlatan
2024-05-16util: move util/message to common/signmessageRyan Ofsky
2024-05-10refactor, subprocess: Remove unused stream API callsHennadii Stepanov
2024-05-10refactor, subprocess: Remove unused `Popen::child_created_` data memberHennadii Stepanov
2024-05-10refactor, subprocess: Remove unused `Popen::poll()`Hennadii Stepanov
2024-05-10refactor, subprocess: Remove `Popen::pid()`Hennadii Stepanov