aboutsummaryrefslogtreecommitdiff
path: root/src/SignalHandlers.cxx
Commit message (Collapse)AuthorAge
* SignalHandlers: emit GlobalEvents::SHUTDOWNMax Kellermann2013-01-15
| | | | .. instead of calling g_main_loop_quit(), which may dead-lock.
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-14
|
* GlobalEvents: lock-less operation using std::atomicMax Kellermann2013-01-10
| | | | Use a bit field instead of a mutex-protected bool array.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-09
|
* event_pipe.h: convert to C++Max Kellermann2013-01-09
|
* sig_handlers, log: convert to C++Max Kellermann2013-01-09