Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | Inotify: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -8/+6 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -6/+4 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | event/TimeoutMonitor: eliminate support for periodic events | Max Kellermann | 2013-04-08 | 1 | -6/+5 |
| | | | | | No caller needs this. Fixes use-after-free after returning from Client::OnTimeout(). | ||||
* | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -21/+3 |
| | |||||
* | InotifyQueue: convert to a class | Max Kellermann | 2013-01-14 | 1 | -32/+25 |
| | |||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -2/+5 |
| | |||||
* | Client, Inotify: use std::list instead of std::deque | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | | | | Random access is not necessary here. | ||||
* | InotifyQueue: use std::deque instead of GSList | Max Kellermann | 2013-01-03 | 1 | -33/+15 |
| | |||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+135 |