| Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-29 | storedPlaylist: faster, but less accurate check for maximum sizes | Eric Wong | 1 | -7/+7 |
2008-01-26 | storedPlaylist: prevent potential DoS from stored playlist commands | Eric Wong | 1 | -1/+15 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -4/+4 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2008-01-01 | storedPlaylist: remove the needless StoredPlaylist struct and just use List | Eric Wong | 1 | -74/+51 |
2008-01-01 | storedPlaylist: cleanup API and avoid needless heap allocations + error checks | Eric Wong | 1 | -93/+56 |
2008-01-01 | storedPlaylist: cleanup load function | Eric Wong | 1 | -72/+16 |
2008-01-01 | playlist: avoid the use of newStoredPlaylist for saving active playlists | Eric Wong | 1 | -23/+0 |
2008-01-01 | Make utf8_to_fs_playlist_path universally accessible | Eric Wong | 1 | -11/+0 |
2008-01-01 | storedPlaylist: fix compile warning (last-second internal API change) | Eric Wong | 1 | -2/+0 |
2008-01-01 | Revert r7111 and begin to properly fix storedPlaylist code | Eric Wong | 1 | -85/+72 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -23/+34 |
2007-05-26 | Changing calls to strdup to xstrdup. | J. Alexander Treuman | 1 | -2/+2 |
2007-05-26 | Make sure StoredPlaylists always contain UTF-8 paths that are either | J. Alexander Treuman | 1 | -20/+37 |
2007-05-26 | More formatting/error message cleanups in storedPlaylist.c. | J. Alexander Treuman | 1 | -50/+18 |
2007-05-26 | Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causes | J. Alexander Treuman | 1 | -2/+0 |
2007-05-25 | Cleaning up formatting and error messages in storedPlaylist.c. | J. Alexander Treuman | 1 | -63/+25 |
2007-05-24 | Adding rename command, for renaming stored playlists. | J. Alexander Treuman | 1 | -0/+65 |
2007-05-24 | Cleaning up error messages in storedPlaylist.c. | J. Alexander Treuman | 1 | -28/+42 |
2007-05-16 | Fail loading the playlist on errors mid-file. The same code is used for | J. Alexander Treuman | 1 | -0/+4 |
2007-05-16 | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 1 | -0/+473 |