aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-20refactor: Split util::AnyPtr into its own fileTheCharlatan
2023-05-20refactor: Split util::insert into its own fileTheCharlatan
2023-05-20refactor: Move ScheduleBatchPriority to its own fileTheCharlatan
2023-05-20kernel: Add notification interfaceTheCharlatan
2023-05-19Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...glozow
2023-05-16Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging in...fanquake
2023-05-09refactor: Create chaintype filesTheCharlatan
2023-04-21Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/systemfanquake
2023-04-20Merge bitcoin/bitcoin#25325: Add pool based memory resourceAndrew Chow
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-04-11wallet: Add wallet/types.h for simple public enum and struct typesRyan Ofsky
2023-03-30Implement Mini version of BlockAssembler to calculate mining scoresglozow
2023-03-23Add pool based memory resource & allocatorMartin Leitner-Ankerl
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-23refactor: Extract util/fs_helpers from util/systemBen Woosley
2023-03-16Merge bitcoin/bitcoin#26177: refactor / kernel: Move non-gArgs chainparams fu...fanquake
2023-03-15Split non/kernel chainparamsCarl Dong
2023-03-15Move ::nPruneTarget into BlockManagerMarcoFalke
2023-03-13refactor: Extract util/exception from util/systemBen Woosley
2023-02-28Deduplicate bitcoind and bitcoin-qt init codeRyan Ofsky
2023-02-22build: allow libitcoinkernel dll builds now that exports are fixedCory Fields
2023-02-22build: always build bitcoin-chainstate against static libbitcoinkernelCory Fields
2023-02-22build: fix bitcoin-chainstate when libbitcoinkernel is staticCory Fields
2023-02-10refactor, txdb: Add CoinsViewOptions structRyan Ofsky
2023-02-10refactor, dbwrapper: Add DBParams and DBOptions structsRyan Ofsky
2023-02-03Build: Log when test -f fails in MakefileTheCharlatan
2023-02-03Build: Use AM_V_GEN in Makefiles where appropriateTheCharlatan
2023-01-31Merge bitcoin/bitcoin#23670: build: Build minisketch test in `make check`, no...fanquake
2023-01-17build: move rpc/request from util lib to commonfanquake
2023-01-05refactor: add kernel/cs_main.*fanquake
2022-12-07Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib...fanquake
2022-11-30refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`Hennadii Stepanov
2022-11-29build: remove BOOST_CPPFLAGS from libbitcoin_utilfanquake
2022-11-29refactor: Move src/interfaces/*.cpp files to libbitcoin_common.aRyan Ofsky
2022-11-22Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/fanquake
2022-11-18Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...glozow
2022-11-16refactor: Inline `CTxMemPoolEntry` class's functionsHennadii Stepanov
2022-11-16refactor: Move `CTxMemPoolEntry` class to its own moduleHennadii Stepanov
2022-11-01util: move threadinterrupt into utilfanquake
2022-11-01Merge bitcoin/bitcoin#26360: build: remove threadinterrupt from libbitcoinkernelfanquake
2022-10-31refactor: move url.h/cpp from lib util to lib commonfanquake
2022-10-31build: add missing event cflags to libbitcoin_utilfanquake
2022-10-21build: remove threadinterrupt from libbitcoinkernelfanquake
2022-10-18Move ::nMaxTipAge into ChainstateManagerMacroFake
2022-10-18Merge bitcoin/bitcoin#26313: doc: consolidate library documentation to librar...MacroFake
2022-10-17p2p: Announce reconciliation supportGleb Naumenko
2022-10-14doc: remove library commentary from src/Makefile.amfanquake
2022-10-13Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initializationAndrew Chow
2022-10-10Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its own filefanquake