index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
playlist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '1533279fb18b2b0f53345f0e0727d2f0f968c00d'
Eric Wong
2008-10-05
1
-92
/
+50
|
\
|
*
playlist: small lines of code reduction
Eric Wong
2008-10-03
1
-96
/
+47
|
*
Revert "Start using song pointers in core data structures"
Eric Wong
2008-10-02
1
-2
/
+6
*
|
playlist: fix "currentsong" at end-of-playlist
Eric Wong
2008-10-04
1
-4
/
+11
|
/
*
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-29
1
-6
/
+6
*
playlist: deleteASongFromPlaylist takes a const Song *
Eric Wong
2008-09-28
1
-1
/
+1
*
playlist: fix currentsong info after swapping songs
Eric Wong
2008-09-28
1
-0
/
+4
*
playlist: reset after we've hit the end
Eric Wong
2008-09-28
1
-0
/
+6
*
advance to the next song on decoder errors
Eric Wong
2008-09-28
1
-1
/
+5
*
start using prefixcmp()
Eric Wong
2008-09-20
1
-23
/
+8
*
Move away from fprintf() when writing DB/state_file
Eric Wong
2008-09-18
1
-17
/
+17
*
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-09
1
-4
/
+1
*
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-09
1
-31
/
+17
*
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-09
1
-128
/
+88
*
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-09
1
-6
/
+2
*
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-09
1
-20
/
+6
*
playlist: added is_valid_playlist_name()
Max Kellermann
2008-09-09
1
-3
/
+8
*
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
2008-09-09
1
-7
/
+7
*
playlist: re-randomize when explicitly playing a new song
Eric Wong
2008-09-07
1
-0
/
+1
*
tag: renamed functions, no CamelCase
Max Kellermann
2008-09-02
1
-3
/
+3
*
tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item
Max Kellermann
2008-09-02
1
-2
/
+2
*
playlist: fix shuffle/random distribution
Eric Wong
2008-09-01
1
-6
/
+19
*
playlist: eliminate unused fd parameters
Max Kellermann
2008-08-31
1
-22
/
+18
*
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-30
1
-1
/
+1
*
playlist: fix deleting the last song in a playlist
Eric Wong
2008-08-27
1
-1
/
+2
*
Reimplement dynamic metadata handling
Eric Wong
2008-08-26
1
-19
/
+24
*
playlist: fix "currentsong" after song deletion
Eric Wong
2008-08-25
1
-0
/
+2
*
playlist: fix "currentsong" after song movement
Eric Wong
2008-08-25
1
-1
/
+4
*
playlist: queue songs after adding them
Eric Wong
2008-08-23
1
-0
/
+6
*
change queueNextSongInPlaylist assertion to check
Eric Wong
2008-08-23
1
-1
/
+2
*
Remove ob_wait_sync and cleanup triggering in playlist
Eric Wong
2008-08-19
1
-44
/
+28
*
core rewrite (decode,player,outputBuffer,playlist)
Eric Wong
2008-08-16
1
-261
/
+281
*
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
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-8
/
+1
*
storedPlaylist: remove the needless StoredPlaylist struct and just use List
Eric Wong
2008-01-01
1
-8
/
+8
*
storedPlaylist: cleanup API and avoid needless heap allocations + error checks
Eric Wong
2008-01-01
1
-8
/
+10
*
playlist: cleanup pathname generation for the "rm" command, too
Eric Wong
2008-01-01
1
-15
/
+5
*
playlist: avoid the use of newStoredPlaylist for saving active playlists
Eric Wong
2008-01-01
1
-6
/
+52
*
Merge branches/ew r7104
Eric Wong
2007-12-28
1
-13
/
+26
[next]