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: 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
*
add new RPC implementation file `rpcmisc.cpp`
Wladimir J. van der Laan
2013-12-13
1
-0
/
+1
*
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-12-09
1
-2
/
+2
*
Merge pull request #3322
Wladimir J. van der Laan
2013-12-08
1
-2
/
+1
|
\
|
*
src/Makefile.am: Simplify clean of leveldb
Josh Triplett
2013-11-27
1
-2
/
+1
*
|
Move CCryptoKeyStore to crypter.cpp
Wladimir J. van der Laan
2013-12-04
1
-1
/
+1
*
|
Add --disable-wallet option to build system
Wladimir J. van der Laan
2013-12-04
1
-6
/
+35
*
|
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-12-03
1
-15
/
+30
*
|
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-2
/
+9
*
|
Coin Control Features
Cozz Lovan
2013-11-14
1
-1
/
+1
*
|
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
Luke Dashjr
2013-11-11
1
-4
/
+3
*
|
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
1
-2
/
+2
*
|
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-1
/
+1
*
|
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Brandon Dahler
2013-11-08
1
-2
/
+2
*
|
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-2
/
+2
|
/
*
Add separate bitcoin-rpc client
Wladimir J. van der Laan
2013-10-21
1
-1
/
+12
*
Remove include of windows.h from allocators.h
Gavin Andresen
2013-10-09
1
-1
/
+1
*
rename bitcoin-res.rc to bitcoind-res.rc
Philip Kaufmann
2013-10-03
1
-1
/
+1
*
win32: add version info to bitcoind.exe
Cory Fields
2013-09-18
1
-0
/
+5
*
autotools: fix the Makefile.include to be safely included anywhere.
Cory Fields
2013-09-18
1
-1
/
+1
*
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-09-16
1
-1
/
+1
*
autotools: fix a parallel build race condition spotted by the pull-tester
Cory Fields
2013-09-16
1
-6
/
+5
*
autotools: add translate target for qt translations
Cory Fields
2013-09-14
1
-0
/
+4
*
configure: Check common include subdirectories for bdb headers, and refuse to...
Luke Dashjr
2013-09-10
1
-0
/
+3
*
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-0
/
+67
[prev]