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