aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-011-1/+1
* update: use GLib loggingMax Kellermann2008-12-291-18/+21
* removed os_compat.hMax Kellermann2008-12-291-0/+7
* update: fixing empty filenames in archivesViliam Mateicka2008-12-291-0/+4
* update & main_notify: migrate from pthread to glib threadsThomas Jansen2008-12-281-10/+11
* disable archive API without pluginsMax Kellermann2008-12-271-0/+7
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-271-1/+64
|\
| * update: adding archive updating related codeViliam Mateicka2008-12-161-1/+64
* | update: default to follow all symlinksAvuton Olrich2008-12-081-1/+1
|/
* update: added options which control symlink behaviourRaphaƫl Rigo2008-11-281-7/+33
* update: added update_global_init() and update_global_finish()Max Kellermann2008-11-271-0/+8
* update.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-1/+1
* update: fixed shadow warning on "basename"Max Kellermann2008-11-221-6/+6
* update: pass UTF-8 path to skip_symlink()Konstantin Sobolev2008-11-201-3/+2
* update: check return valuesMax Kellermann2008-10-311-2/+6
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-201-5/+16
* update: don't skip hidden filesMax Kellermann2008-10-151-3/+5
* command: added command "idle"Max Kellermann2008-10-141-1/+4
* update: don't follow relative symlinksMax Kellermann2008-10-141-1/+44
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-141-23/+43
* update: always look up parent directory in updatePath()Max Kellermann2008-10-131-20/+10
* update: pass base file name to updateInDirectory()Max Kellermann2008-10-131-9/+24
* update: moved code to make_subdir()Max Kellermann2008-10-131-4/+13
* update: added delete_name_in()Max Kellermann2008-10-131-1/+18
* update: allow music_root updates to be queuedEric Wong2008-10-131-3/+2
* update: replaced update_return with global "modified" flagMax Kellermann2008-10-091-65/+41
* update: make the variable "progress" staticMax Kellermann2008-10-091-1/+1
* update: don't print debug message when song was not modifiedMax Kellermann2008-10-091-4/+5
* update: fix memory leak in directory_update_init()Max Kellermann2008-10-091-1/+4
* update: make the job id unsignedMax Kellermann2008-10-091-5/+7
* update: job ID must be positiveMax Kellermann2008-10-091-2/+2
* update: check progress!=IDLE in reap_update_task()Max Kellermann2008-10-091-0/+3
* update: fixed stack corruption due to pthread_join() callMax Kellermann2008-10-091-1/+3
* updated: always call removeDeletedFromDirectory()Max Kellermann2008-10-091-3/+1
* update: eliminated addSubDirectoryToDirectory()Max Kellermann2008-10-091-27/+8
* update: make the "song" variable more localMax Kellermann2008-10-091-3/+2
* update: do the recursive directory check only onceMax Kellermann2008-10-091-8/+6
* update: copy stat to new directoryMax Kellermann2008-10-091-1/+3
* update: avoid duplicate stat() callsMax Kellermann2008-10-091-27/+35
* update: rewrote updatePath() using updateInDirectory()Max Kellermann2008-10-091-68/+21
* update: don't export updateDirectory()Max Kellermann2008-10-091-1/+10
* update: pass const pointer to addSubDirectoryToDirectory()Max Kellermann2008-10-091-1/+1
* update: never pass root path to updatePath()Max Kellermann2008-10-091-6/+1
* database: renamed get_get_song() to db_get_song()Max Kellermann2008-10-091-1/+1
* update: don't sanitize the path againMax Kellermann2008-10-091-13/+3
* update: merged addDirectoryPathToDB() into addParentPathToDB()Max Kellermann2008-10-091-25/+3
* update: make addDirectoryPathToDB() non-recursiveMax Kellermann2008-10-091-11/+15
* update: delete directory after failed updateMax Kellermann2008-10-091-1/+8
* update: moved code to directory_make_child_checked()Max Kellermann2008-10-091-22/+25
* update: clear root after errorMax Kellermann2008-10-091-0/+1