| Commit message (Expand) | Author | Files | Lines |
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 |
2008-10-22 | stored_playlist: spl_append_uri() returns enum playlist_result | Max Kellermann | 1 | -4/+3 |
2008-10-22 | stored_playlist: de-CamelCase moved function | Max Kellermann | 1 | -1/+2 |
2008-10-22 | stored_playlist: moved functions from playlist.c | Max Kellermann | 1 | -0/+22 |
2008-10-22 | stored_playlist: no CamelCase | Max Kellermann | 1 | -19/+23 |
2008-10-22 | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 1 | -1/+1 |
2008-10-14 | command: added command "idle" | Max Kellermann | 1 | -0/+11 |
2008-10-14 | mapper: new song-to-filesystem mapper library | Max Kellermann | 1 | -9/+17 |
2008-10-14 | playlist: moved code to playlist_save.c | Max Kellermann | 1 | -14/+3 |
2008-10-09 | database: renamed get_get_song() to db_get_song() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: removed CamelCase | Max Kellermann | 1 | -2/+3 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -2/+3 |
2008-10-06 | song: stop storing song_type | Eric Wong | 1 | -1/+1 |
2008-09-09 | storedPlaylist: correctly expand path when writing | Eric Wong | 1 | -5/+6 |
2008-09-07 | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 1 | -94/+65 |
2008-09-07 | playlist: fix FILE* leak in appendSongToStoredPlaylistByPath() | Max Kellermann | 1 | -0/+2 |
2008-09-07 | playlist: replaced run-time check with assertion | Max Kellermann | 1 | -2/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |