aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-04directory: added directory_is_root()Max Kellermann1-1/+1
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann1-1/+1
2009-01-04update: removed struct delete_dataMax Kellermann1-9/+3
2009-01-04ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann1-2/+8
2009-01-04update: moved code to update_regular_file()Max Kellermann1-26/+35
2009-01-04update: moved code to directory_exists(), fix typoMax Kellermann1-9/+18
2009-01-03update: don't check for symlinks on WIN32Max Kellermann1-0/+15
2009-01-03event_pipe: moved variable "main_task" to main.cMax Kellermann1-0/+1
2009-01-02update: use GLib instead of utils.hMax Kellermann1-4/+5
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann1-14/+18
2009-01-02mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann1-10/+18
2009-01-02update: use g_file_test() instead of stat()Max Kellermann1-3/+2
2009-01-01event_pipe: added pipe_event enum and callbacksMax Kellermann1-3/+6
2009-01-01event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann1-2/+2
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann1-1/+1
2008-12-29update: use GLib loggingMax Kellermann1-18/+21
2008-12-29removed os_compat.hMax Kellermann1-0/+7
2008-12-29update: fixing empty filenames in archivesViliam Mateicka1-0/+4
2008-12-28update & main_notify: migrate from pthread to glib threadsThomas Jansen1-10/+11
2008-12-27disable archive API without pluginsMax Kellermann1-0/+7
2008-12-16update: adding archive updating related codeViliam Mateicka1-1/+64
2008-12-08update: default to follow all symlinksAvuton Olrich1-1/+1
2008-11-28update: added options which control symlink behaviourRaphaƫl Rigo1-7/+33
2008-11-27update: added update_global_init() and update_global_finish()Max Kellermann1-0/+8
2008-11-24update.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+1
2008-11-22update: fixed shadow warning on "basename"Max Kellermann1-6/+6
2008-11-20update: pass UTF-8 path to skip_symlink()Konstantin Sobolev1-3/+2
2008-10-31update: check return valuesMax Kellermann1-2/+6
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann1-5/+16
2008-10-15update: don't skip hidden filesMax Kellermann1-3/+5
2008-10-14command: added command "idle"Max Kellermann1-1/+4
2008-10-14update: don't follow relative symlinksMax Kellermann1-1/+44
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann1-23/+43
2008-10-13update: always look up parent directory in updatePath()Max Kellermann1-20/+10
2008-10-13update: pass base file name to updateInDirectory()Max Kellermann1-9/+24
2008-10-13update: moved code to make_subdir()Max Kellermann1-4/+13
2008-10-13update: added delete_name_in()Max Kellermann1-1/+18
2008-10-13update: allow music_root updates to be queuedEric Wong1-3/+2
2008-10-09update: replaced update_return with global "modified" flagMax Kellermann1-65/+41
2008-10-09update: make the variable "progress" staticMax Kellermann1-1/+1
2008-10-09update: don't print debug message when song was not modifiedMax Kellermann1-4/+5
2008-10-09update: fix memory leak in directory_update_init()Max Kellermann1-1/+4
2008-10-09update: make the job id unsignedMax Kellermann1-5/+7
2008-10-09update: job ID must be positiveMax Kellermann1-2/+2
2008-10-09update: check progress!=IDLE in reap_update_task()Max Kellermann1-0/+3
2008-10-09update: fixed stack corruption due to pthread_join() callMax Kellermann1-1/+3
2008-10-09updated: always call removeDeletedFromDirectory()Max Kellermann1-3/+1
2008-10-09update: eliminated addSubDirectoryToDirectory()Max Kellermann1-27/+8
2008-10-09update: make the "song" variable more localMax Kellermann1-3/+2
2008-10-09update: do the recursive directory check only onceMax Kellermann1-8/+6