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.am
Age
Commit message (
Expand
)
Author
2014-04-22
Merge pull request #4042
Wladimir J. van der Laan
2014-04-22
Replace DecodeBase58/EncodeBase58 with direct implementation.
Pieter Wuille
2014-04-10
build: add an option for enabling glibc back-compat
Cory Fields
2014-03-26
Remove duplicate from src/makefile.am
Wladimir J. van der Laan
2014-01-23
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
2014-01-18
configure: Internal changes to make building bitcoind and bitcoin-cli optional
Luke Dashjr
2014-01-18
Cleanup LevelDB library dependencies
Luke Dashjr
2014-01-11
makefile.am: split long lines into one file per line
Wladimir J. van der Laan
2014-01-07
build: Correctly put boost at end of LDADD
Wladimir J. van der Laan
2013-12-13
add new RPC implementation file `rpcmisc.cpp`
Wladimir J. van der Laan
2013-12-09
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-12-08
Merge pull request #3322
Wladimir J. van der Laan
2013-12-04
Move CCryptoKeyStore to crypter.cpp
Wladimir J. van der Laan
2013-12-04
Add --disable-wallet option to build system
Wladimir J. van der Laan
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-27
src/Makefile.am: Simplify clean of leveldb
Josh Triplett
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-14
Coin Control Features
Cozz Lovan
2013-11-11
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
Luke Dashjr
2013-11-10
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-08
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Brandon Dahler
2013-11-04
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-10-21
Add separate bitcoin-rpc client
Wladimir J. van der Laan
2013-10-09
Remove include of windows.h from allocators.h
Gavin Andresen
2013-10-03
rename bitcoin-res.rc to bitcoind-res.rc
Philip Kaufmann
2013-09-18
win32: add version info to bitcoind.exe
Cory Fields
2013-09-18
autotools: fix the Makefile.include to be safely included anywhere.
Cory Fields
2013-09-16
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-09-16
autotools: fix a parallel build race condition spotted by the pull-tester
Cory Fields
2013-09-14
autotools: add translate target for qt translations
Cory Fields
2013-09-10
configure: Check common include subdirectories for bdb headers, and refuse to...
Luke Dashjr
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields