summaryrefslogtreecommitdiff
path: root/src/daemonizer
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-2/+1
| | | | | | Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
* Print stack trace upon exceptionsmoneromooo-monero2016-03-191-1/+2
| | | | Useful for debugging users' logs
* Use boost::thread instead of std::threadHoward Chu2016-03-112-3/+3
| | | | and all other associated IPC
* update versionRiccardo Spagni2015-12-312-2/+2
|
* updated copyright yearRiccardo Spagni2015-12-318-8/+8
|
* posix_daemonizer: only create the main daemon object in the last childmoneromooo-monero2015-12-131-1/+1
| | | | | | | | This prevents the intermediate thread from exiting properly, as fork creates a child process with only one thread, so any existing data_logger thread will not be in the child. Since this thread sets a flag the data_logger dtor blocks on, all children threads will hang on exit.
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-317-0/+196
|
* Hopefully fixes build on Windows for real this timeThomas Winget2015-03-201-5/+5
|
* Hopefully fixes build on WindowsThomas Winget2015-03-201-2/+2
|
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-249-0/+981
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.