aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_line_args.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-0/+5
There will need to be some more refactoring for these changes to be considered complete/correct, but for now it's working. new daemon cli argument "--db-type", works for LMDB and BerkeleyDB. A good deal of refactoring is also present in this commit, namely Blockchain no longer instantiates BlockchainDB, but rather is passed a pointer to an already-instantiated BlockchainDB on init().
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+76
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something.