| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util/ByteReverse: use C99 "restrict" | Max Kellermann | 2013-10-16 | 1 | -7/+13 |
* | util/byte_reverse: convert to C++ | Max Kellermann | 2013-10-16 | 6 | -27/+21 |
* | pcm_pack: convert to C++ | Max Kellermann | 2013-10-16 | 7 | -14/+8 |
* | encoder/wave: use delete to dispose the WaveEncoder object | Max Kellermann | 2013-10-16 | 1 | -1/+1 |
* | Archive*: move archive_domain to ArchiveDomain.cxx | Max Kellermann | 2013-10-15 | 5 | -6/+51 |
* | ConfigData: remove unused method DupBlockString() | Max Kellermann | 2013-10-15 | 2 | -12/+0 |
* | playlist/soundcloud: use std::string | Max Kellermann | 2013-10-15 | 1 | -14/+14 |
* | 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 |
* | Client, ...: remove unnecessary glib.h include | Max Kellermann | 2013-10-15 | 19 | -35/+1 |
* | ApeTag: use std::string for temporary allocation | Max Kellermann | 2013-10-15 | 1 | -4/+3 |
* | PlaylistRegistry: use std::string for temporary allocation | Max Kellermann | 2013-10-15 | 1 | -4/+2 |
* | input/*: don't allocate attribute "mime" | Max Kellermann | 2013-10-15 | 4 | -6/+6 |
* | UpdateArchive: use std::string for temporary string | Max Kellermann | 2013-10-15 | 1 | -4/+3 |
* | ConfigData: use std::string for config_param::value | Max Kellermann | 2013-10-15 | 10 | -33/+44 |
* | Permission: use std::string for temporary password allocation | Max Kellermann | 2013-10-15 | 1 | -4/+2 |
* | Mapper: remove obsolete variable music_dir_fs_length | Max Kellermann | 2013-10-15 | 1 | -2/+0 |
* | event/BufferedSocket: pass writable pointer to OnSocketInput() | Max Kellermann | 2013-10-15 | 5 | -20/+23 |
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 19 | -58/+100 |
* | output/winmm: use delete instead of g_free() | Max Kellermann | 2013-10-15 | 1 | -2/+2 |
* | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 2013-10-15 | 10 | -121/+294 |
* | system/clock: convert to C++ | Max Kellermann | 2013-10-15 | 5 | -24/+16 |
* | require GLib 2.28 | Max Kellermann | 2013-10-15 | 5 | -49/+3 |
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 94 | -95/+95 |
* | gcc.h: major update | Max Kellermann | 2013-10-15 | 6 | -101/+163 |
* | *: use WIN32 instead of G_OS_WIN32 | Max Kellermann | 2013-10-15 | 7 | -16/+16 |
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 12 | -12/+47 |
* | fs/Path: add separator constants/functions | Max Kellermann | 2013-10-14 | 4 | -21/+54 |
* | PlaylistFile: always check for absolute paths within music_directory | Max Kellermann | 2013-10-14 | 1 | -9/+11 |
* | fs/Path: add method RelativeFS() | Max Kellermann | 2013-10-14 | 3 | -11/+36 |
* | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 2013-10-14 | 7 | -11/+11 |
* | fs/Path: add method data() | Max Kellermann | 2013-10-14 | 1 | -0/+9 |
* | PlaylistFile: fix memory leak | Max Kellermann | 2013-10-14 | 1 | -12/+10 |
* | Mapper: map_fs_to_utf8() returns std::string | Max Kellermann | 2013-10-14 | 3 | -14/+11 |
* | Merge tag 'release-0.17.6' | Max Kellermann | 2013-10-14 | 3 | -4/+30 |
|\ |
|
| * | release 0.17.6 | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| * | decoder/modplug: fix include directory | Florian Schlichting | 2013-10-14 | 2 | -1/+3 |
| * | stored_playlist: use fs_charset_to_utf8() for URLs | Max Kellermann | 2013-10-14 | 2 | -2/+6 |
| * | load_file | Max Kellermann | 2013-10-14 | 2 | -0/+13 |
| * | stored_playlist: add "file://" prefix to absolute paths | Max Kellermann | 2013-10-14 | 1 | -1/+8 |
* | | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2013-10-02 | 21 | -63/+29 |
* | | output/httpd: don't include glib.h in header | Max Kellermann | 2013-10-02 | 3 | -4/+6 |
* | | Stats: don't include glib.h in header | Max Kellermann | 2013-10-02 | 3 | -2/+5 |
* | | Stats: rename stats.h to Stats.hxx | Max Kellermann | 2013-10-02 | 7 | -29/+10 |
* | | Log: new logging library API | Max Kellermann | 2013-10-02 | 162 | -1252/+1964 |
* | | TextFile: don't include glib.h in header | Max Kellermann | 2013-10-02 | 2 | -12/+22 |
* | | filesystem/Path: use std::string | Max Kellermann | 2013-10-02 | 4 | -81/+45 |
* | | PlaylistMapper: convert playlist name to filesystem charset | Max Kellermann | 2013-10-02 | 1 | -5/+6 |