Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-30 | unix/PidFile: fix empty PID file | Anthony DeRossi | 1 | -0/+3 | |
This was broken by 4f29034f. | |||||
2015-08-24 | unix/PidFile: add missing include stdlib.h for strtoul() | Max Kellermann | 1 | -0/+1 | |
2015-08-15 | unix/PidFile: use raw file descriptor instead of stdio | Max Kellermann | 1 | -20/+29 | |
2015-08-15 | unix/Daemon: move code to ReadPidFile() | Max Kellermann | 1 | -0/+16 | |
2015-03-05 | fs/Traits: add macro PATH_LITERAL() | Max Kellermann | 1 | -1/+1 | |
2015-03-05 | unix/PidFile: use the UTF-8 path for error message | Max Kellermann | 1 | -1/+1 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | move daemonization code to unix/ | Max Kellermann | 1 | -0/+0 | |
2014-01-18 | Daemon: fork as early as possible | Max Kellermann | 1 | -0/+19 | |
Keep the parent process around until MPD has finished initializing. This is important for libraries that are allergic to fork(), such as libupnp. | |||||
2014-01-18 | PidFile: open in write-only mode | Max Kellermann | 1 | -1/+1 | |
2014-01-18 | Daemon: move code to class PidFile | Max Kellermann | 1 | -30/+37 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-07 | test: add missing includes | Max Kellermann | 1 | -0/+1 | |
2013-12-24 | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 1 | -4/+2 | |
Avoid GLib. | |||||
2013-12-04 | system/Resolver: sockaddr_to_string() returns std::string() | Max Kellermann | 1 | -10/+2 | |
No GLib memory allocation. | |||||
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -2/+3 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -7/+8 | |
Replaces GLib's GError. | |||||
2013-09-04 | system/resolver: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -1/+1 | |
2011-10-09 | don't define WINVER in *.c files | Max Kellermann | 1 | -1/+0 | |
In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion. | |||||
2011-09-20 | resolver: add function resolve_host_port() | Max Kellermann | 1 | -30/+25 | |
2011-08-30 | ntp_server: move code to udp_server.c | Max Kellermann | 1 | -78/+5 | |
2011-08-29 | ntp_server: use the I/O thread | Max Kellermann | 1 | -12/+9 | |
2011-08-29 | test/run_ntp_server: quit on SIGINT or SIGTERM | Max Kellermann | 1 | -1/+12 | |
Clean up the process before exiting. | |||||
2011-08-29 | ntp_server: add debug program "run_ntp_server" | Max Kellermann | 1 | -0/+137 | |