aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-0/+2
* Rename binaries to match DogecoinRoss Nicoll2019-03-251-89/+89
* Re-introduce alert functionality (#1470)Ross Nicoll2018-09-191-0/+3
* Add PureHeader sources to libdogecoinconsensuslangerhans2018-09-191-0/+2
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-0/+8
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...Warren Togami2018-09-191-0/+2
* Add Dogecoin block subsidy calculations.Ross Nicoll2018-09-191-0/+2
* build: fix bitcoin-config.h regeneration after touching build filesCory Fields2017-05-311-0/+8
* build: add --enable-werror optionCory Fields2017-02-231-1/+1
* Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deletersWladimir J. van der Laan2017-01-051-0/+1
|\
| * Added std::unique_ptr<> wrappers with deleters for libevent modules.Karl-Johan Alm2016-12-201-0/+1
* | net: add CThreadInterrupt and InterruptibleSleepCory Fields2017-01-031-0/+2
* | build: Include cuckoocache header in MakefileMarcoFalke2016-12-211-0/+1
|/
* Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...Wladimir J. van der Laan2016-12-191-0/+2
|\
| * Move GetWarnings() into its own file.Gregory Maxwell2016-12-031-0/+2
* | Simple fuzzing frameworkPatrick Strateman2016-12-151-0/+1
|/
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-2/+2
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+2
* net: add CVectorWriter and CNetMsgMakerCory Fields2016-11-251-0/+1
* Merge #8753: Locked memory managerWladimir J. van der Laan2016-11-021-2/+2
|\
| * support: Add LockedPoolWladimir J. van der Laan2016-10-271-2/+2
* | moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan2016-10-211-1/+1
|/
* Add MIT license to MakefilesLuke Dashjr2016-09-211-0/+4
* net: move CBanDB and CAddrDB out of net.h/cppCory Fields2016-09-081-0/+2
* net: fixup nitsCory Fields2016-08-121-1/+1
* net: move CNetAddr/CService/CSubNet out of netbaseCory Fields2016-07-311-0/+2
* Add partial-block block encodings APIMatt Corallo2016-06-191-0/+2
* Merge #8133: build: Finish up out-of-tree changesWladimir J. van der Laan2016-06-101-4/+4
|\
| * build: more out-of-tree fixupsCory Fields2016-06-011-0/+1
| * build: out-of-tree fixupsCory Fields2016-06-011-4/+3
* | Merge #7997: replace mapNextTx with slimmer setSpendsPieter Wuille2016-06-031-0/+1
|\ \ | |/ |/|
| * mapNextTx: use pointer as key, simplify valueKaz Wesley2016-06-021-0/+1
* | Merge #7689: Replace OpenSSL AES with ctaes-based versionPieter Wuille2016-06-011-33/+32
|\ \
| * | build: Enumerate ctaes rather than globbingCory Fields2016-05-271-1/+7
| * | crypter: shuffle Makefile so that crypto can be used by the walletCory Fields2016-05-131-32/+23
| * | Add ctaes-based constant time AES implementationPieter Wuille2016-05-131-1/+3
| |/
* / Always require OS randomness when generating secret keysPieter Wuille2016-05-291-1/+2
|/
* leveldb: integrate leveldb into our buildsystemCory Fields2016-04-191-16/+6
* Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan2016-04-191-0/+1
|\
| * Move ui_interface.cpp to libbitcoin_server_a_SOURCESMarcoFalke2016-04-191-1/+1
| * [ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke2016-04-021-0/+1
* | wallet_ismine.h → script/ismine.hWladimir J. van der Laan2016-04-181-2/+2
* | Use relative paths instead of absolute pathsPavel Janík2016-04-041-1/+1
|/
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+1
* Remove p2p alert handlingBtcDrak2016-03-181-2/+0
* BIP9 ImplementationPieter Wuille2016-03-151-0/+2
* make clean should clean .a filesPavel Janík2016-02-101-0/+1
* Merge #7349: Build against system UniValue when availableWladimir J. van der Laan2016-02-041-5/+10
|\
| * Bugfix: Always include univalue in DIST_SUBDIRSLuke Dashjr2016-01-311-3/+1
| * Build against system UniValue when availableLuke Dashjr2016-01-151-6/+13