aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* daemon: Set log file default to use data dirwarptangent2015-05-281-1/+16
| | | | | | | The log file previously used the default data dir even if --data-dir was set to something else. Document data dir and log file path.
* [fix] log level change. compilation: dns, testsrfree2monero2015-04-101-1/+1
| | | | | old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again
* Merge BlockchainDB into upstreamThomas Winget2015-04-071-0/+15
|\
| * Steps toward multiple dbs available -- workingThomas Winget2015-03-251-0/+15
| | | | | | | | | | | | | | | | | | | | | | 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().
* | Network 1.7; Quieted the debug a bit.rfree2monero2015-04-021-1/+5
| | | | | | | | Really really finall version of this changes I hope.
* | remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-1/+9
|/
* sending commands to forked daemon works on testnet nowThomas Winget2015-03-011-0/+4
|
* Fix tests building -- function signatures changedThomas Winget2015-03-011-0/+2
|
* RPC calls for background daemon added inThomas Winget2015-02-241-23/+26
| | | | | | | The RPC calls the daemon executable uses to talk to the running daemon instance have mostly been added back in. Rate limiting has not been added in upstream, but is on its way in a separate effort, so those calls are still NOPed out.
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-241-0/+229
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.