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
/
dirvec.c
Age
Commit message (
Expand
)
Author
2009-03-13
all: Update copyright header.
Avuton Olrich
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-29
removed os_compat.h
Max Kellermann
2008-12-28
dirvec: migrate from pthread to glib threads
Thomas Jansen
2008-12-28
Include <pthread.h> where it is necessary only
Thomas Jansen
2008-10-26
dirvec: fixed GCC shadow warning
Max Kellermann
2008-10-21
update: fix multiple deletes from *vec iterators
Eric Wong
2008-10-21
dirvec: introduce locking for all iterators
Eric Wong
2008-10-21
{dir,song}vec: these structs are const
Eric Wong
2008-10-21
dirvec: add dirvec_for_each iterator
Eric Wong
2008-10-20
path: replaced mpd_basename() with g_path_get_basename()
Max Kellermann
2008-10-14
{dir,song}vec: fix off-by-one errors in {dir,song}vec_delete
Eric Wong
2008-10-13
dirvec: dirvec_find() compares basename
Max Kellermann
2008-10-09
dirvec: constant pointers in dirvec_find()
Max Kellermann
2008-10-08
directory: eliminate CamelCase
Max Kellermann
2008-10-08
don't include os_compat.h
Max Kellermann
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-08
dirvec: moved code to dirvec.c
Max Kellermann