aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2014-07-01secp256k1: Add build-side changes for libsecp256k1Cory Fields
2014-06-28Move non-trivial uint256.h methods to uint256.cppPieter Wuille
2014-06-25Move coins.cpp and keystore.cpp to libbitcoin_commonWladimir J. van der Laan
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-23Refactor proof of work related functions out of mainjtimon
2014-06-23build: fix build weirdness after 54372482.Cory Fields
2014-06-21crypto: create a separate lib for crypto functionsCory Fields
2014-06-21build: move bitcoin-config.h to its own directoryCory Fields
2014-06-21Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possiblePieter Wuille
2014-06-21Add built-in RIPEMD-160 implementationPieter Wuille
2014-06-21Move crypto implementations to src/crypto/Pieter Wuille
2014-06-21Add built-in SHA-1 implementation.Pieter Wuille
2014-06-21Add a built-in SHA256/SHA512 implementation.Pieter Wuille
2014-06-16sanity: add libc/stdlib sanity checksCory Fields
2014-06-15Remove cli functionality from bitcoindWladimir J. van der Laan
2014-06-05build: fix version dependencyCory Fields
2014-06-05build: quit abusing AM_CPPFLAGSCory Fields
2014-06-05build: avoid the use of top_ and abs_ dir pathsCory Fields
2014-06-05build: Tidy up file generation outputCory Fields
2014-06-05build: nuke Makefile.include from orbitCory Fields
2014-06-05build: Switch to non-recursive makeCory Fields
2014-05-09Move bignum.h to test/Pieter Wuille
2014-04-22Merge pull request #4042Wladimir J. van der Laan
2014-04-22Replace DecodeBase58/EncodeBase58 with direct implementation.Pieter Wuille
2014-04-10build: add an option for enabling glibc back-compatCory Fields
2014-03-26Remove duplicate from src/makefile.amWladimir J. van der Laan
2014-01-23Typesafe strprintf/error/LogPrint functionsWladimir J. van der Laan
2014-01-18configure: Internal changes to make building bitcoind and bitcoin-cli optionalLuke Dashjr
2014-01-18Cleanup LevelDB library dependenciesLuke Dashjr
2014-01-11makefile.am: split long lines into one file per lineWladimir J. van der Laan
2014-01-07build: Correctly put boost at end of LDADDWladimir J. van der Laan
2013-12-13add new RPC implementation file `rpcmisc.cpp`Wladimir J. van der Laan
2013-12-09Allow mining RPCs with --disable-walletWladimir J. van der Laan
2013-12-08Merge pull request #3322Wladimir J. van der Laan
2013-12-04Move CCryptoKeyStore to crypter.cppWladimir J. van der Laan
2013-12-04Add --disable-wallet option to build systemWladimir J. van der Laan
2013-12-03bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan
2013-11-27src/Makefile.am: Simplify clean of leveldbJosh Triplett
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-14Coin Control FeaturesCozz Lovan
2013-11-11configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.commonLuke Dashjr
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-08Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.Brandon Dahler
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen
2013-10-21Add separate bitcoin-rpc clientWladimir J. van der Laan
2013-10-09Remove include of windows.h from allocators.hGavin Andresen
2013-10-03rename bitcoin-res.rc to bitcoind-res.rcPhilip Kaufmann
2013-09-18win32: add version info to bitcoind.exeCory Fields