index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
songvec.c
Age
Commit message (
Expand
)
Author
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-01-15
songvec: sort songs by disc and track number
Max Kellermann
2009-01-15
dirvec, songvec: sort using g_utf8_collate()
Max Kellermann
2009-01-03
songvec, dirvec: use GLib instead of utils.h
Max Kellermann
2008-12-28
songvec: migrate from pthread to glib threads
Thomas Jansen
2008-12-28
Remove xpthread_* wrappers
Thomas Jansen
2008-10-21
update: fix multiple deletes from *vec iterators
Eric Wong
2008-10-21
{dir,song}vec: these structs are const
Eric Wong
2008-10-14
{dir,song}vec: fix off-by-one errors in {dir,song}vec_delete
Eric Wong
2008-10-13
songvec: avoid holding nr_lock during free(3)
Eric Wong
2008-10-08
don't include os_compat.h
Max Kellermann
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
2008-10-07
songvec: pass const pointers
Max Kellermann
2008-10-07
songvec: lock traversals for thread-safe updates/reads
Eric Wong
2008-10-07
songvec: add songvec_for_each iterator
Eric Wong
2008-09-29
songvec: songvec_delete takes a const Song pointer
Eric Wong
2008-09-29
songvec_free => songvec_destroy
Eric Wong
2008-09-23
songvec: avoid free(NULL)
Eric Wong
2008-09-23
songvec: remove songvec_prune
Eric Wong
2008-09-23
Replace SongList with struct songvec
Eric Wong