| Commit message (Expand) | Author | Age | Files | Lines |
* | ls: moved generic URI utilities to uri.c | Max Kellermann | 2009-02-25 | 1 | -1/+1 |
* | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 2009-01-25 | 1 | -5/+23 |
* | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 2009-01-25 | 1 | -0/+15 |
* | mapper: added dot to PLAYLIST_FILE_SUFFIX | Max Kellermann | 2009-01-25 | 1 | -7/+4 |
* | mapper: make the playlist directory optional | Max Kellermann | 2009-01-18 | 1 | -1/+18 |
* | path: allocate buffer in fs_charset conversion functions | Max Kellermann | 2009-01-08 | 1 | -3/+3 |
* | path: removed pfx_dir() | Max Kellermann | 2009-01-04 | 1 | -6/+4 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -4/+4 |
* | mapper: allocate the result of map_fs_to_utf8() | Max Kellermann | 2009-01-04 | 1 | -2/+3 |
* | playlist: use uri_has_scheme() instead of isRemoteUrl() | Max Kellermann | 2009-01-04 | 1 | -12/+11 |
* | playlist: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -2/+2 |
* | playlist: use g_file_test() instead of stat() | Max Kellermann | 2009-01-01 | 1 | -4/+2 |
* | mapper: allocate playlist path from heap | Max Kellermann | 2009-01-01 | 1 | -28/+41 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -1/+7 |
* | utils: removed myFgets() | Max Kellermann | 2008-12-28 | 1 | -1/+3 |
* | stored_playlist: fix integer overflow in length estimation | Max Kellermann | 2008-12-24 | 1 | -1/+1 |
* | ls: removed isValidRemoteUtf8Url() | Max Kellermann | 2008-12-16 | 1 | -2/+2 |
* | path: moved playlist_dir to mapper.c | Max Kellermann | 2008-10-31 | 1 | -17/+24 |
* | stored_playlist: fixed signed comparison warning | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | stored_playlist: emit idle event on delete | Max Kellermann | 2008-10-23 | 1 | -0/+1 |
* | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 2008-10-23 | 1 | -0/+15 |
* | stored_playlist: spl_load() returns GPtrArray | Max Kellermann | 2008-10-23 | 1 | -128/+62 |
* | stored_playlist: unsigned index arguments | Max Kellermann | 2008-10-23 | 1 | -4/+4 |
* | stored_playlist: added spl_list() | Max Kellermann | 2008-10-22 | 1 | -0/+79 |
* | stored_playlist: spl_append_uri() returns enum playlist_result | Max Kellermann | 2008-10-22 | 1 | -4/+3 |
* | stored_playlist: de-CamelCase moved function | Max Kellermann | 2008-10-22 | 1 | -1/+2 |
* | stored_playlist: moved functions from playlist.c | Max Kellermann | 2008-10-22 | 1 | -0/+22 |
* | stored_playlist: no CamelCase | Max Kellermann | 2008-10-22 | 1 | -19/+23 |
* | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 2008-10-22 | 1 | -0/+340 |