Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -4/+5 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -3/+4 |
| | |||||
* | Win32Main.cxx: more clean shutdown | Denis Krjuchkov | 2013-01-13 | 1 | -5/+22 |
| | | | | | | | | | | This change fixes two issues: 1) console_handler is called from a separate thread. Thread-safe primitive is required for correct operation. 2) If console_handler returns TRUE our process is immediately terminated. We use Sleep() to give main thread an opportunity to shutdown correctly. | ||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -3/+3 |
| | |||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
| | |||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+157 |