aboutsummaryrefslogtreecommitdiff
path: root/src/daemonizer/posix_daemonizer.inl
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* daemon: Add ability to write a PID fileErik de Castro Lopo2017-07-221-1/+11
| | | | | | The PID file will only be written if the daemon is called with the `--detach` command line argument and a `--pidfile /some/file/path` argument.
* Merge pull request #1897Riccardo Spagni2017-03-211-0/+9
|\ | | | | | | 44a5b038 create a foreground non-interactive mode (Noah Watkins)
| * create a foreground non-interactive modeNoah Watkins2017-02-211-0/+9
| | | | | | | | Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
* | update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|/
* update versionRiccardo Spagni2015-12-311-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* 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-311-0/+28
|
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-241-0/+60
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.