index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.test.include
Age
Commit message (
Expand
)
Author
2014-09-14
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
Luke Dashjr
2014-08-26
Move CMedianFilter to timedata.cpp
Wladimir J. van der Laan
2014-08-22
Merge pull request #4733
Jeff Garzik
2014-08-20
UniValue: add unit tests
Jeff Garzik
2014-08-19
Add bitcoin-tx tests
Jeff Garzik
2014-08-19
Add "it works" test for bitcoin-tx
Jeff Garzik
2014-08-18
build: add option for reducing exports (v2)
Cory Fields
2014-08-18
Revert "build: add option for reducing exports"
Wladimir J. van der Laan
2014-08-15
build: add option for reducing exports
Cory Fields
2014-08-15
build: fix automake warnings about the use of INCLUDES
Cory Fields
2014-07-29
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-01
secp256k1: Add build-side changes for libsecp256k1
Cory Fields
2014-06-29
Add skiplist unit tests
Pieter Wuille
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-21
crypto: create a separate lib for crypto functions
Cory Fields
2014-06-21
Extend and move all crypto tests to crypto_tests.cpp
Pieter Wuille
2014-06-21
Add built-in SHA-1 implementation.
Pieter Wuille
2014-06-21
Add a built-in SHA256/SHA512 implementation.
Pieter Wuille
2014-06-05
build: quit abusing AM_CPPFLAGS
Cory Fields
2014-06-05
build: avoid the use of top_ and abs_ dir paths
Cory Fields
2014-06-05
build: nuke Makefile.include from orbit
Cory Fields
2014-06-05
build: Switch to non-recursive make
Cory Fields