aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* build: move bitcoin-config.h to its own directoryCory Fields2014-06-211-1/+3
* Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possiblePieter Wuille2014-06-211-0/+1
* Add built-in RIPEMD-160 implementationPieter Wuille2014-06-211-0/+2
* Move crypto implementations to src/crypto/Pieter Wuille2014-06-211-4/+4
* Add built-in SHA-1 implementation.Pieter Wuille2014-06-211-0/+2
* Add a built-in SHA256/SHA512 implementation.Pieter Wuille2014-06-211-0/+2
* sanity: add libc/stdlib sanity checksCory Fields2014-06-161-1/+4
* Remove cli functionality from bitcoindWladimir J. van der Laan2014-06-151-1/+0
* build: fix version dependencyCory Fields2014-06-051-1/+1
* build: quit abusing AM_CPPFLAGSCory Fields2014-06-051-7/+9
* build: avoid the use of top_ and abs_ dir pathsCory Fields2014-06-051-7/+7
* build: Tidy up file generation outputCory Fields2014-06-051-5/+5
* build: nuke Makefile.include from orbitCory Fields2014-06-051-9/+39
* build: Switch to non-recursive makeCory Fields2014-06-051-7/+14
* Move bignum.h to test/Pieter Wuille2014-05-091-1/+1
* Merge pull request #4042Wladimir J. van der Laan2014-04-221-0/+5
|\
| * build: add an option for enabling glibc back-compatCory Fields2014-04-101-0/+5
* | Replace DecodeBase58/EncodeBase58 with direct implementation.Pieter Wuille2014-04-221-0/+1
|/
* Remove duplicate from src/makefile.amWladimir J. van der Laan2014-03-261-2/+1
* Typesafe strprintf/error/LogPrint functionsWladimir J. van der Laan2014-01-231-0/+1
* configure: Internal changes to make building bitcoind and bitcoin-cli optionalLuke Dashjr2014-01-181-1/+9
* Cleanup LevelDB library dependenciesLuke Dashjr2014-01-181-4/+4
* makefile.am: split long lines into one file per lineWladimir J. van der Laan2014-01-111-14/+65
* build: Correctly put boost at end of LDADDWladimir J. van der Laan2014-01-071-3/+2
* add new RPC implementation file `rpcmisc.cpp`Wladimir J. van der Laan2013-12-131-0/+1
* Allow mining RPCs with --disable-walletWladimir J. van der Laan2013-12-091-2/+2
* Merge pull request #3322Wladimir J. van der Laan2013-12-081-2/+1
|\
| * src/Makefile.am: Simplify clean of leveldbJosh Triplett2013-11-271-2/+1
* | Move CCryptoKeyStore to crypter.cppWladimir J. van der Laan2013-12-041-1/+1
* | Add --disable-wallet option to build systemWladimir J. van der Laan2013-12-041-6/+35
* | bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-15/+30
* | Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-2/+9
* | Coin Control FeaturesCozz Lovan2013-11-141-1/+1
* | configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.commonLuke Dashjr2013-11-111-4/+3
* | Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-2/+2
* | Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+1
* | Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.Brandon Dahler2013-11-081-2/+2
* | Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-2/+2
|/
* Add separate bitcoin-rpc clientWladimir J. van der Laan2013-10-211-1/+12
* Remove include of windows.h from allocators.hGavin Andresen2013-10-091-1/+1
* rename bitcoin-res.rc to bitcoind-res.rcPhilip Kaufmann2013-10-031-1/+1
* win32: add version info to bitcoind.exeCory Fields2013-09-181-0/+5
* autotools: fix the Makefile.include to be safely included anywhere.Cory Fields2013-09-181-1/+1
* included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-161-1/+1
* autotools: fix a parallel build race condition spotted by the pull-testerCory Fields2013-09-161-6/+5
* autotools: add translate target for qt translationsCory Fields2013-09-141-0/+4
* configure: Check common include subdirectories for bdb headers, and refuse to...Luke Dashjr2013-09-101-0/+3
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+67