| Commit message (Expand) | Author | Files | Lines |
2008-12-29 | update: use GLib logging | Max Kellermann | 1 | -18/+21 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -0/+7 |
2008-12-29 | update: fixing empty filenames in archives | Viliam Mateicka | 1 | -0/+4 |
2008-12-28 | update & main_notify: migrate from pthread to glib threads | Thomas Jansen | 1 | -10/+11 |
2008-12-27 | disable archive API without plugins | Max Kellermann | 1 | -0/+7 |
2008-12-16 | update: adding archive updating related code | Viliam Mateicka | 1 | -1/+64 |
2008-12-08 | update: default to follow all symlinks | Avuton Olrich | 1 | -1/+1 |
2008-11-28 | update: added options which control symlink behaviour | Raphaƫl Rigo | 1 | -7/+33 |
2008-11-27 | update: added update_global_init() and update_global_finish() | Max Kellermann | 1 | -0/+8 |
2008-11-24 | update.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -1/+1 |
2008-11-22 | update: fixed shadow warning on "basename" | Max Kellermann | 1 | -6/+6 |
2008-11-20 | update: pass UTF-8 path to skip_symlink() | Konstantin Sobolev | 1 | -3/+2 |
2008-10-31 | update: check return values | Max Kellermann | 1 | -2/+6 |
2008-10-20 | path: replaced mpd_basename() with g_path_get_basename() | Max Kellermann | 1 | -5/+16 |
2008-10-15 | update: don't skip hidden files | Max Kellermann | 1 | -3/+5 |
2008-10-14 | command: added command "idle" | Max Kellermann | 1 | -1/+4 |
2008-10-14 | update: don't follow relative symlinks | Max Kellermann | 1 | -1/+44 |
2008-10-14 | mapper: new song-to-filesystem mapper library | Max Kellermann | 1 | -23/+43 |
2008-10-13 | update: always look up parent directory in updatePath() | Max Kellermann | 1 | -20/+10 |
2008-10-13 | update: pass base file name to updateInDirectory() | Max Kellermann | 1 | -9/+24 |
2008-10-13 | update: moved code to make_subdir() | Max Kellermann | 1 | -4/+13 |
2008-10-13 | update: added delete_name_in() | Max Kellermann | 1 | -1/+18 |
2008-10-13 | update: allow music_root updates to be queued | Eric Wong | 1 | -3/+2 |
2008-10-09 | update: replaced update_return with global "modified" flag | Max Kellermann | 1 | -65/+41 |
2008-10-09 | update: make the variable "progress" static | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: don't print debug message when song was not modified | Max Kellermann | 1 | -4/+5 |
2008-10-09 | update: fix memory leak in directory_update_init() | Max Kellermann | 1 | -1/+4 |
2008-10-09 | update: make the job id unsigned | Max Kellermann | 1 | -5/+7 |
2008-10-09 | update: job ID must be positive | Max Kellermann | 1 | -2/+2 |
2008-10-09 | update: check progress!=IDLE in reap_update_task() | Max Kellermann | 1 | -0/+3 |
2008-10-09 | update: fixed stack corruption due to pthread_join() call | Max Kellermann | 1 | -1/+3 |
2008-10-09 | updated: always call removeDeletedFromDirectory() | Max Kellermann | 1 | -3/+1 |
2008-10-09 | update: eliminated addSubDirectoryToDirectory() | Max Kellermann | 1 | -27/+8 |
2008-10-09 | update: make the "song" variable more local | Max Kellermann | 1 | -3/+2 |
2008-10-09 | update: do the recursive directory check only once | Max Kellermann | 1 | -8/+6 |
2008-10-09 | update: copy stat to new directory | Max Kellermann | 1 | -1/+3 |
2008-10-09 | update: avoid duplicate stat() calls | Max Kellermann | 1 | -27/+35 |
2008-10-09 | update: rewrote updatePath() using updateInDirectory() | Max Kellermann | 1 | -68/+21 |
2008-10-09 | update: don't export updateDirectory() | Max Kellermann | 1 | -1/+10 |
2008-10-09 | update: pass const pointer to addSubDirectoryToDirectory() | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: never pass root path to updatePath() | Max Kellermann | 1 | -6/+1 |
2008-10-09 | database: renamed get_get_song() to db_get_song() | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: don't sanitize the path again | Max Kellermann | 1 | -13/+3 |
2008-10-09 | update: merged addDirectoryPathToDB() into addParentPathToDB() | Max Kellermann | 1 | -25/+3 |
2008-10-09 | update: make addDirectoryPathToDB() non-recursive | Max Kellermann | 1 | -11/+15 |
2008-10-09 | update: delete directory after failed update | Max Kellermann | 1 | -1/+8 |
2008-10-09 | update: moved code to directory_make_child_checked() | Max Kellermann | 1 | -22/+25 |
2008-10-09 | update: clear root after error | Max Kellermann | 1 | -0/+1 |
2008-10-09 | update: locked delete after update error | Max Kellermann | 1 | -1/+40 |
2008-10-09 | update: removed addToDirectory() | Max Kellermann | 1 | -39/+12 |