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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-11
song: use song_file_update() in song_file_load()
Max Kellermann
1
-11
/
+1
2008-10-11
song: song_file_update() returns boolean
Max Kellermann
1
-3
/
+1
2008-10-11
song: don't check song_is_file() in song_file_update()
Max Kellermann
1
-24
/
+24
2008-10-11
song: removed CamelCase
Max Kellermann
1
-18
/
+17
2008-10-11
song: replaced all song constructors
Max Kellermann
1
-22
/
+30
2008-10-11
song: converted typedef Song to struct song
Max Kellermann
1
-14
/
+14
2008-10-11
directory: converted typedef Directory to struct directory
Max Kellermann
1
-3
/
+3
2008-10-11
song: don't make the struct packed
Max Kellermann
1
-1
/
+1
2008-10-07
directory: serialize song deletes from playlist during update
Eric Wong
1
-6
/
+0
2008-10-07
song: Add song_print_url_x
Eric Wong
1
-0
/
+5
2008-10-06
song: add print_song_info_x for iterators tha pass void *
Eric Wong
1
-0
/
+5
2008-10-05
song: replace printSong* with song_print_*
Eric Wong
1
-10
/
+10
2008-10-05
Assert if we don't have song or song->url set
Eric Wong
1
-2
/
+8
2008-10-05
song: stop storing song_type
Eric Wong
1
-11
/
+6
2008-10-05
song: use flex arrays to store song->url
Eric Wong
1
-15
/
+19
2008-10-05
song: converted "type" to enum
Max Kellermann
1
-1
/
+1
2008-10-05
song: get rid of newNullSong()
Eric Wong
1
-15
/
+4
2008-10-05
song: call freeJustSong if newSong fails
Eric Wong
1
-1
/
+1
2008-10-04
song: better handling of existing songs when rereading DB
Eric Wong
1
-4
/
+13
2008-10-03
song: start avoiding race in updateSongInfo
Eric Wong
1
-9
/
+12
2008-10-03
song: start avoiding race in updateSongInfo
Eric Wong
1
-9
/
+12
2008-09-26
song: removed type SongList
Max Kellermann
1
-36
/
+0
2008-09-22
songvec: remove songvec_prune
Eric Wong
1
-2
/
+0
2008-09-20
Don't try to prune unless we're updating
Eric Wong
1
-1
/
+2
2008-09-20
Replace SongList with struct songvec
Eric Wong
1
-80
/
+23
2008-09-20
start using prefixcmp()
Eric Wong
1
-6
/
+5
2008-09-18
Move away from fprintf() when writing DB/state_file
Eric Wong
1
-7
/
+6
2008-09-03
tag: fix segfault on update
Eric Wong
1
-0
/
+1
2008-09-02
tag: try not to reallocate tag.items in every add() call
Max Kellermann
1
-4
/
+16
2008-09-02
song: don't export newNullSong()
Max Kellermann
1
-1
/
+1
2008-09-02
tag: renamed functions, no CamelCase
Max Kellermann
1
-10
/
+10
2008-08-30
assert song->url != NULL
Max Kellermann
1
-0
/
+3
2008-03-26
fix segmentation fault in song info parser
Max Kellermann
1
-4
/
+5
2008-03-26
eliminated duplicate initialization
Max Kellermann
1
-7
/
+3
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-2
/
+2
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-3
/
+1
2008-01-01
song: updateSongInfo: left out charset conversion when going thread-safe
Eric Wong
1
-2
/
+4
2007-12-28
Merge branches/ew r7104
Eric Wong
1
-44
/
+19
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
1
-8
/
+4
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
1
-3
/
+3
2006-10-27
add support for: list file
Warren Dukes
1
-2
/
+0
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-5
/
+6
2006-07-30
remove deprecated myfprintf wrapper
Eric Wong
1
-4
/
+5
2006-07-30
interface/connection malloc reductions from mpd-ke
Eric Wong
1
-9
/
+9
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-121
/
+140
2006-07-17
sparse: ANSI-fy function declarations
Eric Wong
1
-2
/
+2
2006-07-15
[CLEANUP] Remove unused code
Avuton Olrich
1
-19
/
+7
2006-07-14
Change shank's email address
J. Alexander Treuman
1
-1
/
+1
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
1
-1
/
+1
[next]