101 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Cory Fields 50f71cd52e boost: code movement only: split CECKey into separate files 10 years ago
jtimon 99f41b9cf7 MOVEONLY: core.o -> core/block.o 10 years ago
jtimon 561e9e9de9 MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
jtimon 999a2ab41e MOVEONLY: separate CTxUndo out of core 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
jtimon 071473c55c Build util and common before building server 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
Cory Fields 28d412ff20 build: quit abusing LIBS for Windows builds. 10 years ago
Pieter Wuille 5c1e798a8e Make signature cache optional 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Philip Kaufmann 2d79bba36b cleanup new script files (no code changes) 10 years ago
jtimon c1e433b717 Rename scriptutils.o to wallet_ismine.o 10 years ago
jtimon 0d2fa14a34 Move scriptutils.o to wallet 10 years ago
jtimon e8b5f0d549 Move CBlockIndex, CChain and related code out of main 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