| Commit message (Expand) | Author | Files | Lines |
2009-02-13 | added the shufflerange command | Romain Bignon | 1 | -1/+1 |
2009-02-09 | playlist: provide information about "next song" | Vladimir S Eremin | 1 | -0/+2 |
2009-02-04 | playlist: pass const playlist pointers | Max Kellermann | 1 | -9/+6 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -32/+66 |
2009-01-25 | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 1 | -2/+0 |
2009-01-25 | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 1 | -4/+0 |
2009-01-24 | playlist: removed locate functions to queue_print.c | Max Kellermann | 1 | -11/+0 |
2009-01-24 | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 1 | -3/+3 |
2009-01-24 | command: use queue_print_*() | Max Kellermann | 1 | -19/+0 |
2009-01-24 | playlist: added playlist_get_queue() | Max Kellermann | 1 | -0/+6 |
2009-01-24 | playlist: renamed the Playlist typedef to "struct playlist" | Max Kellermann | 1 | -2/+2 |
2009-01-24 | playlist: moved stopOnError and errorCount into struct playlist | Max Kellermann | 1 | -0/+14 |
2009-01-23 | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 1 | -2/+0 |
2009-01-23 | playlist: pass const pointers to search functions | Max Kellermann | 1 | -4/+6 |
2009-01-23 | playlist: added source comments | Max Kellermann | 1 | -1/+4 |
2009-01-23 | playlist: removed stopOnError flag from playPlaylist() | Max Kellermann | 1 | -2/+2 |
2009-01-23 | playlist: replaced playlist_state with flag playlist.playing | Max Kellermann | 1 | -0/+6 |
2009-01-23 | playlist: documented struct members | Max Kellermann | 1 | -0/+13 |
2009-01-22 | playlist: moved code to queue.c | Max Kellermann | 1 | -10/+3 |
2009-01-21 | command: don't restart player in the "status" command | Max Kellermann | 1 | -2/+0 |
2009-01-20 | event_pipe: added "TAG" event | Max Kellermann | 1 | -5/+0 |
2009-01-18 | mapper: make the playlist directory optional | Max Kellermann | 1 | -1/+2 |
2009-01-10 | playlist: pass unsigned integers to playlistInfo() | Max Kellermann | 1 | -1/+10 |
2009-01-10 | command: playlistinfo now uses a range argument rather than just a song id | Thomas Jansen | 1 | -1/+1 |
2009-01-04 | playlist: log errors during loadPlaylist() | Max Kellermann | 1 | -1/+1 |
2008-12-30 | command: don't allow adding local files on WIN32 | Max Kellermann | 1 | -0/+2 |
2008-11-11 | playlist: track song metadata changes | Max Kellermann | 1 | -0/+5 |
2008-10-31 | path: moved playlist_dir to mapper.c | Max Kellermann | 1 | -1/+0 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-23 | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 1 | -2/+0 |
2008-10-23 | playlist: unsigned integers | Max Kellermann | 1 | -18/+18 |
2008-10-22 | stored_playlist: moved functions from playlist.c | Max Kellermann | 1 | -4/+0 |
2008-10-15 | playlist: added support for adding songs not in the music database | Max Kellermann | 1 | -0/+8 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -7/+8 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -3/+9 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -4/+4 |
2008-09-29 | playlist: deleteASongFromPlaylist takes a const Song * | Eric Wong | 1 | -1/+1 |
2008-09-07 | playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId() | Max Kellermann | 1 | -2/+2 |
2008-09-07 | playlist: pass struct client to loadPlaylist() | Max Kellermann | 1 | -1/+1 |
2008-09-07 | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 1 | -6/+8 |
2008-09-07 | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 1 | -5/+3 |
2008-09-07 | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 1 | -19/+29 |
2008-09-07 | playlist: showPlaylist() and shufflePlaylist() cannot fail | Max Kellermann | 1 | -2/+2 |
2008-09-07 | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 1 | -2/+2 |
2008-09-07 | playlist: added is_valid_playlist_name() | Max Kellermann | 1 | -0/+2 |
2008-09-06 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 1 | -8/+8 |
2008-08-28 | include cleanup | Max Kellermann | 1 | -1/+1 |
2008-08-26 | playlist: eliminate unused fd parameters | Max Kellermann | 1 | -4/+4 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -3/+0 |
2008-04-12 | Fix a few more warnings from -Wshadow | Eric Wong | 1 | -2/+2 |