| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | daemon: Add ability to write a PID file | Erik de Castro Lopo | 2017-07-22 | 1 | -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 #1897 | Riccardo Spagni | 2017-03-21 | 1 | -0/+9 |
| |\ | | | | | | | 44a5b038 create a foreground non-interactive mode (Noah Watkins) | ||||
| | * | create a foreground non-interactive mode | Noah Watkins | 2017-02-21 | 1 | -0/+9 |
| | | | | | | | | | Signed-off-by: Noah Watkins <noahwatkins@gmail.com> | ||||
| * | | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| |/ | |||||
| * | update version | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | posix_daemonizer: only create the main daemon object in the last child | moneromooo-monero | 2015-12-13 | 1 | -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 licenses | Riccardo Spagni | 2015-05-31 | 1 | -0/+28 |
| | | |||||
| * | Daemonize changes pulled in -- daemon builds | Thomas Winget | 2015-02-24 | 1 | -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. | |||||
