| Commit message (Expand) | Author | Files | Lines |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -0/+19 |
2009-01-15 | dirvec, songvec: sort using g_utf8_collate() | Max Kellermann | 1 | -1/+1 |
2009-01-03 | songvec, dirvec: use GLib instead of utils.h | Max Kellermann | 1 | -6/+5 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+3 |
2008-12-28 | dirvec: migrate from pthread to glib threads | Thomas Jansen | 1 | -17/+29 |
2008-12-28 | Include <pthread.h> where it is necessary only | Thomas Jansen | 1 | -0/+1 |
2008-10-26 | dirvec: fixed GCC shadow warning | Max Kellermann | 1 | -4/+4 |
2008-10-21 | update: fix multiple deletes from *vec iterators | Eric Wong | 1 | -1/+5 |
2008-10-21 | dirvec: introduce locking for all iterators | Eric Wong | 1 | -6/+25 |
2008-10-21 | {dir,song}vec: these structs are const | Eric Wong | 1 | -1/+1 |
2008-10-21 | dirvec: add dirvec_for_each iterator | Eric Wong | 1 | -0/+16 |
2008-10-20 | path: replaced mpd_basename() with g_path_get_basename() | Max Kellermann | 1 | -2/+8 |
2008-10-14 | {dir,song}vec: fix off-by-one errors in {dir,song}vec_delete | Eric Wong | 1 | -3/+3 |
2008-10-13 | dirvec: dirvec_find() compares basename | Max Kellermann | 1 | -1/+4 |
2008-10-09 | dirvec: constant pointers in dirvec_find() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -8/+9 |
2008-10-08 | dirvec: moved code to dirvec.c | Max Kellermann | 1 | -10/+6 |
2008-09-29 | directory: replace DirectoryList with dirvec | Eric Wong | 1 | -0/+73 |