aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* build: add -DMINIUPNP_STATICLIB for new versionCory Fields2014-08-261-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+6
* Merge pull request #4725Wladimir J. van der Laan2014-08-191-0/+3
|\
| * build: add option for reducing exports (v2)Cory Fields2014-08-181-0/+3
* | Merge branch '2014_univalue_warn' into merge-PR4715Jeff Garzik2014-08-191-0/+1
|\ \ | |/ |/|
| * Univalue: Do not build JSON escape list at runtimeJeff Garzik2014-08-181-0/+1
* | Revert "build: add option for reducing exports"Wladimir J. van der Laan2014-08-181-3/+0
* | build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes).randy-waterhouse2014-08-171-4/+2
* | Merge pull request #4663Wladimir J. van der Laan2014-08-171-0/+3
|\ \ | |/ |/|
| * build: add option for reducing exportsCory Fields2014-08-151-0/+3
* | build : fix CPPFLAGS for libbitcoin_clirandy-waterhouse2014-08-161-0/+1
|/
* build: fix automake warnings about the use of INCLUDESCory Fields2014-08-151-6/+15
* Add built-in seeds for .onionWladimir J. van der Laan2014-08-031-0/+1
* Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-291-0/+23
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-0/+3
* build: silence false errors during make cleanCory Fields2014-07-171-1/+1
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-2/+4
* build: fix win32 static linking after libtool mergeCory Fields2014-07-081-1/+1
* secp256k1: Add build-side changes for libsecp256k1Cory Fields2014-07-011-1/+19
* Move non-trivial uint256.h methods to uint256.cppPieter Wuille2014-06-281-0/+1
* Move coins.cpp and keystore.cpp to libbitcoin_commonWladimir J. van der Laan2014-06-251-3/+3
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-19/+39
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+2
* Refactor proof of work related functions out of mainjtimon2014-06-231-0/+2
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
* crypto: create a separate lib for crypto functionsCory Fields2014-06-211-8/+15
* 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