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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
song: stat file in song_file_update(), don't use isMusic()
Max Kellermann
2008-10-13
1
-5
/
+8
*
song: song_get_url: fix "/" prefix for songs in music_root
Eric Wong
2008-10-13
1
-1
/
+1
*
directory: eliminate CamelCase
Max Kellermann
2008-10-08
1
-2
/
+2
*
song: don't allow calling song_get_url(NULL)
Max Kellermann
2008-10-08
1
-3
/
+1
*
song: use song_file_update() in song_file_load()
Max Kellermann
2008-10-08
1
-10
/
+3
*
song: song_file_update() returns bool
Max Kellermann
2008-10-08
1
-3
/
+3
*
song: don't check song_is_file() in song_file_update()
Max Kellermann
2008-10-08
1
-17
/
+16
*
song: removed CamelCase
Max Kellermann
2008-10-08
1
-10
/
+10
*
song: replaced all song constructors
Max Kellermann
2008-10-08
1
-21
/
+32
*
don't include os_compat.h
Max Kellermann
2008-10-08
1
-2
/
+0
*
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
1
-7
/
+11
*
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-08
1
-2
/
+2
*
directory: serialize song deletes from playlist during update
Eric Wong
2008-10-07
1
-6
/
+0
*
Assert if we don't have song or song->url set
Eric Wong
2008-10-07
1
-2
/
+8
*
song: stop storing song_type
Eric Wong
2008-10-06
1
-8
/
+5
*
song: don't make the struct packed
Max Kellermann
2008-10-06
1
-1
/
+1
*
song: use flex arrays to store song->url
Eric Wong
2008-10-06
1
-7
/
+15
*
song: get rid of newNullSong()
Eric Wong
2008-10-06
1
-13
/
+2
*
song: call freeJustSong if newSong fails
Eric Wong
2008-10-06
1
-1
/
+1
*
decoder: renamed plugin methods
Max Kellermann
2008-09-29
1
-2
/
+2
*
song: converted "type" to enum
Max Kellermann
2008-09-29
1
-1
/
+1
*
song: removed type SongList
Max Kellermann
2008-09-26
1
-36
/
+0
*
Replace SongList with struct songvec
Eric Wong
2008-09-23
1
-0
/
+1
*
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-07
1
-172
/
+1
*
tag: moved code to tag_print.c
Max Kellermann
2008-09-07
1
-0
/
+1
*
tag: fix segfault on update
Eric Wong
2008-09-06
1
-0
/
+1
*
tag: try not to reallocate tag.items in every add() call
Max Kellermann
2008-08-29
1
-4
/
+16
*
song: don't export newNullSong()
Max Kellermann
2008-08-29
1
-1
/
+1
*
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-29
1
-10
/
+10
*
assert song->url != NULL
Max Kellermann
2008-08-26
1
-0
/
+3
*
no camel case in struct decoder_plugin
Max Kellermann
2008-08-26
1
-2
/
+2
*
renamed inputPlugin.* to decoder_list.*
Max Kellermann
2008-08-26
1
-1
/
+1
*
renamed InputPlugin to struct decoder_plugin
Max Kellermann
2008-08-26
1
-2
/
+3
*
fix segmentation fault in song info parser
Max Kellermann
2008-03-26
1
-4
/
+5
*
eliminated duplicate initialization
Max Kellermann
2008-03-26
1
-7
/
+3
*
fix -Wconst warnings
Max Kellermann
2008-02-05
1
-2
/
+2
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-3
/
+1
*
song: updateSongInfo: left out charset conversion when going thread-safe
Eric Wong
2008-01-01
1
-2
/
+4
*
Merge branches/ew r7104
Eric Wong
2007-12-28
1
-44
/
+19
*
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
1
-8
/
+4
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
1
-3
/
+3
*
add support for: list file
Warren Dukes
2006-10-27
1
-2
/
+0
*
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-26
1
-5
/
+6
*
remove deprecated myfprintf wrapper
Eric Wong
2006-07-30
1
-4
/
+5
*
interface/connection malloc reductions from mpd-ke
Eric Wong
2006-07-30
1
-9
/
+9
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-121
/
+140
*
sparse: ANSI-fy function declarations
Eric Wong
2006-07-17
1
-2
/
+2
*
[CLEANUP] Remove unused code
Avuton Olrich
2006-07-15
1
-19
/
+7
*
Change shank's email address
J. Alexander Treuman
2006-07-14
1
-1
/
+1
[next]