aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix for correctly including climits on certain platforms {DragonFlyBSD}.sinetek2015-04-251-1/+1
* | | Merge pull request #6135Wladimir J. van der Laan2015-05-151-24/+24
|\ \ \
| * | | Alphabetic order in makefileJorge Timón2015-05-141-24/+24
* | | | Merge pull request #6102Wladimir J. van der Laan2015-05-151-0/+1
|\ \ \ \
| * | | | Add memusage.hPieter Wuille2015-05-111-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #5964Gavin Andresen2015-05-141-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | CScheduler class for lightweight task schedulingGavin Andresen2015-05-141-0/+2
| |/ /
* | | Merge pull request #5159Wladimir J. van der Laan2015-05-131-0/+2
|\ \ \ | |/ / |/| |
| * | Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-0/+2
| |/
* / Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+1
|/
* Consensus: Refactor: Introduce Consensus::Params classJorge Timón2015-03-251-0/+1
* Includes: Refactor: Move CValidationInterface and CMainSignals out of mainJorge Timón2015-03-241-0/+2
* wallet: move crypter to walletCory Fields2015-03-221-2/+2
* Merge pull request #5745Wladimir J. van der Laan2015-03-201-10/+10
|\
| * [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-10/+10
* | allocators: split allocators and pagelockerCory Fields2015-03-201-2/+4
|/
* build: Endian compatibilityWladimir J. van der Laan2015-03-061-0/+2
* Merge pull request #5819Wladimir J. van der Laan2015-03-031-2/+0
|\
| * build: remove libstdc++ backwards-compatCory Fields2015-02-231-2/+0
* | keys: remove libsecp256k1 verification until it's actually supportedCory Fields2015-03-021-3/+0
|/
* openssl: abstract out OPENSSL_cleanseCory Fields2015-02-151-0/+2
* Format build flags in src/Makefile.am.randy-waterhouse2015-01-301-25/+27
* Merge pull request #5506Wladimir J. van der Laan2015-01-261-2/+0
|\
| * Use libsecp256k1's RFC6979 implementationPieter Wuille2015-01-061-2/+0
* | Merge pull request #5542Wladimir J. van der Laan2015-01-081-2/+2
|\ \
| * | Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid building unus...Cory Fields2015-01-061-2/+2
* | | Move arith_uint256 out of consensus and utilPieter Wuille2015-01-061-2/+1
| |/ |/|
* | uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan2015-01-051-14/+17
|/
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-0/+2
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-5/+5
* Merge pull request #5227Wladimir J. van der Laan2014-12-011-3/+13
|\
| * Add the RFC6979 PRNGPieter Wuille2014-11-201-0/+2
| * Add HMAC-SHA256Pieter Wuille2014-11-201-0/+2
| * Split up crypto/sha2Pieter Wuille2014-11-201-3/+9
* | Check for strnlen and provide it if it is not found.Pavel Janík2014-11-241-0/+1
|/
* build: add --with-libs so that libs are optionalCory Fields2014-11-191-0/+6
* build: add libbitcoinconsensus files and hook up the lib buildCory Fields2014-11-191-0/+31
* build: make a distinction between static app ldflags and static lib ldflagsCory Fields2014-11-191-3/+3
* build: secp256k1 as a subdir, since it's requiredCory Fields2014-11-181-3/+4
* Always build and link libsecp256k1Pieter Wuille2014-11-181-21/+9
* Merge pull request #2844Jeff Garzik2014-11-181-0/+1
|\
| * Add unauthenticated HTTP REST interface to public blockchain data.Jeff Garzik2014-11-111-0/+1
* | script: create sane error return codes for script validation and remove loggingCory Fields2014-11-141-0/+2
|/
* Reduce bitcoin-tx dependenciesPieter Wuille2014-11-061-4/+2
* Reduce bitcoin-cli dependenciesPieter Wuille2014-11-051-4/+1
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+2
* boost: moveonly: create eccryptoverify.h|cpp and move helper functions thereCory Fields2014-10-311-0/+2
* Separate protocol versioning from clientversionCory Fields2014-10-291-3/+3
* Merge pull request #5100Pieter Wuille2014-10-281-4/+8
|\
| * MOVEONLY: core.o -> core/block.ojtimon2014-10-271-2/+2