aboutsummaryrefslogtreecommitdiff
path: root/src/update.c
Commit message (Expand)AuthorAge
...
* path: removed pfx_dir()Max Kellermann2009-01-04
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* directory: added directory_is_root()Max Kellermann2009-01-04
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-04
* update: removed struct delete_dataMax Kellermann2009-01-04
* ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann2009-01-04
* update: moved code to update_regular_file()Max Kellermann2009-01-04
* update: moved code to directory_exists(), fix typoMax Kellermann2009-01-04
* update: don't check for symlinks on WIN32Max Kellermann2009-01-03
* event_pipe: moved variable "main_task" to main.cMax Kellermann2009-01-03
* update: use GLib instead of utils.hMax Kellermann2009-01-02
* mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann2009-01-02
* mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann2009-01-02
* update: use g_file_test() instead of stat()Max Kellermann2009-01-02
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-01
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-01
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-01
* update: use GLib loggingMax Kellermann2008-12-29
* removed os_compat.hMax Kellermann2008-12-29
* update: fixing empty filenames in archivesViliam Mateicka2008-12-29
* update & main_notify: migrate from pthread to glib threadsThomas Jansen2008-12-28
* disable archive API without pluginsMax Kellermann2008-12-27
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-27
|\
| * update: adding archive updating related codeViliam Mateicka2008-12-16
* | update: default to follow all symlinksAvuton Olrich2008-12-08
|/
* update: added options which control symlink behaviourRaphaƫl Rigo2008-11-28
* update: added update_global_init() and update_global_finish()Max Kellermann2008-11-27
* update.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* update: fixed shadow warning on "basename"Max Kellermann2008-11-22
* update: pass UTF-8 path to skip_symlink()Konstantin Sobolev2008-11-20
* update: check return valuesMax Kellermann2008-10-31
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-20
* update: don't skip hidden filesMax Kellermann2008-10-15
* command: added command "idle"Max Kellermann2008-10-14
* update: don't follow relative symlinksMax Kellermann2008-10-14
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-14
* update: always look up parent directory in updatePath()Max Kellermann2008-10-13
* update: pass base file name to updateInDirectory()Max Kellermann2008-10-13
* update: moved code to make_subdir()Max Kellermann2008-10-13
* update: added delete_name_in()Max Kellermann2008-10-13
* update: allow music_root updates to be queuedEric Wong2008-10-13
* update: replaced update_return with global "modified" flagMax Kellermann2008-10-09
* update: make the variable "progress" staticMax Kellermann2008-10-09
* update: don't print debug message when song was not modifiedMax Kellermann2008-10-09
* update: fix memory leak in directory_update_init()Max Kellermann2008-10-09
* update: make the job id unsignedMax Kellermann2008-10-09
* update: job ID must be positiveMax Kellermann2008-10-09
* update: check progress!=IDLE in reap_update_task()Max Kellermann2008-10-09
* update: fixed stack corruption due to pthread_join() callMax Kellermann2008-10-09
* updated: always call removeDeletedFromDirectory()Max Kellermann2008-10-09