Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LogBackend: remove character set support | Max Kellermann | 2015-06-22 | 1 | -36/+0 |
| | | | | Always write UTF-8 to the log file. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | LogBackend: force-flush stderr on WIN32 | Max Kellermann | 2014-12-17 | 1 | -0/+6 |
| | | | | setvbuf() does not seem to have an effect on Windows. | ||||
* | LogBackend: use StripRight() | Max Kellermann | 2014-08-07 | 1 | -6/+2 |
| | | | | Eliminate duplicate code. | ||||
* | util/CharUtil: add IsWhitespaceFast() | Max Kellermann | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | LogBackend: use __android_log_print() on Android | Max Kellermann | 2014-02-22 | 1 | -0/+35 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: add option "--disable-glib" | Max Kellermann | 2013-12-15 | 1 | -0/+14 |
| | | | | | Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core. | ||||
* | LogInit: move backend code to LogBackend.cxx | Max Kellermann | 2013-12-15 | 1 | -8/+133 |
| | |||||
* | Log: move Log() to LogBackend.cxx | Max Kellermann | 2013-12-15 | 1 | -0/+54 |
Prepare for GLib removal. |