| Commit message (Expand) | Author | Files | Lines |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -1/+1 |
2013-01-04 | PlaylistFile: reuse classes PlaylistInfo and PlaylistVector | Max Kellermann | 1 | -4/+6 |
2013-01-03 | PlaylistFile: fix memory leak | Max Kellermann | 1 | -0/+1 |
2013-01-03 | TextFile: convert to a class | Max Kellermann | 1 | -6/+3 |
2013-01-03 | text_file: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-03 | database.h: eliminate db_*_song() | Max Kellermann | 1 | -8/+9 |
2013-01-02 | mapper: convert to C++ | Max Kellermann | 1 | -1/+1 |
2012-10-04 | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann | 1 | -4/+3 |
2012-09-28 | main: use C++ compiler | Max Kellermann | 1 | -1/+1 |
2012-09-28 | PlaylistFile: use std::list instead of GPtrArray | Max Kellermann | 1 | -100/+53 |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 1 | -8/+12 |
2012-09-28 | stored_playlist: make variables more local | Max Kellermann | 1 | -46/+25 |
2012-08-16 | DatabasePlugin: add method ReturnSong() | Max Kellermann | 1 | -1/+3 |
2011-09-11 | stored_playlist: return GError, code is playlist_result | Max Kellermann | 1 | -114/+190 |
2011-09-11 | playlist: move PLAYLIST_COMMENT to stored_playlist.c | Max Kellermann | 1 | -0/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-12-23 | stored_playlist: remove database lookups from spl_load() | Max Kellermann | 1 | -7/+1 |
2010-12-23 | stored_playlist: ignore empty lines | Max Kellermann | 1 | -1/+1 |
2010-12-23 | stored_playlist: use the text_file library to read lines | Max Kellermann | 1 | -6/+4 |
2010-07-25 | database, ...: remove EINTR checks after stdio calls | Max Kellermann | 1 | -10/+10 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-08 | mapper: apply filesystem_charset to playlists | Max Kellermann | 1 | -6/+21 |
2009-12-08 | command: verify playlist name in the "rm" command | Max Kellermann | 1 | -0/+3 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-04-24 | stored_playlist: don't close NULL file on error | Max Kellermann | 1 | -5/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-01-25 | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 1 | -5/+23 |
2009-01-25 | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 1 | -0/+15 |
2009-01-25 | mapper: added dot to PLAYLIST_FILE_SUFFIX | Max Kellermann | 1 | -7/+4 |
2009-01-18 | mapper: make the playlist directory optional | Max Kellermann | 1 | -1/+18 |
2009-01-08 | path: allocate buffer in fs_charset conversion functions | Max Kellermann | 1 | -3/+3 |
2009-01-04 | path: removed pfx_dir() | Max Kellermann | 1 | -6/+4 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -4/+4 |
2009-01-04 | mapper: allocate the result of map_fs_to_utf8() | Max Kellermann | 1 | -2/+3 |
2009-01-04 | playlist: use uri_has_scheme() instead of isRemoteUrl() | Max Kellermann | 1 | -12/+11 |
2009-01-02 | playlist: use GLib instead of utils.h | Max Kellermann | 1 | -2/+2 |
2009-01-01 | playlist: use g_file_test() instead of stat() | Max Kellermann | 1 | -4/+2 |
2009-01-01 | mapper: allocate playlist path from heap | Max Kellermann | 1 | -28/+41 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+7 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -1/+3 |
2008-12-24 | stored_playlist: fix integer overflow in length estimation | Max Kellermann | 1 | -1/+1 |
2008-12-16 | ls: removed isValidRemoteUtf8Url() | Max Kellermann | 1 | -2/+2 |
2008-10-31 | path: moved playlist_dir to mapper.c | Max Kellermann | 1 | -17/+24 |
2008-10-26 | stored_playlist: fixed signed comparison warning | Max Kellermann | 1 | -1/+1 |
2008-10-23 | stored_playlist: emit idle event on delete | Max Kellermann | 1 | -0/+1 |
2008-10-23 | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 1 | -0/+15 |
2008-10-23 | stored_playlist: spl_load() returns GPtrArray | Max Kellermann | 1 | -128/+62 |
2008-10-23 | stored_playlist: unsigned index arguments | Max Kellermann | 1 | -4/+4 |
2008-10-22 | stored_playlist: added spl_list() | Max Kellermann | 1 | -0/+79 |