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
/
storedPlaylist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-3
/
+1
*
storedPlaylist: remove the needless StoredPlaylist struct and just use List
Eric Wong
2008-01-01
1
-74
/
+51
*
storedPlaylist: cleanup API and avoid needless heap allocations + error checks
Eric Wong
2008-01-01
1
-93
/
+56
*
storedPlaylist: cleanup load function
Eric Wong
2008-01-01
1
-72
/
+16
*
playlist: avoid the use of newStoredPlaylist for saving active playlists
Eric Wong
2008-01-01
1
-23
/
+0
*
Make utf8_to_fs_playlist_path universally accessible
Eric Wong
2008-01-01
1
-11
/
+0
*
storedPlaylist: fix compile warning (last-second internal API change)
Eric Wong
2008-01-01
1
-2
/
+0
*
Revert r7111 and begin to properly fix storedPlaylist code
Eric Wong
2008-01-01
1
-85
/
+72
*
Merge branches/ew r7104
Eric Wong
2007-12-28
1
-23
/
+34
*
Changing calls to strdup to xstrdup.
J. Alexander Treuman
2007-05-26
1
-2
/
+2
*
Make sure StoredPlaylists always contain UTF-8 paths that are either
J. Alexander Treuman
2007-05-26
1
-20
/
+37
*
More formatting/error message cleanups in storedPlaylist.c.
J. Alexander Treuman
2007-05-26
1
-50
/
+18
*
Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causes
J. Alexander Treuman
2007-05-26
1
-2
/
+0
*
Cleaning up formatting and error messages in storedPlaylist.c.
J. Alexander Treuman
2007-05-25
1
-63
/
+25
*
Adding rename command, for renaming stored playlists.
J. Alexander Treuman
2007-05-24
1
-0
/
+65
*
Cleaning up error messages in storedPlaylist.c.
J. Alexander Treuman
2007-05-24
1
-28
/
+42
*
Fail loading the playlist on errors mid-file. The same code is used for
J. Alexander Treuman
2007-05-16
1
-0
/
+4
*
Committing pat's rewrite of the stored playlist code. This also adds two
J. Alexander Treuman
2007-05-16
1
-0
/
+473