aboutsummaryrefslogtreecommitdiffstats
path: root/src/dirvec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-0/+19
2009-01-15dirvec, songvec: sort using g_utf8_collate()Max Kellermann1-1/+1
2009-01-03songvec, dirvec: use GLib instead of utils.hMax Kellermann1-6/+5
2008-12-29removed os_compat.hMax Kellermann1-1/+3
2008-12-28dirvec: migrate from pthread to glib threadsThomas Jansen1-17/+29
2008-12-28Include <pthread.h> where it is necessary onlyThomas Jansen1-0/+1
2008-10-26dirvec: fixed GCC shadow warningMax Kellermann1-4/+4
2008-10-21update: fix multiple deletes from *vec iteratorsEric Wong1-1/+5
2008-10-21dirvec: introduce locking for all iteratorsEric Wong1-6/+25
2008-10-21{dir,song}vec: these structs are constEric Wong1-1/+1
2008-10-21dirvec: add dirvec_for_each iteratorEric Wong1-0/+16
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann1-2/+8
2008-10-14{dir,song}vec: fix off-by-one errors in {dir,song}vec_deleteEric Wong1-3/+3
2008-10-13dirvec: dirvec_find() compares basenameMax Kellermann1-1/+4
2008-10-09dirvec: constant pointers in dirvec_find()Max Kellermann1-1/+1
2008-10-08directory: eliminate CamelCaseMax Kellermann1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-1/+2
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-8/+9
2008-10-08dirvec: moved code to dirvec.cMax Kellermann1-10/+6
2008-09-29directory: replace DirectoryList with dirvecEric Wong1-0/+73