danicoin/src
warptangent 84fe5fbd65
Add compile-time support for both db implementations: in-memory and LMDB
Usage:

default is lmdb for blockchain branch:
$ make release

same as:
$ DATABASE=lmdb make release

for original in-memory implementation:
$ DATABASE=memory make release
2015-02-02 11:53:09 -08:00
..
blockchain_converter Add compile-time support for both db implementations: in-memory and LMDB 2015-02-02 11:53:09 -08:00
common year updated in license 2015-01-02 18:52:46 +02:00
connectivity_tool year updated in license 2015-01-02 18:52:46 +02:00
crypto added portable slow-hash, updated makefile targets, fixed readme 2015-01-27 09:43:15 +02:00
cryptonote_core Add compile-time support for both db implementations: in-memory and LMDB 2015-02-02 11:53:09 -08:00
cryptonote_protocol year updated in license 2015-01-02 18:52:46 +02:00
daemon year updated in license 2015-01-02 18:52:46 +02:00
miner year updated in license 2015-01-02 18:52:46 +02:00
mnemonics year updated in license 2015-01-02 18:52:46 +02:00
p2p Fix seed node threaded DNS lookup 2015-01-14 14:01:04 -08:00
platform year updated in license 2015-01-02 18:52:46 +02:00
rpc previous hash added to GBT 2015-01-06 18:37:10 +02:00
serialization year updated in license 2015-01-02 18:52:46 +02:00
simplewallet Add a --restricted-rpc flag to simplewallet 2015-01-11 12:11:43 +00:00
wallet Merge pull request #215 2015-01-15 14:03:48 +02:00
CMakeLists.txt very, VERY primitive blockchain converter 2015-01-04 19:38:56 -08:00
cryptonote_config.h Merge pull request #206 2015-01-08 12:18:00 +02:00
version.cmake year updated in license 2015-01-02 18:52:46 +02:00
version.h.in onwards to 0.8.8.7 2014-12-13 13:45:57 +02:00