| Commit message (Expand) | Author | Age | Files | Lines |
* | system/Resolver: sockaddr_to_string() returns std::string() | Max Kellermann | 2013-12-04 | 1 | -8/+3 |
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 4 | -10/+1 |
* | HttpdOutputPlugin.cxx: fix null pointer dereference | Denis Krjuchkov | 2013-11-26 | 1 | -1/+2 |
* | output/httpd: don't use incomplete template argument with libc++ | Max Kellermann | 2013-11-11 | 1 | -0/+5 |
* | output/alsa: avoid endless loop in Raspberry Pi workaround | Max Kellermann | 2013-11-04 | 1 | -1/+17 |
* | Log: add level "DEFAULT" | Max Kellermann | 2013-11-04 | 1 | -1/+1 |
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 2 | -2/+2 |
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 2 | -18/+18 |
* | output/httpd: accept icy-metadata with and without space | Oddegamra | 2013-10-26 | 1 | -1/+2 |
* | output/httpd: support HEAD requests | Max Kellermann | 2013-10-25 | 2 | -5/+29 |
* | output/httpd: remove bogus assertion | Max Kellermann | 2013-10-25 | 1 | -1/+0 |
* | Util/ASCII: add StringEqualsCaseASCII() overload with length | Max Kellermann | 2013-10-21 | 1 | -3/+3 |
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 2 | -2/+2 |
* | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 2013-10-19 | 1 | -4/+2 |
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -3/+4 |
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 2 | -7/+5 |
* | output/roar: use const_cast instead of g_strdup() | Max Kellermann | 2013-10-15 | 1 | -9/+3 |
* | output/roar: use std::string | Max Kellermann | 2013-10-15 | 1 | -12/+10 |
* | output/roar: move code into the RoarOutput class | Max Kellermann | 2013-10-15 | 2 | -96/+137 |
* | output/pipe: use std::string | Max Kellermann | 2013-10-15 | 1 | -8/+6 |
* | event/BufferedSocket: pass writable pointer to OnSocketInput() | Max Kellermann | 2013-10-15 | 2 | -8/+6 |
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 2 | -10/+12 |
* | output/winmm: use delete instead of g_free() | Max Kellermann | 2013-10-15 | 1 | -2/+2 |
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 2 | -2/+2 |
* | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 2013-10-14 | 1 | -2/+2 |
* | output/httpd: don't include glib.h in header | Max Kellermann | 2013-10-02 | 3 | -4/+6 |
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 16 | -124/+131 |
* | DecoderControl: use GLib forward declarations | Max Kellermann | 2013-09-27 | 3 | -0/+6 |
* | *Plugin: remove redundant "line %i" from error messages | Max Kellermann | 2013-09-26 | 2 | -10/+8 |
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -3/+3 |
* | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 2013-09-05 | 1 | -20/+20 |
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 20 | -661/+528 |
* | system/resolver: convert to C++ | Max Kellermann | 2013-09-04 | 1 | -1/+1 |
* | output/pulse: require libpulse 0.9.16 | Max Kellermann | 2013-09-04 | 1 | -51/+3 |
* | output/httpd: use "unsigned" instead of "guint" | Max Kellermann | 2013-08-08 | 1 | -2/+2 |
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -27/+29 |
* | *: remove remaining __cplusplus checks | Max Kellermann | 2013-08-07 | 1 | -8/+0 |
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 6 | -7/+7 |
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 9 | -20/+21 |
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 3 | -3/+3 |
* | OutputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 17 | -120/+112 |
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 17 | -189/+191 |
* | gcc.h: add macro gcc_unreachable() | Max Kellermann | 2013-08-03 | 2 | -1/+2 |
* | output/winmm: adapt to PcmBuffer API changes | Max Kellermann | 2013-07-31 | 1 | -5/+4 |
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 6 | -7/+13 |
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 4 | -19/+17 |
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -2/+0 |
* | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 16 | -16/+16 |
* | timer: convert to class | Denis Krjuchkov | 2013-05-12 | 4 | -32/+32 |
* | encoder_list: convert to C++ | Max Kellermann | 2013-04-17 | 3 | -3/+3 |