Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-05 | event/Loop: remove the dummy constructor argument | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Update*: move to update/ | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-24 | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 1 | -7/+6 | |
Avoid GLib. | |||||
2013-10-20 | Inotify: convert anonymous enum to constexpr | Max Kellermann | 1 | -5/+4 | |
2013-10-18 | test/run_inotify: use SignalMonitor | Max Kellermann | 1 | -20/+5 | |
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/+6 | |
Replaces GLib's GError. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -3/+3 | |
2013-01-15 | InotifySource: use the SocketMonitor class | Max Kellermann | 1 | -3/+4 | |
2013-01-14 | InotifySource: convert to a class | Max Kellermann | 1 | -7/+5 | |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -5/+6 | |
2013-01-08 | test: rename debug programs back to old names | Max Kellermann | 1 | -0/+0 | |
2013-01-02 | don't include stdbool.h in C++ sources | Max Kellermann | 1 | -1/+0 | |
The "bool" type is built-in. | |||||
2013-01-02 | update: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2012-08-02 | DatabaseVisitor, ...: use GError forward declaration | Max Kellermann | 1 | -0/+2 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-05-30 | test: added debug program "run_inotify" | Max Kellermann | 1 | -0/+93 | |