aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2022-05-28compat: remove glibcxx sanity checksfanquake
2022-05-25multiprocess build cleanup: comment on manual dependenciesRyan Ofsky
2022-05-25multiprocess build fix: ipc/capnp/init.capnp.h: No such file or directoryRyan Ofsky
2022-05-23coinstats: Move GetUTXOStats to rpc/blockchainCarl Dong
2022-05-23kernel: Use ComputeUTXOStats in validationCarl Dong
2022-05-23coinstats: Split node/coinstats.h to kernel/coinstats.hCarl Dong
2022-05-23coinstats: Move hasher codepath to kernel/coinstatsCarl Dong
2022-05-20kernel: Remove unnecessary blockfilter{index,}.cppCarl Dong
2022-05-20Add ChainstateManager::m_adjusted_time_callbackCarl Dong
2022-05-20Add ChainstateManagerOpts, using as ::OptionsCarl Dong
2022-05-05Wrap boost::replace_allMacroFake
2022-05-04Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerrorlaanwj
2022-05-03scripted-diff: Rename rpc/misc.cpp to rpc/node.cppMacroFake
2022-05-03rpc: Move output script RPCs to separate fileMacroFake
2022-04-29rpc: Move fee estimation RPCs to separate fileMacroFake
2022-04-29Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg util...fanquake
2022-04-28Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel`fanquake
2022-04-28rpc: Move signmessage RPC util to new fileMacroFake
2022-04-28util: Replace non-threadsafe strerrorlaanwj
2022-04-27build: Remove LIBTOOL_APP_LDFLAGS for bitcoin-chainstateCory Fields
2022-04-27docs: Add libbitcoinkernel_la_SOURCES explanationCarl Dong
2022-04-27build: Extract the libbitcoinkernel libraryCarl Dong
2022-04-26b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cppCarl Dong
2022-04-26build: Separate lib_LTLIBRARIES initializationCarl Dong
2022-04-26build: Create .la library for bitcoincryptoCarl Dong
2022-04-19[build] Add netgroup.cpp|hJohn Newbery
2022-04-11build: Remove vestigial LIBLEVELDB_SSE42Carl Dong
2022-04-06Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource l...MarcoFalke
2022-04-05Merge bitcoin/bitcoin#24147: Miniscript integrationlaanwj
2022-04-03build: stop overriding user CXXFLAGSfanquake
2022-04-03build: stop overriding user LDFLAGSfanquake
2022-04-03build: stop overriding user CPPFLAGSfanquake
2022-03-31Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/AssumeMarcoFalke
2022-03-30util/check: stop using lambda for Assert/AssumeAnthony Towns
2022-03-29compat: remove strnlen back-compat codefanquake
2022-03-17Miniscript: type system, script creation, text notation, testsPieter Wuille
2022-03-17Move txoutproof RPCs to txoutproof.cppMarcoFalke
2022-03-11rpc: Move mempool RPCs to new fileMarcoFalke
2022-03-10Refactoring: move declarations to rest.hstickies-v
2022-03-03Merge bitcoin/bitcoin#24304: [kernel 0/n] Introduce `bitcoin-chainstate`MarcoFalke
2022-02-14Merge bitcoin/bitcoin#24115: ARMv8 SHA2 Intrinsicslaanwj
2022-02-14ci: Build bitcoin-chainstateCarl Dong
2022-02-14build: Add example bitcoin-chainstate executableCarl Dong
2022-02-13build: header-only Boostfanquake
2022-01-28Add sha256_arm_shani to build systemPavol Rusnak
2022-01-28Rename SHANI to X86_SHANI to allow future implementation of ARM_SHANIPavol Rusnak
2022-01-06[moveonly] Move MapIntoRange() to separate util/fastrange.hPieter Wuille
2022-01-06Merge bitcoin/bitcoin#23828: scripted-diff: Rename libbitcoin_server.a to lib...MarcoFalke
2021-12-20scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.aRussell Yanofsky
2021-12-17Move AdditionOverflow to util, Add CheckedAdd with unit testsMarcoFalke