aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2017-05-31build: fix bitcoin-config.h regeneration after touching build filesCory Fields
2017-02-23build: add --enable-werror optionCory Fields
2017-01-05Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deletersWladimir J. van der Laan
2017-01-03net: add CThreadInterrupt and InterruptibleSleepCory Fields
2016-12-21build: Include cuckoocache header in MakefileMarcoFalke
2016-12-20Added std::unique_ptr<> wrappers with deleters for libevent modules.Karl-Johan Alm
2016-12-19Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...Wladimir J. van der Laan
2016-12-15Simple fuzzing frameworkPatrick Strateman
2016-12-03Move GetWarnings() into its own file.Gregory Maxwell
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-25net: add CVectorWriter and CNetMsgMakerCory Fields
2016-11-02Merge #8753: Locked memory managerWladimir J. van der Laan
2016-10-27support: Add LockedPoolWladimir J. van der Laan
2016-10-21moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan
2016-09-21Add MIT license to MakefilesLuke Dashjr
2016-09-08net: move CBanDB and CAddrDB out of net.h/cppCory Fields
2016-08-12net: fixup nitsCory Fields
2016-07-31net: move CNetAddr/CService/CSubNet out of netbaseCory Fields
2016-06-19Add partial-block block encodings APIMatt Corallo
2016-06-10Merge #8133: build: Finish up out-of-tree changesWladimir J. van der Laan
2016-06-03Merge #7997: replace mapNextTx with slimmer setSpendsPieter Wuille
2016-06-02mapNextTx: use pointer as key, simplify valueKaz Wesley
2016-06-01build: more out-of-tree fixupsCory Fields
2016-06-01build: out-of-tree fixupsCory Fields
2016-06-01Merge #7689: Replace OpenSSL AES with ctaes-based versionPieter Wuille
2016-05-29Always require OS randomness when generating secret keysPieter Wuille
2016-05-27build: Enumerate ctaes rather than globbingCory Fields
2016-05-13crypter: shuffle Makefile so that crypto can be used by the walletCory Fields
2016-05-13Add ctaes-based constant time AES implementationPieter Wuille
2016-04-19leveldb: integrate leveldb into our buildsystemCory Fields
2016-04-19Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan
2016-04-19Move ui_interface.cpp to libbitcoin_server_a_SOURCESMarcoFalke
2016-04-18wallet_ismine.h → script/ismine.hWladimir J. van der Laan
2016-04-04Use relative paths instead of absolute pathsPavel Janík
2016-04-02[ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-18Remove p2p alert handlingBtcDrak
2016-03-15BIP9 ImplementationPieter Wuille
2016-02-10make clean should clean .a filesPavel Janík
2016-02-04Merge #7349: Build against system UniValue when availableWladimir J. van der Laan
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2016-02-02Merge #7091: Consensus build packageWladimir J. van der Laan
2016-01-31Bugfix: Always include univalue in DIST_SUBDIRSLuke Dashjr
2016-01-28Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan
2016-01-26release: add check-symbols and check-security make targetsCory Fields
2016-01-21move rpc* to rpc/Daniel Cousens
2016-01-20Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan
2016-01-20[RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli
2016-01-19RPC: indicate which transactions are replaceableSuhas Daftuar