| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-08 | 1 | -3/+3 |
* | directory: moved code to database.c | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 1 | -16/+16 |
* | song: replaced all song constructors | Max Kellermann | 2008-10-08 | 1 | -2/+2 |
* | playlist: simplified setPlaylistRandomStatus() | Max Kellermann | 2008-10-08 | 1 | -16/+15 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -13/+13 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -10/+13 |
* | song: replace printSong* with song_print_* | Eric Wong | 2008-10-07 | 1 | -2/+2 |
* | song: stop storing song_type | Eric Wong | 2008-10-06 | 1 | -7/+7 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -4/+4 |
* | playlist: deleteASongFromPlaylist takes a const Song * | Eric Wong | 2008-09-29 | 1 | -1/+1 |
* | start using prefixcmp() | Eric Wong | 2008-09-23 | 1 | -23/+8 |
* | playlist: replaced song_id_exists() with song_id_to_position() | Max Kellermann | 2008-09-07 | 1 | -16/+29 |
* | playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId() | Max Kellermann | 2008-09-07 | 1 | -7/+6 |
* | playlist: added playlist_save() | Max Kellermann | 2008-09-07 | 1 | -2/+11 |
* | playlist: pass struct client to loadPlaylist() | Max Kellermann | 2008-09-07 | 1 | -3/+3 |
* | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 2008-09-07 | 1 | -16/+19 |
* | playlist: PlaylistInfo() does not call commandError() | Max Kellermann | 2008-09-07 | 1 | -4/+1 |
* | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 2008-09-07 | 1 | -33/+17 |
* | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 2008-09-07 | 1 | -131/+90 |
* | playlist: showPlaylist() and shufflePlaylist() cannot fail | Max Kellermann | 2008-09-07 | 1 | -6/+2 |
* | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 2008-09-07 | 1 | -20/+6 |
* | playlist: added is_valid_playlist_name() | Max Kellermann | 2008-09-07 | 1 | -3/+8 |
* | song: moved code to song_print.c, song_save.c | Max Kellermann | 2008-09-07 | 1 | -0/+1 |
* | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 2008-09-06 | 1 | -7/+7 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-08-29 | 1 | -3/+3 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | no commandError() in playerSeek() | Max Kellermann | 2008-08-26 | 1 | -2/+6 |
* | don't initialize "i" if we overwrite it anyway | Max Kellermann | 2008-08-26 | 1 | -1/+3 |
* | removed the "queue" parameter from syncPlaylistWithQueue() | Max Kellermann | 2008-08-26 | 1 | -12/+11 |
* | merge the playlist lock functions into clearPlayerQueue() | Max Kellermann | 2008-08-26 | 1 | -24/+11 |
* | use switch/case in syncPlaylistWithQueue() | Max Kellermann | 2008-08-26 | 1 | -8/+18 |
* | don't call playerStop() before playerPlay() | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | queueSong() cannot fail | Max Kellermann | 2008-08-26 | 1 | -13/+3 |
* | added enum player_queue_state | Max Kellermann | 2008-08-26 | 1 | -0/+6 |
* | playlist: eliminate unused fd parameters | Max Kellermann | 2008-08-26 | 1 | -37/+30 |
* | player: no "fd" and no return value | Max Kellermann | 2008-08-26 | 1 | -14/+9 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | added clearPlayerQueueLocked() | Max Kellermann | 2008-04-12 | 1 | -43/+24 |
* | fix strtok() related segmentation fault | Max Kellermann | 2008-03-26 | 1 | -1/+4 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -2/+2 |
* | fix "unreachable code" warning | Max Kellermann | 2008-03-26 | 1 | -6/+0 |
* | check the result of fopen() in all code paths | Max Kellermann | 2008-03-26 | 1 | -0/+5 |
* | Revert the queue implementation and commands | Eric Wong | 2008-01-26 | 1 | -173/+1 |
* | storedPlaylist: prevent potential DoS from stored playlist commands | Eric Wong | 2008-01-26 | 1 | -1/+1 |
* | playlist: don't allow no-op/senseless movement of songs | Eric Wong | 2008-01-26 | 1 | -8/+14 |
* | playlist: allow move to specify offset from current song | Eric Wong | 2008-01-26 | 1 | -1/+10 |
* | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 2008-01-26 | 1 | -8/+9 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -9/+10 |