aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2022-06-22build: Remove negated --enable-fuzz checks from build systemMarcoFalke
2022-06-17Merge bitcoin/bitcoin#25281: build: Remove unused `LIBBITCOIN_KERNEL` variablelaanwj
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-06-05build: Remove unused `LIBBITCOIN_KERNEL` variableHennadii Stepanov
2022-06-04Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...fanquake
2022-06-02Move init::SanityCheck to kernel::SanityCheckCarl Dong
2022-06-02init: Initialize globals with kernel::Context's lifeCarl Dong
2022-06-02Merge bitcoin/bitcoin#24531: Use designated initializersMacroFake
2022-06-01Use designated initializersMarcoFalke
2022-05-31kernel: Introduce empty and unused kernel::ContextCarl Dong
2022-05-31build: pass bdb cppflags only where neededfanquake
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