aboutsummaryrefslogtreecommitdiffstats
path: root/src/InotifySource.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add various missing headersNatanael Copa2013-11-051-0/+1
| | | | | | Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
* *: use nullptr instead of NULLMax Kellermann2013-10-191-2/+2
|
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
|
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-151-20/+10
|
* Log: new logging library APIMax Kellermann2013-10-021-6/+3
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-17/+5
| | | | Replaces GLib's GError.
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-2/+2
|
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-5/+4
|
* event/SocketMonitor: OnSocketReady() returns boolMax Kellermann2013-01-301-1/+3
|
* InotifySource: use the SocketMonitor classMax Kellermann2013-01-151-24/+14
|
* fifo_buffer: move to util/Max Kellermann2013-01-151-1/+1
|
* fifo_buffer: add extern "C"Max Kellermann2013-01-151-4/+0
|
* InotifySource: convert to a classMax Kellermann2013-01-141-60/+40
|
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-1/+0
| | | | The "bool" type is built-in.
* update: convert to C++Max Kellermann2013-01-021-0/+174