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_update.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-01-01
input_stream: return allocated input_stream objects
Max Kellermann
1
-9
/
+8
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-31
decoder_plugin: added method stream_tag()
Max Kellermann
1
-0
/
+26
2009-12-31
song_update: use decoder_plugin_tag_dup()
Max Kellermann
1
-1
/
+1
2009-11-11
added missing config.h includes for extended LFS support
Max Kellermann
1
-0
/
+1
2009-11-07
decoder_list: pass previous plugin pointer to lookup functions
Max Kellermann
1
-2
/
+2
2009-10-20
mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...
Max Kellermann
1
-1
/
+1
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
1
-2
/
+2
2009-10-12
song: moved code to song_update.c
Max Kellermann
1
-56
/
+0
2009-07-06
song: initialize mtime in song_alloc()
Max Kellermann
1
-0
/
+1
2009-07-06
song: initialize mtime in song_alloc()
Max Kellermann
1
-0
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-28
tag: moved APE code to tag_ape.c
Max Kellermann
1
-0
/
+1
2009-02-25
ls: moved generic URI utilities to uri.c
Max Kellermann
1
-1
/
+1
2009-02-15
decoder_api: moved struct decoder_plugin to decoder_plugin.h
Max Kellermann
1
-1
/
+3
2009-01-23
song: include cleanup
Max Kellermann
1
-2
/
+0
2009-01-17
song: skip archive check for non-musicdir files
Max Kellermann
1
-1
/
+1
2009-01-17
moved fallback APE/ID3 tag loader to song.c
Max Kellermann
1
-0
/
+36
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
1
-6
/
+4
2009-01-04
directory: added directory_is_root()
Max Kellermann
1
-1
/
+1
2009-01-04
ls: renamed functions, no CamelCase
Max Kellermann
1
-2
/
+2
2009-01-04
ls: removed hasMusicSuffix() and get_archive_by_suffix()
Max Kellermann
1
-16
/
+31
2009-01-04
song: removed duplicate '\n' check
Max Kellermann
1
-5
/
+2
2009-01-03
song: use GLib instead of utils.h/log.h
Max Kellermann
1
-5
/
+5
2009-01-02
mapper: allocate the result of map_directory_child_fs(), map_song_fs()
Max Kellermann
1
-7
/
+9
2008-12-29
removed os_compat.h
Max Kellermann
1
-0
/
+5
2008-12-16
song: adding support for songs in archives
Viliam Mateicka
1
-1
/
+34
2008-11-01
decoder: return const decoder_plugin structs
Max Kellermann
1
-1
/
+1
2008-10-31
update: check return values
Max Kellermann
1
-5
/
+8
2008-10-15
song: check file type in song_file_update()
Max Kellermann
1
-1
/
+1
2008-10-15
playlist: added support for adding songs not in the music database
Max Kellermann
1
-2
/
+2
2008-10-14
mapper: new song-to-filesystem mapper library
Max Kellermann
1
-3
/
+2
2008-10-14
song: pass const song pointer to song_get_url()
Max Kellermann
1
-1
/
+1
2008-10-13
song: stat file in song_file_update(), don't use isMusic()
Max Kellermann
1
-5
/
+8
2008-10-13
song: song_get_url: fix "/" prefix for songs in music_root
Eric Wong
1
-1
/
+1
2008-10-08
directory: eliminate CamelCase
Max Kellermann
1
-2
/
+2
2008-10-08
song: don't allow calling song_get_url(NULL)
Max Kellermann
1
-3
/
+1
2008-10-08
song: use song_file_update() in song_file_load()
Max Kellermann
1
-10
/
+3
2008-10-08
song: song_file_update() returns bool
Max Kellermann
1
-3
/
+3
2008-10-08
song: don't check song_is_file() in song_file_update()
Max Kellermann
1
-17
/
+16
2008-10-08
song: removed CamelCase
Max Kellermann
1
-10
/
+10
2008-10-08
song: replaced all song constructors
Max Kellermann
1
-21
/
+32
2008-10-08
don't include os_compat.h
Max Kellermann
1
-2
/
+0
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-7
/
+11
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
1
-2
/
+2
2008-10-07
directory: serialize song deletes from playlist during update
Eric Wong
1
-6
/
+0
2008-10-07
Assert if we don't have song or song->url set
Eric Wong
1
-2
/
+8
2008-10-06
song: stop storing song_type
Eric Wong
1
-8
/
+5
2008-10-06
song: don't make the struct packed
Max Kellermann
1
-1
/
+1
2008-10-06
song: use flex arrays to store song->url
Eric Wong
1
-7
/
+15
[next]