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
/
song_save.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
tag: added function tag_name_parse()
Max Kellermann
2009-11-04
1
-14
/
+1
*
song_save: explicitly parse the colon
Max Kellermann
2009-11-04
1
-18
/
+27
*
song_save: free song object on error
Max Kellermann
2009-11-01
1
-0
/
+4
*
song_save: load one song at a time
Max Kellermann
2009-11-01
1
-62
/
+11
*
database: use strcmp() instead of g_str_has_prefix()
Max Kellermann
2009-11-01
1
-2
/
+1
*
text_file: allocate line buffers dynamically
Max Kellermann
2009-11-01
1
-16
/
+15
*
song: renamed attribute "url" to "uri"
Max Kellermann
2009-10-13
1
-7
/
+6
*
song_save: use GError for error handling
Max Kellermann
2009-07-05
1
-5
/
+18
*
song_save: no CamelCase
Max Kellermann
2009-07-05
1
-11
/
+11
*
song_save: don't call tag_free(NULL)
Max Kellermann
2009-04-28
1
-1
/
+2
*
log: removed DEBUG() and FATAL()
Max Kellermann
2009-03-15
1
-3
/
+7
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
tag: no CamelCase
Max Kellermann
2009-02-27
1
-2
/
+2
*
song_save: don't fail on empty tag values
Max Kellermann
2009-01-14
1
-2
/
+2
*
song_save: return value pointer from matchesAnMpdTagItemKey()
Max Kellermann
2009-01-14
1
-8
/
+8
*
song_save: itemType is "enum tag_type", not "int"
Max Kellermann
2009-01-14
1
-2
/
+2
*
song_save: check for colon and space when loading a tag
Max Kellermann
2009-01-13
1
-2
/
+4
*
don't include utils.h when it isn't used
Max Kellermann
2009-01-03
1
-1
/
+2
*
utils: removed myFgets()
Max Kellermann
2008-12-28
1
-2
/
+4
*
directory: eliminate CamelCase
Max Kellermann
2008-10-08
1
-1
/
+1
*
song: removed CamelCase
Max Kellermann
2008-10-08
1
-5
/
+5
*
song: replaced all song constructors
Max Kellermann
2008-10-08
1
-2
/
+2
*
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
1
-5
/
+8
*
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-08
1
-1
/
+1
*
song: use songvec_for_each() in songvec_print() / songvec_save()
Max Kellermann
2008-10-07
1
-12
/
+11
*
song: stop storing song_type
Eric Wong
2008-10-06
1
-1
/
+1
*
song: use flex arrays to store song->url
Eric Wong
2008-10-06
1
-7
/
+3
*
song: get rid of newNullSong()
Eric Wong
2008-10-06
1
-1
/
+1
*
songvec: remove songvec_prune
Eric Wong
2008-09-23
1
-3
/
+0
*
Don't try to prune unless we're updating
Eric Wong
2008-09-23
1
-1
/
+2
*
Replace SongList with struct songvec
Eric Wong
2008-09-23
1
-54
/
+31
*
tag: added buffered versions of the tag_print.c code
Max Kellermann
2008-09-07
1
-3
/
+20
*
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-07
1
-0
/
+160