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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2007-05-26
Make sure StoredPlaylists always contain UTF-8 paths that are either
J. Alexander Treuman
1
-3
/
+1
2007-05-16
Committing pat's rewrite of the stored playlist code. This also adds two
J. Alexander Treuman
1
-277
/
+56
2007-04-08
Typo.
J. Alexander Treuman
1
-1
/
+1
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2007-03-20
Doing those previous SONG_* commits properly. Thanks to normalperson for
J. Alexander Treuman
1
-2
/
+2
2007-03-20
Use SONG_FILE instead of literal "file: " for consistency with db code.
J. Alexander Treuman
1
-2
/
+2
2007-02-24
Adding playlistfind and playlistsearch commands for searching the current
J. Alexander Treuman
1
-0
/
+33
2007-02-18
fix for bug #1447
Warren Dukes
1
-6
/
+20
2007-01-14
More sparse fixes now that we've re-enabled -Wmissing-prototypes
Eric Wong
1
-1
/
+1
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
1
-3
/
+3
2007-01-11
Remove a line of dead code
Qball Cow
1
-2
/
+1
2006-12-23
Use the existing define for the default value of save_absolute_playlists
J. Alexander Treuman
1
-1
/
+1
2006-11-20
Adding functions for clearing/adding to stored playlists. Commands to make
J. Alexander Treuman
1
-0
/
+102
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-11
/
+11
2006-08-20
Fix warnings for -Wmissing-prototypes
Avuton Olrich
1
-8
/
+8
2006-08-14
Revert leaks from r4311, and also the leak fixes as a result of that
Eric Wong
1
-12
/
+2
2006-07-30
Standardize state_file handling routines.
Eric Wong
1
-179
/
+103
2006-07-30
remove deprecated myfprintf wrapper
Eric Wong
1
-13
/
+14
2006-07-30
commandError() cleanups, fixup gcc checks
Eric Wong
1
-4
/
+3
2006-07-30
interface/connection malloc reductions from mpd-ke
Eric Wong
1
-122
/
+127
2006-07-27
Use AudioCompress for volume normalization
J. Alexander Treuman
1
-9
/
+2
2006-07-21
Fix a memory leak when removing a playlist
J. Alexander Treuman
1
-0
/
+2
2006-07-21
Remember kids: always test your code before committing
J. Alexander Treuman
1
-5
/
+6
2006-07-21
Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid
J. Alexander Treuman
1
-1
/
+8
[next]