Age | Commit message (Expand) | Author |
2022-05-10 | doc: Explain Bitcoin Core in README.md | MacroFake |
2022-05-10 | Merge bitcoin/bitcoin#25079: index: Change sync variables to use `std::chrono... | MacroFake |
2022-05-09 | Merge bitcoin-core/gui#590: refactor: Declare `WalletModel` member functions ... | Hennadii Stepanov |
2022-05-09 | Merge bitcoin-core/gui#591: test: Add tests for `tableView` in `AddressBookPa... | Hennadii Stepanov |
2022-05-09 | Merge bitcoin/bitcoin#25091: test: Remove extended lint (cppcheck) | MacroFake |
2022-05-09 | test: Remove extended lint (cppcheck) | laanwj |
2022-05-09 | Merge bitcoin/bitcoin#24946: Unroll the ChaCha20 inner loop for performance | MacroFake |
2022-05-09 | Merge bitcoin/bitcoin#25078: doc: Shorten explanation of "maintainers" | fanquake |
2022-05-08 | index, refactor: Change sync variables to use `std::chrono::steady_clock` | w0xlt |
2022-05-06 | doc: Shorten explanation of "maintainers" | MacroFake |
2022-05-06 | Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app... | MacroFake |
2022-05-06 | Merge bitcoin/bitcoin#25063: test: previous releases: add v23.0 | MacroFake |
2022-05-06 | Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig... | MacroFake |
2022-05-06 | Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us... | MacroFake |
2022-05-06 | test: previous releases: add v23.0 | Sjors Provoost |
2022-05-06 | Merge bitcoin/bitcoin#25068: Wrap boost::replace_all | MacroFake |
2022-05-05 | Wrap boost::replace_all | MacroFake |
2022-05-05 | Merge bitcoin/bitcoin#25070: contrib: fix dirname on `verify-commits` | fanquake |
2022-05-05 | contrib: fix dirname on `verify-commits` | brunoerg |
2022-05-05 | Merge bitcoin/bitcoin#25006: guix: consolidate kernel headers to 5.15, specif... | fanquake |
2022-05-05 | Merge bitcoin/bitcoin#24840: test: port 'lint-shell.sh' to python | MacroFake |
2022-05-05 | Merge bitcoin/bitcoin#24566: build: Drop redundant checks for ranlib and stri... | fanquake |
2022-05-05 | Sanity assert GetAncestor() != nullptr where appropriate | Adam Jonas |
2022-05-05 | test: port 'lint-shell.sh' to python | whiteh0rse |
2022-05-05 | build: Drop redundant checks for ranlib and strip tools | Hennadii Stepanov |
2022-05-05 | Merge bitcoin/bitcoin#24866: build: No longer need to hack the `PATH` variabl... | fanquake |
2022-05-05 | Merge bitcoin/bitcoin#24141: Rename message_command variables in src/net* and... | MacroFake |
2022-05-04 | Merge bitcoin/bitcoin#22235: script: add script to generate example bitcoin.conf | laanwj |
2022-05-04 | Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerror | laanwj |
2022-05-04 | Unroll the ChaCha20 inner loop for performance | Pieter Wuille |
2022-05-04 | doc: update init.cpp -conf help text | josibake |
2022-05-04 | doc: update devtools, release-process readmes | josibake |
2022-05-04 | build: include bitcoin.conf in build outputs | josibake |
2022-05-04 | Merge bitcoin/bitcoin#24852: util: optimize HexStr | laanwj |
2022-05-04 | Merge bitcoin/bitcoin#24976: netgroup: Follow-up for #22910 | fanquake |
2022-05-04 | Merge bitcoin/bitcoin#24993: test, contrib, refactor: use `with` when opening... | laanwj |
2022-05-04 | Merge bitcoin/bitcoin#25057: refactor: replace remaining boost::split with Sp... | fanquake |
2022-05-04 | Merge bitcoin/bitcoin#25046: build: Fix `libmultiprocess` cross-compiling to ... | fanquake |
2022-05-04 | refactor: Change * to & in MutableTransactionSignatureCreator | MarcoFalke |
2022-05-04 | Merge bitcoin/bitcoin#25060: blockstorage: add LIFETIMEBOUND to GetFirstStore... | MacroFake |
2022-05-04 | Merge bitcoin/bitcoin#25058: rpc: Move output script RPCs to separate file, r... | fanquake |
2022-05-04 | Merge bitcoin/bitcoin#25040: refactor: Pass lifetimebound reference to Single... | MacroFake |
2022-05-04 | Merge bitcoin/bitcoin#25045: test: add coverage for invalid requests for `blo... | MacroFake |
2022-05-04 | Merge bitcoin/bitcoin#25047: tidy: add readability-redundant-declaration | MacroFake |
2022-05-04 | fuzz: SplitString with multiple separators | Martin Leitner-Ankerl |
2022-05-04 | http: replace boost::split with SplitString | Martin Leitner-Ankerl |
2022-05-04 | core_read: Replace boost::split with SplitString | Martin Leitner-Ankerl |
2022-05-04 | Extend Split to work with multiple separators | Martin Leitner-Ankerl |
2022-05-03 | blockstorage: add LIFETIMEBOUND to GetFirstStoredBlock()::start_time | Jon Atack |
2022-05-03 | test: add coverage for invalid requests for `blockfilterheaders` | brunoerg |