82 Commits (e5fc6631b9ca452eaacc8f978b3c5ffe2ef38e77)

Author SHA1 Message Date
jtimon c1e433b717 Rename scriptutils.o to wallet_ismine.o 10 years ago
jtimon 0d2fa14a34 Move scriptutils.o to wallet 10 years ago
jtimon e088d65acb Separate script/sign 10 years ago
jtimon 9294a4bbe7 Separate CScriptCompressor 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
jtimon da03e6ed7c Separate script/interpreter 10 years ago
jtimon cbd22a50c4 Move CScript class and dependencies to script/script 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
Cory Fields 9f7f504efc build: add -DMINIUPNP_STATICLIB for new version 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Cory Fields e432a5f08d build: add option for reducing exports (v2) 10 years ago
Wladimir J. van der Laan fad23a210b
Revert "build: add option for reducing exports" 10 years ago
Jeff Garzik 3cceba7abb Univalue: Do not build JSON escape list at runtime 10 years ago
randy-waterhouse c101c76907 build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes). 10 years ago
randy-waterhouse a65668ddc0 build : fix CPPFLAGS for libbitcoin_cli 10 years ago
Cory Fields 4975ae1722 build: add option for reducing exports 10 years ago
Cory Fields 6b099402b4
build: fix automake warnings about the use of INCLUDES 10 years ago
Wladimir J. van der Laan a60120e951 Add built-in seeds for .onion 10 years ago
Jeff Garzik cbe39a3852 Add "bitcoin-tx" command line utility and supporting modules. 10 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
Cory Fields 1e72d5c033 build: silence false errors during make clean 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Cory Fields 575e70c0c6 build: fix win32 static linking after libtool merge 10 years ago
Cory Fields 5566826635 secp256k1: Add build-side changes for libsecp256k1 10 years ago
Pieter Wuille de79aaa7a9 Move non-trivial uint256.h methods to uint256.cpp 10 years ago
Wladimir J. van der Laan 75c82d4923 Move coins.cpp and keystore.cpp to libbitcoin_common 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 10 years ago
Cory Fields 4791b99e2d crypto: create a separate lib for crypto functions 10 years ago
Cory Fields 54372482a8 build: move bitcoin-config.h to its own directory 10 years ago
Pieter Wuille 7ecd9739d9 Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible 10 years ago
Pieter Wuille a5bc9c0917 Add built-in RIPEMD-160 implementation 10 years ago
Pieter Wuille 13b5dfef64 Move crypto implementations to src/crypto/ 10 years ago
Pieter Wuille 1cc344ce42 Add built-in SHA-1 implementation. 10 years ago
Pieter Wuille 977cdadea8 Add a built-in SHA256/SHA512 implementation. 10 years ago
Cory Fields 679240d0e9 sanity: add libc/stdlib sanity checks 10 years ago
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 10 years ago
Cory Fields efe6888407 build: fix version dependency 10 years ago
Cory Fields f4d81129f0 build: quit abusing AM_CPPFLAGS 10 years ago
Cory Fields 56c157d5e0 build: avoid the use of top_ and abs_ dir paths 10 years ago
Cory Fields 70c71c50ce build: Tidy up file generation output 10 years ago
Cory Fields 6b9f0d5554 build: nuke Makefile.include from orbit 10 years ago
Cory Fields 65e8ba4dbe build: Switch to non-recursive make 10 years ago
Pieter Wuille 7cd0af7cc2 Move bignum.h to test/ 10 years ago
Pieter Wuille b58be132c9 Replace DecodeBase58/EncodeBase58 with direct implementation. 10 years ago
Cory Fields d5aab70490 build: add an option for enabling glibc back-compat 10 years ago
Wladimir J. van der Laan dfd3996217 Remove duplicate from src/makefile.am 10 years ago
Wladimir J. van der Laan b77dfdc9e3 Typesafe strprintf/error/LogPrint functions 11 years ago