aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
| * MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon2014-10-271-2/+2
| * MOVEONLY: separate CTxUndo out of corejtimon2014-10-271-0/+1
| * MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-0/+2
| * MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
* | Merge pull request #5118Pieter Wuille2014-10-271-0/+2
|\ \ | |/ |/|
| * boost: code movement only: split CECKey into separate filesCory Fields2014-10-271-0/+2
* | Build util and common before building serverjtimon2014-10-271-4/+6
* | Merge pull request #5086Wladimir J. van der Laan2014-10-271-3/+6
|\ \
| * | build: quit abusing LIBS for Windows builds.Cory Fields2014-10-131-3/+6
| |/
* / boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
|/
* Make signature cache optionalPieter Wuille2014-10-021-0/+2
* Merge pull request #4234Wladimir J. van der Laan2014-10-011-0/+1
|\
| * Use a typedef for monetary valuesMark Friedenbach2014-09-261-0/+1
* | Merge pull request #4796Pieter Wuille2014-09-291-0/+2
|\ \ | |/ |/|
| * Move CBlockIndex, CChain and related code out of mainjtimon2014-09-081-0/+2
* | header include cleanupPhilip Kaufmann2014-09-141-5/+5
* | Rename scriptutils.o to wallet_ismine.ojtimon2014-09-101-2/+2
* | Move scriptutils.o to walletjtimon2014-09-101-1/+1
|/
* Separate script/signjtimon2014-09-081-0/+2
* Separate CScriptCompressorjtimon2014-09-081-0/+2
* Separate script/standardjtimon2014-09-081-0/+2
* Separate script/interpreterjtimon2014-09-081-0/+2
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-0/+2
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-2/+2
* 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