summaryrefslogtreecommitdiff
path: root/src/songvec.c
AgeCommit message (Expand)Author
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-01-15songvec: sort songs by disc and track numberMax Kellermann
2009-01-15dirvec, songvec: sort using g_utf8_collate()Max Kellermann
2009-01-03songvec, dirvec: use GLib instead of utils.hMax Kellermann
2008-12-28songvec: migrate from pthread to glib threadsThomas Jansen
2008-12-28Remove xpthread_* wrappersThomas Jansen
2008-10-21update: fix multiple deletes from *vec iteratorsEric Wong
2008-10-21{dir,song}vec: these structs are constEric Wong
2008-10-14{dir,song}vec: fix off-by-one errors in {dir,song}vec_deleteEric Wong
2008-10-13songvec: avoid holding nr_lock during free(3)Eric Wong
2008-10-08don't include os_compat.hMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-07songvec: pass const pointersMax Kellermann
2008-10-07songvec: lock traversals for thread-safe updates/readsEric Wong
2008-10-07songvec: add songvec_for_each iteratorEric Wong
2008-09-29songvec: songvec_delete takes a const Song pointerEric Wong
2008-09-29songvec_free => songvec_destroyEric Wong
2008-09-23songvec: avoid free(NULL)Eric Wong
2008-09-23songvec: remove songvec_pruneEric Wong
2008-09-23Replace SongList with struct songvecEric Wong