aboutsummaryrefslogtreecommitdiffstats
path: root/src/unix/PidFile.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann1-1/+1
2015-03-05unix/PidFile: use the UTF-8 path for error messageMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-24move daemonization code to unix/Max Kellermann1-0/+0
2014-01-18Daemon: fork as early as possibleMax Kellermann1-0/+19
2014-01-18PidFile: open in write-only modeMax Kellermann1-1/+1
2014-01-18Daemon: move code to class PidFileMax Kellermann1-30/+37
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07test: add missing includesMax Kellermann1-0/+1
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann1-4/+2
2013-12-04system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann1-10/+2
2013-10-02Log: new logging library APIMax Kellermann1-2/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-7/+8
2013-09-04system/resolver: convert to C++Max Kellermann1-2/+2
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2011-10-09don't define WINVER in *.c filesMax Kellermann1-1/+0
2011-09-20resolver: add function resolve_host_port()Max Kellermann1-30/+25
2011-08-30ntp_server: move code to udp_server.cMax Kellermann1-78/+5
2011-08-29ntp_server: use the I/O threadMax Kellermann1-12/+9
2011-08-29test/run_ntp_server: quit on SIGINT or SIGTERMMax Kellermann1-1/+12
2011-08-29ntp_server: add debug program "run_ntp_server"Max Kellermann1-0/+137