aboutsummaryrefslogtreecommitdiffstats
path: root/src/dirvec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-0/+19
* dirvec, songvec: sort using g_utf8_collate()Max Kellermann2009-01-151-1/+1
* songvec, dirvec: use GLib instead of utils.hMax Kellermann2009-01-031-6/+5
* removed os_compat.hMax Kellermann2008-12-291-1/+3
* dirvec: migrate from pthread to glib threadsThomas Jansen2008-12-281-17/+29
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-281-0/+1
* dirvec: fixed GCC shadow warningMax Kellermann2008-10-261-4/+4
* update: fix multiple deletes from *vec iteratorsEric Wong2008-10-211-1/+5
* dirvec: introduce locking for all iteratorsEric Wong2008-10-211-6/+25
* {dir,song}vec: these structs are constEric Wong2008-10-211-1/+1
* dirvec: add dirvec_for_each iteratorEric Wong2008-10-211-0/+16
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-201-2/+8
* {dir,song}vec: fix off-by-one errors in {dir,song}vec_deleteEric Wong2008-10-141-3/+3
* dirvec: dirvec_find() compares basenameMax Kellermann2008-10-131-1/+4
* dirvec: constant pointers in dirvec_find()Max Kellermann2008-10-091-1/+1
* directory: eliminate CamelCaseMax Kellermann2008-10-081-1/+1
* don't include os_compat.hMax Kellermann2008-10-081-1/+2
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-081-8/+9
* dirvec: moved code to dirvec.cMax Kellermann2008-10-081-0/+69