238 Commits (master)

Author SHA1 Message Date
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
Luke Dashjr f930341d81 configure: Internal changes to make building bitcoind and bitcoin-cli optional 11 years ago
Luke Dashjr 4a290b526c Cleanup LevelDB library dependencies 11 years ago
Wladimir J. van der Laan 5a407bd095
makefile.am: split long lines into one file per line 11 years ago
Wladimir J. van der Laan d696820b45
build: Correctly put boost at end of LDADD 11 years ago
Wladimir J. van der Laan 652e156951 add new RPC implementation file `rpcmisc.cpp` 11 years ago
Wladimir J. van der Laan 4a85e06750 Allow mining RPCs with --disable-wallet 11 years ago
Wladimir J. van der Laan 829c920387 Move CCryptoKeyStore to crypter.cpp 11 years ago
Wladimir J. van der Laan 4f9e993bc9 Add --disable-wallet option to build system 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Josh Triplett 26d1b65c53 src/Makefile.am: Simplify clean of leveldb 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Cozz Lovan 6a86c24db1 Coin Control Features 11 years ago
Luke Dashjr eb12a14da7 configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common 11 years ago
Pieter Wuille a0fa20a12b Move CCoins-related logic to coins.{cpp.h} 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Brandon Dahler b64187d05f Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Wladimir J. van der Laan 2a03a39020 Add separate bitcoin-rpc client 11 years ago
Gavin Andresen d8315d1650 Remove include of windows.h from allocators.h 11 years ago
Philip Kaufmann cbf87fc4a6 rename bitcoin-res.rc to bitcoind-res.rc 11 years ago