aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
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
2013-09-18autotools: fix the Makefile.include to be safely included anywhere.Cory Fields
2013-09-16included-tests: generate binary data from test files for inclusion into test ...Cory Fields
2013-09-16autotools: fix a parallel build race condition spotted by the pull-testerCory Fields
2013-09-14autotools: add translate target for qt translationsCory Fields
2013-09-10configure: Check common include subdirectories for bdb headers, and refuse to...Luke Dashjr
2013-09-05autotools: switch to autotools buildsystemCory Fields