index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: add -DMINIUPNP_STATICLIB for new version
Cory Fields
2014-08-26
1
-1
/
+1
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+6
*
Merge pull request #4725
Wladimir J. van der Laan
2014-08-19
1
-0
/
+3
|
\
|
*
build: add option for reducing exports (v2)
Cory Fields
2014-08-18
1
-0
/
+3
*
|
Merge branch '2014_univalue_warn' into merge-PR4715
Jeff Garzik
2014-08-19
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Univalue: Do not build JSON escape list at runtime
Jeff Garzik
2014-08-18
1
-0
/
+1
*
|
Revert "build: add option for reducing exports"
Wladimir J. van der Laan
2014-08-18
1
-3
/
+0
*
|
build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes).
randy-waterhouse
2014-08-17
1
-4
/
+2
*
|
Merge pull request #4663
Wladimir J. van der Laan
2014-08-17
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
build: add option for reducing exports
Cory Fields
2014-08-15
1
-0
/
+3
*
|
build : fix CPPFLAGS for libbitcoin_cli
randy-waterhouse
2014-08-16
1
-0
/
+1
|
/
*
build: fix automake warnings about the use of INCLUDES
Cory Fields
2014-08-15
1
-6
/
+15
*
Add built-in seeds for .onion
Wladimir J. van der Laan
2014-08-03
1
-0
/
+1
*
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-29
1
-0
/
+23
*
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-29
1
-0
/
+3
*
build: silence false errors during make clean
Cory Fields
2014-07-17
1
-1
/
+1
*
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-09
1
-2
/
+4
*
build: fix win32 static linking after libtool merge
Cory Fields
2014-07-08
1
-1
/
+1
*
secp256k1: Add build-side changes for libsecp256k1
Cory Fields
2014-07-01
1
-1
/
+19
*
Move non-trivial uint256.h methods to uint256.cpp
Pieter Wuille
2014-06-28
1
-0
/
+1
*
Move coins.cpp and keystore.cpp to libbitcoin_common
Wladimir J. van der Laan
2014-06-25
1
-3
/
+3
*
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-25
1
-19
/
+39
*
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-25
1
-0
/
+2
*
Refactor proof of work related functions out of main
jtimon
2014-06-23
1
-0
/
+2
*
build: fix build weirdness after 54372482.
Cory Fields
2014-06-23
1
-1
/
+1
*
crypto: create a separate lib for crypto functions
Cory Fields
2014-06-21
1
-8
/
+15
*
build: move bitcoin-config.h to its own directory
Cory Fields
2014-06-21
1
-1
/
+3
*
Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible
Pieter Wuille
2014-06-21
1
-0
/
+1
*
Add built-in RIPEMD-160 implementation
Pieter Wuille
2014-06-21
1
-0
/
+2
*
Move crypto implementations to src/crypto/
Pieter Wuille
2014-06-21
1
-4
/
+4
*
Add built-in SHA-1 implementation.
Pieter Wuille
2014-06-21
1
-0
/
+2
*
Add a built-in SHA256/SHA512 implementation.
Pieter Wuille
2014-06-21
1
-0
/
+2
*
sanity: add libc/stdlib sanity checks
Cory Fields
2014-06-16
1
-1
/
+4
*
Remove cli functionality from bitcoind
Wladimir J. van der Laan
2014-06-15
1
-1
/
+0
*
build: fix version dependency
Cory Fields
2014-06-05
1
-1
/
+1
*
build: quit abusing AM_CPPFLAGS
Cory Fields
2014-06-05
1
-7
/
+9
*
build: avoid the use of top_ and abs_ dir paths
Cory Fields
2014-06-05
1
-7
/
+7
*
build: Tidy up file generation output
Cory Fields
2014-06-05
1
-5
/
+5
*
build: nuke Makefile.include from orbit
Cory Fields
2014-06-05
1
-9
/
+39
*
build: Switch to non-recursive make
Cory Fields
2014-06-05
1
-7
/
+14
*
Move bignum.h to test/
Pieter Wuille
2014-05-09
1
-1
/
+1
*
Merge pull request #4042
Wladimir J. van der Laan
2014-04-22
1
-0
/
+5
|
\
|
*
build: add an option for enabling glibc back-compat
Cory Fields
2014-04-10
1
-0
/
+5
*
|
Replace DecodeBase58/EncodeBase58 with direct implementation.
Pieter Wuille
2014-04-22
1
-0
/
+1
|
/
*
Remove duplicate from src/makefile.am
Wladimir J. van der Laan
2014-03-26
1
-2
/
+1
*
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
2014-01-23
1
-0
/
+1
*
configure: Internal changes to make building bitcoind and bitcoin-cli optional
Luke Dashjr
2014-01-18
1
-1
/
+9
*
Cleanup LevelDB library dependencies
Luke Dashjr
2014-01-18
1
-4
/
+4
*
makefile.am: split long lines into one file per line
Wladimir J. van der Laan
2014-01-11
1
-14
/
+65
*
build: Correctly put boost at end of LDADD
Wladimir J. van der Laan
2014-01-07
1
-3
/
+2
[next]