aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_walk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update_walk: move code to update_archive.cMax Kellermann2012-06-131-135/+6
* update_internal.h: split headerMax Kellermann2012-06-131-1/+4
* update_walk: split update_regular_file()Max Kellermann2012-06-131-21/+58
* directory: require db lock for _{add,remove}_song()Max Kellermann2012-06-131-0/+8
* update_walk: add "pure" attributesMax Kellermann2012-06-131-0/+2
* update_walk: move code to make_directory_if_modified()Max Kellermann2012-06-131-21/+39
* update_walk: fix coding styleMax Kellermann2012-06-131-94/+67
* Merge branch 'v0.16.x'Max Kellermann2012-06-121-0/+1
|\
| * Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-121-0/+1
* | Merge branch 'v0.16.x'Max Kellermann2012-04-051-1/+5
|\|
| * update: properly skip symlinks in path that is to be updated.Anton Khirnov2012-04-041-1/+5
* | playlist_vector: require database lock for all functionsMax Kellermann2012-02-131-1/+6
* | playlist_vector: use the list_head libraryMax Kellermann2012-02-121-6/+3
* | update_walk: move code to update_db.cMax Kellermann2012-02-121-85/+4
* | update_walk: move code to update_io.cMax Kellermann2012-02-121-100/+1
* | update_walk: move code to update_song_file()Max Kellermann2012-02-121-59/+64
* | decoder_plugin: scan tags with callback tableMax Kellermann2012-02-111-1/+5
* | directory: require the caller to lock the db_mutexMax Kellermann2012-02-021-3/+65
* | update_walk: use directory_make_child()Max Kellermann2012-02-021-5/+2
* | directory: replace songvec with doubly linked listMax Kellermann2012-01-241-47/+28
* | directory: add function directory_get_song(), ...Max Kellermann2012-01-241-10/+8
* | directory: replace dirvec with doubly linked listMax Kellermann2012-01-241-17/+9
* | directory: simplify constructors and clarify API documentationMax Kellermann2012-01-241-51/+22
* | Merge branch 'v0.16.x'Max Kellermann2011-12-131-0/+2
|\|
| * update_walk: print debug message for song_file_load()Max Kellermann2011-12-131-0/+2
* | Merge branch 'v0.16.x'Max Kellermann2011-11-281-2/+2
|\|
| * directory: rename attribute "stat" to "have_stat"Max Kellermann2011-11-271-2/+2
| * directory: convert "stat" to a boolMax Kellermann2011-11-271-1/+1
* | Merge branch 'v0.16.x'Max Kellermann2011-07-201-2/+8
|\|
| * update_walk: apply follow_inside_symlinks to absolute symlinksMax Kellermann2011-07-201-2/+8
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-191-0/+7
|\|
| * update_walk: ignore parameter "mode" on WIN32Max Kellermann2011-03-181-0/+1
| * Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-161-0/+6
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* update_walk: explicitly check for permission problemsMax Kellermann2010-11-081-0/+33
* update_walk: update existing playlist entryMax Kellermann2010-09-071-1/+3
* update: store playlist files in databaseMax Kellermann2010-07-211-0/+31
* update_walk: don't check recursive symlinks on WIN32Max Kellermann2010-05-191-0/+8
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* archive_plugin: use GError in the open() methodMax Kellermann2009-12-161-2/+4
* archive_plugin: wrap method callsMax Kellermann2009-12-161-4/+4
* archive_api.h: moved struct archive_plugin to archive_plugin.hMax Kellermann2009-12-151-1/+1
* archive_list: don't include archive_api.hMax Kellermann2009-12-151-0/+1
* update: added missing config.h includesMax Kellermann2009-11-111-0/+5
* update_walk: log new container filesMax Kellermann2009-11-071-1/+4
* update_walk: log unrecognized filesMax Kellermann2009-11-051-2/+9
* Merge branch 'v0.15.x'Max Kellermann2009-10-311-1/+5
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-201-4/+3
* Merged release 0.15.5 from branch 'v0.15.x'Max Kellermann2009-10-181-6/+6
* update: obey .mpdignore filesMax Kellermann2009-10-161-2/+57