aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-13streams: cache file position within AutoFilePieter Wuille
2024-09-12Merge bitcoin/bitcoin#30814: kernel: Create usable static kernel librarymerge-script
2024-09-12build: Skip secp256k1 ctime tests when tests are not being builtHennadii Stepanov
2024-09-12Merge bitcoin/bitcoin#30847: test: Drop no longer needed workaroundsmerge-script
2024-09-12Merge bitcoin/bitcoin#30835: build: Introduce "Kernel" installation componentmerge-script
2024-09-12Merge bitcoin/bitcoin#30803: build: Minor build system fixes and amendmentsmerge-script
2024-09-11Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeUTXO...Ava Chow
2024-09-10assumeUTXO: fix peers disconnection during syncfurszy
2024-09-10Merge bitcoin/bitcoin#30773: Remove unsafe uint256S() and test-only uint160S()Ryan Ofsky
2024-09-10Merge bitcoin/bitcoin#30065: init: fixes file descriptor accountingRyan Ofsky
2024-09-10Merge bitcoin/bitcoin#30791: build: Use correct variable namemerge-script
2024-09-09Merge bitcoin/bitcoin#30509: multiprocess: Add -ipcbind option to bitcoin-nodeAva Chow
2024-09-09Merge bitcoin/bitcoin#30817: test: Add coverage for dumptxoutset failure robu...Ava Chow
2024-09-09Merge bitcoin/bitcoin#30684: init: fix init fatal error on invalid negated op...Ava Chow
2024-09-09Merge bitcoin/bitcoin#30401: fix: increase consistency of rpcauth parsingAva Chow
2024-09-09build: Use correct variables when passing `-fsanitize` to libsecp256k1Hennadii Stepanov
2024-09-09Merge bitcoin/bitcoin#30845: Update libsecp256k1 subtree to latest mastermerge-script
2024-09-09Merge bitcoin/bitcoin#30823: cmake: add `USE_SOURCE_PERMISSIONS` to all `conf...merge-script
2024-09-08test: Drop no longer needed workaroundsHennadii Stepanov
2024-09-07Update secp256k1 subtree to latest masterHennadii Stepanov
2024-09-07Squashed 'src/secp256k1/' changes from 642c885b61..2f2ccc4695Hennadii Stepanov
2024-09-06build, test: Add missed log optionsHennadii Stepanov
2024-09-06build: Add a pkg-config file for libbitcoinkernelTheCharlatan
2024-09-06build: Produce a usable static kernel libraryTheCharlatan
2024-09-06test: move uint256_tests/operator_with_self to arith_uint256_testsstickies-v
2024-09-06test: remove test-only uint160Sstickies-v
2024-09-06test: remove test-only uint256Sstickies-v
2024-09-06test: remove test-only arith_uint256Sstickies-v
2024-09-06build: Introduce "Kernel" installation componentHennadii Stepanov
2024-09-06test: Work around boost compilation errorMarcoFalke
2024-09-06Revert "build: work around issue with Boost <= 1.80 and Clang >= 18"MarcoFalke
2024-09-06multiprocess: Add -ipcbind option to bitcoin-nodeRussell Yanofsky
2024-09-06multiprocess: Add unit tests for connect, serve, and listen functionsRyan Ofsky
2024-09-06multiprocess: Add IPC connectAddress and listenAddress methodsRussell Yanofsky
2024-09-06fuzz: Don't compile BDB-specific code on MSVC in `wallet_bdb_parser.cpp`Hennadii Stepanov
2024-09-06cmake: add USE_SOURCE_PERMISSIONS to all configure_file usagefanquake
2024-09-06Merge bitcoin/bitcoin#30790: bench: Remove redundant logging benchmarksmerge-script
2024-09-06Merge bitcoin/bitcoin#30748: test: Pin and document TEST_DIR_PATH_ELEMENT, Se...merge-script
2024-09-05Merge bitcoin/bitcoin#30821: build: work around issue with Boost <= 1.80 and ...Ava Chow
2024-09-05init: error out if -maxconnections is negativeSergi Delgado Segura
2024-09-05init: improves file descriptors accounting and docsSergi Delgado Segura
2024-09-05init: fixes fd accounting regarding poll/selectSergi Delgado Segura
2024-09-05build: work around issue with Boost <= 1.80 and Clang >= 18fanquake
2024-09-05Merge bitcoin-core/gui#834: qt, build: remove unneeded `Q_IMPORT_PLUGIN` macr...Hennadii Stepanov
2024-09-05Merge bitcoin/bitcoin#30796: test: Use std::span and std::string_view for raw...merge-script
2024-09-05test: Use span for raw dataMarcoFalke
2024-09-05refactor: Manage dumptxoutset RAII classes with std::optionalFabian Jahr
2024-09-05bench: Remove redundant logging benchmarksMarcoFalke
2024-09-05bench: Use LogInfo instead of the deprecated alias LogPrintfMarcoFalke
2024-09-04Merge bitcoin/bitcoin#30788: test: fixing failing system_tests/run_command un...Ava Chow