aboutsummaryrefslogtreecommitdiffstats
path: root/src/InotifySource.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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