Age | Commit message (Expand) | Author |
2024-03-08 | Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler | Ava Chow |
2024-03-07 | build: Add missed definition for `AM_OBJCXXFLAGS` | Hennadii Stepanov |
2024-03-01 | build: move sha256_sse4 into libbitcoin_crypto_base | fanquake |
2024-02-29 | build: remove confusing and inconsistent disable-asm option | Cory Fields |
2024-02-16 | kernel: Remove dependency on CScheduler | TheCharlatan |
2024-02-09 | Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning | Ava Chow |
2024-02-08 | [policy] add v3 policy rules | glozow |
2024-01-26 | Merge bitcoin/bitcoin#29180: crypto: remove use of BUILD_BITCOIN_INTERNAL mac... | Ava Chow |
2024-01-25 | Merge bitcoin/bitcoin#29205: build: always set `-g -O2` in `CORE_CXXFLAGS` | fanquake |
2024-01-23 | Merge bitcoin/bitcoin#28921: multiprocess: Add basic type conversion hooks | Ava Chow |
2024-01-16 | build: always set -g -O2 in CORE_CXXFLAGS | fanquake |
2024-01-05 | crypto: remove sha256_sse4 from the base crypto helper lib | Cory Fields |
2024-01-05 | build: remove --enable-lto | fanquake |
2024-01-05 | crypto: remove use of BUILD_BITCOIN_INTERNAL macro in sha256 | Cory Fields |
2023-12-14 | Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn... | Ava Chow |
2023-12-13 | Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath | fanquake |
2023-12-04 | Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly | Ryan Ofsky |
2023-12-01 | Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/... | Andrew Chow |
2023-11-30 | Rename version.h to node/protocol_version.h | MarcoFalke |
2023-11-28 | multiprocess: Add type conversion code for serializable types | Ryan Ofsky |
2023-11-22 | tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not... | ismaelsadeeq |
2023-11-02 | Merge bitcoin/bitcoin#28530: tests, bug fix: DisconnectedBlockTransactions re... | glozow |
2023-10-26 | Remove DirIsWritable, GetUniquePath | MarcoFalke |
2023-10-18 | move only: move implementation code to disconnected_transactions.cpp | ismaelsadeeq |
2023-10-12 | Introduce types for txids & wtxids | dergoegge |
2023-09-23 | Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions... | fanquake |
2023-09-13 | MOVEONLY: DisconnectedBlockTransactions to its own file | glozow |
2023-09-12 | kernel: Move MessageStartChars to its own file | TheCharlatan |
2023-08-17 | move-only: Create src/kernel/mempool_removal_reason.h | MarcoFalke |
2023-08-17 | Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp} | fanquake |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-08-14 | Move CTxDestination to its own file | Andrew Chow |
2023-08-10 | Merge bitcoin/bitcoin#28008: BIP324 ciphersuite | fanquake |
2023-08-07 | Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers | fanquake |
2023-08-05 | build: Remove leveldb from BITCOIN_INCLUDES | TheCharlatan |
2023-08-01 | Merge bitcoin/bitcoin#28060: util: Teach AutoFile how to XOR | fanquake |
2023-07-26 | Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ci... | Pieter Wuille |
2023-07-26 | crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439 | Pieter Wuille |
2023-07-26 | crypto: remove outdated variant of ChaCha20Poly1305 AEAD | Pieter Wuille |
2023-07-25 | Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library | Andrew Chow |
2023-07-25 | kernel: Remove Univalue from kernel library | TheCharlatan |
2023-07-24 | [net processing] Introduce PeerManager options | dergoegge |
2023-07-13 | Add AutoFile::detail_fread member function | MarcoFalke |
2023-07-11 | kernel: Remove StartShutdown calls from validation code | Ryan Ofsky |
2023-06-28 | kernel: Add fatalError method to notifications | TheCharlatan |
2023-06-28 | util: Add SignalInterrupt class and use in shutdown.cpp | TheCharlatan |
2023-06-16 | Remove the syscall sandbox | fanquake |
2023-05-30 | move-only: Move settings to the common library | TheCharlatan |
2023-05-30 | kernel: Remove chainparams, chainparamsbase, args, settings from kernel library | TheCharlatan |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |