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
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