aboutsummaryrefslogtreecommitdiffstats
path: root/src/SignalHandlers.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SignalHandlers: emit GlobalEvents::SHUTDOWNMax Kellermann2013-01-151-1/+1
| | | | .. instead of calling g_main_loop_quit(), which may dead-lock.
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-141-1/+2
|
* GlobalEvents: lock-less operation using std::atomicMax Kellermann2013-01-101-1/+1
| | | | Use a bit field instead of a mutex-protected bool array.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-3/+3
|
* event_pipe.h: convert to C++Max Kellermann2013-01-091-1/+1
|
* sig_handlers, log: convert to C++Max Kellermann2013-01-091-0/+80