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
/
stored_playlist.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-12-23
stored_playlist: remove database lookups from spl_load()
Max Kellermann
1
-7
/
+1
2010-12-23
stored_playlist: ignore empty lines
Max Kellermann
1
-1
/
+1
2010-12-23
stored_playlist: use the text_file library to read lines
Max Kellermann
1
-6
/
+4
2010-07-25
database, ...: remove EINTR checks after stdio calls
Max Kellermann
1
-10
/
+10
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-08
mapper: apply filesystem_charset to playlists
Max Kellermann
1
-6
/
+21
2009-12-08
command: verify playlist name in the "rm" command
Max Kellermann
1
-0
/
+3
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-04-24
stored_playlist: don't close NULL file on error
Max Kellermann
1
-5
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-25
ls: moved generic URI utilities to uri.c
Max Kellermann
1
-1
/
+1
2009-01-25
playlist: moved is_valid_playlist_name() to stored_playlist.c
Max Kellermann
1
-5
/
+23
2009-01-25
stored_playlist: moved configuration variables from playlist.c
Max Kellermann
1
-0
/
+15
2009-01-25
mapper: added dot to PLAYLIST_FILE_SUFFIX
Max Kellermann
1
-7
/
+4
2009-01-18
mapper: make the playlist directory optional
Max Kellermann
1
-1
/
+18
2009-01-08
path: allocate buffer in fs_charset conversion functions
Max Kellermann
1
-3
/
+3
2009-01-04
path: removed pfx_dir()
Max Kellermann
1
-6
/
+4
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
1
-4
/
+4
2009-01-04
mapper: allocate the result of map_fs_to_utf8()
Max Kellermann
1
-2
/
+3
2009-01-04
playlist: use uri_has_scheme() instead of isRemoteUrl()
Max Kellermann
1
-12
/
+11
2009-01-02
playlist: use GLib instead of utils.h
Max Kellermann
1
-2
/
+2
2009-01-01
playlist: use g_file_test() instead of stat()
Max Kellermann
1
-4
/
+2
2009-01-01
mapper: allocate playlist path from heap
Max Kellermann
1
-28
/
+41
2008-12-29
removed os_compat.h
Max Kellermann
1
-1
/
+7
2008-12-28
utils: removed myFgets()
Max Kellermann
1
-1
/
+3
2008-12-24
stored_playlist: fix integer overflow in length estimation
Max Kellermann
1
-1
/
+1
2008-12-16
ls: removed isValidRemoteUtf8Url()
Max Kellermann
1
-2
/
+2
2008-10-31
path: moved playlist_dir to mapper.c
Max Kellermann
1
-17
/
+24
2008-10-26
stored_playlist: fixed signed comparison warning
Max Kellermann
1
-1
/
+1
2008-10-23
stored_playlist: emit idle event on delete
Max Kellermann
1
-0
/
+1
2008-10-23
stored_playlist: renamed and moved spl_delete() to stored_playlist.c
Max Kellermann
1
-0
/
+15
2008-10-23
stored_playlist: spl_load() returns GPtrArray
Max Kellermann
1
-128
/
+62
2008-10-23
stored_playlist: unsigned index arguments
Max Kellermann
1
-4
/
+4
2008-10-22
stored_playlist: added spl_list()
Max Kellermann
1
-0
/
+79
2008-10-22
stored_playlist: spl_append_uri() returns enum playlist_result
Max Kellermann
1
-4
/
+3
2008-10-22
stored_playlist: de-CamelCase moved function
Max Kellermann
1
-1
/
+2
2008-10-22
stored_playlist: moved functions from playlist.c
Max Kellermann
1
-0
/
+22
2008-10-22
stored_playlist: no CamelCase
Max Kellermann
1
-19
/
+23
2008-10-22
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
1
-1
/
+1
2008-10-14
command: added command "idle"
Max Kellermann
1
-0
/
+11
2008-10-14
mapper: new song-to-filesystem mapper library
Max Kellermann
1
-9
/
+17
2008-10-14
playlist: moved code to playlist_save.c
Max Kellermann
1
-14
/
+3
2008-10-09
database: renamed get_get_song() to db_get_song()
Max Kellermann
1
-1
/
+1
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
1
-1
/
+1
2008-10-08
directory: moved code to database.c
Max Kellermann
1
-1
/
+1
2008-10-08
song: removed CamelCase
Max Kellermann
1
-2
/
+3
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-2
/
+3
2008-10-06
song: stop storing song_type
Eric Wong
1
-1
/
+1
2008-09-09
storedPlaylist: correctly expand path when writing
Eric Wong
1
-5
/
+6
2008-09-07
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
1
-94
/
+65
[next]