aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
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-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-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
2022-10-04refactor: move run_command from util to commonCory Fields
2022-10-04kernel: move RunCommandParseJSON to its own fileCory Fields
2022-10-03kernel: remove util/bytevectorhash.cppfanquake
2022-09-16Merge bitcoin/bitcoin#26087: build: prune BOOST_CPPFLAGS from libbitcoin_zmqfanquake
2022-09-14build: prune BOOST_CPPFLAGS from libbitcoin_zmqfanquake
2022-09-14build: remove BOOST_CPPFLAGS usage from bitcoin-txfanquake
2022-09-13validation: rename snapshot chainstate dirJames O'Beirne
2022-09-13build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES)fanquake
2022-08-29Utilize anti-DoS headers download strategySuhas Daftuar
2022-08-23Add bitdeque, an std::deque<bool> analogue that does bit packing.Pieter Wuille
2022-08-10build: move raw rule into Makefile.amfanquake