| Commit message (Expand) | Author | Files | Lines |
2008-09-20 | start using prefixcmp() | Eric Wong | 1 | -23/+8 |
2008-09-18 | Move away from fprintf() when writing DB/state_file | Eric Wong | 1 | -17/+17 |
2008-09-09 | playlist: PlaylistInfo() does not call commandError() | Max Kellermann | 1 | -4/+1 |
2008-09-09 | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 1 | -31/+17 |
2008-09-09 | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 1 | -128/+88 |
2008-09-09 | playlist: showPlaylist() and shufflePlaylist() cannot fail | Max Kellermann | 1 | -6/+2 |
2008-09-09 | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 1 | -20/+6 |
2008-09-09 | playlist: added is_valid_playlist_name() | Max Kellermann | 1 | -3/+8 |
2008-09-09 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 1 | -7/+7 |
2008-09-07 | playlist: re-randomize when explicitly playing a new song | Eric Wong | 1 | -0/+1 |
2008-09-02 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -3/+3 |
2008-09-02 | tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item | Max Kellermann | 1 | -2/+2 |
2008-09-01 | playlist: fix shuffle/random distribution | Eric Wong | 1 | -6/+19 |
2008-08-31 | playlist: eliminate unused fd parameters | Max Kellermann | 1 | -22/+18 |
2008-08-30 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -1/+1 |
2008-08-27 | playlist: fix deleting the last song in a playlist | Eric Wong | 1 | -1/+2 |
2008-08-26 | Reimplement dynamic metadata handling | Eric Wong | 1 | -19/+24 |
2008-08-25 | playlist: fix "currentsong" after song deletion | Eric Wong | 1 | -0/+2 |
2008-08-25 | playlist: fix "currentsong" after song movement | Eric Wong | 1 | -1/+4 |
2008-08-23 | playlist: queue songs after adding them | Eric Wong | 1 | -0/+6 |
2008-08-23 | change queueNextSongInPlaylist assertion to check | Eric Wong | 1 | -1/+2 |
2008-08-19 | Remove ob_wait_sync and cleanup triggering in playlist | Eric Wong | 1 | -44/+28 |
2008-08-16 | core rewrite (decode,player,outputBuffer,playlist) | Eric Wong | 1 | -261/+281 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -1/+2 |
2008-04-12 | added clearPlayerQueueLocked() | Max Kellermann | 1 | -43/+24 |
2008-03-26 | fix strtok() related segmentation fault | Max Kellermann | 1 | -1/+4 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -2/+2 |
2008-03-26 | fix "unreachable code" warning | Max Kellermann | 1 | -6/+0 |
2008-03-26 | check the result of fopen() in all code paths | Max Kellermann | 1 | -0/+5 |
2008-01-26 | Revert the queue implementation and commands | Eric Wong | 1 | -173/+1 |
2008-01-26 | storedPlaylist: prevent potential DoS from stored playlist commands | Eric Wong | 1 | -1/+1 |
2008-01-26 | playlist: don't allow no-op/senseless movement of songs | Eric Wong | 1 | -8/+14 |
2008-01-26 | playlist: allow move to specify offset from current song | Eric Wong | 1 | -1/+10 |
2008-01-26 | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 1 | -8/+9 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -9/+10 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -8/+1 |
2008-01-01 | storedPlaylist: remove the needless StoredPlaylist struct and just use List | Eric Wong | 1 | -8/+8 |
2008-01-01 | storedPlaylist: cleanup API and avoid needless heap allocations + error checks | Eric Wong | 1 | -8/+10 |
2008-01-01 | playlist: cleanup pathname generation for the "rm" command, too | Eric Wong | 1 | -15/+5 |
2008-01-01 | playlist: avoid the use of newStoredPlaylist for saving active playlists | Eric Wong | 1 | -6/+52 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -13/+26 |
2007-12-27 | If clearing stored playlist fails, don't return error + OK. but only the error. | Qball Cow | 1 | -2/+1 |
2007-09-26 | Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11. | Qball Cow | 1 | -1/+172 |
2007-09-05 | conf: improved boolean config parameter handling from -ke | Eric Wong | 1 | -5/+5 |
2007-06-04 | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 1 | -2/+2 |
2007-06-03 | Making some bool options more consistent. | J. Alexander Treuman | 1 | -2/+4 |
2007-06-01 | Tell the player process (and thus also the decode process) to quit when | J. Alexander Treuman | 1 | -3/+2 |
2007-06-01 | Minor formatting cleanups. | J. Alexander Treuman | 1 | -2/+0 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -2/+1 |
2007-05-26 | Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL. | J. Alexander Treuman | 1 | -9/+18 |