aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_walk.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-11-08update_walk: explicitly check for permission problemsMax Kellermann1-0/+33
2010-09-07update_walk: update existing playlist entryMax Kellermann1-1/+3
2010-07-21update: store playlist files in databaseMax Kellermann1-0/+31
2010-05-19update_walk: don't check recursive symlinks on WIN32Max Kellermann1-0/+8
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-16archive_plugin: use GError in the open() methodMax Kellermann1-2/+4
2009-12-16archive_plugin: wrap method callsMax Kellermann1-4/+4
2009-12-15archive_api.h: moved struct archive_plugin to archive_plugin.hMax Kellermann1-1/+1
2009-12-15archive_list: don't include archive_api.hMax Kellermann1-0/+1
2009-11-11update: added missing config.h includesMax Kellermann1-0/+5
2009-11-07update_walk: log new container filesMax Kellermann1-1/+4
2009-11-05update_walk: log unrecognized filesMax Kellermann1-2/+9
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-4/+3
2009-10-16update: obey .mpdignore filesMax Kellermann1-2/+57
2009-09-24command: added command "rescan"Max Kellermann1-5/+9
2009-09-24update: splitted update.c into several sourcesMax Kellermann1-190/+26
2009-09-24update: pass const string to update_enqueue()Max Kellermann1-7/+11
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann1-1/+1
2009-08-19update: don't re-read unchanged container filesIgor Kuzmin1-1/+2
2009-08-14update: free temporary string in container scan (memleak)Max Kellermann1-2/+6
2009-08-14update: free empty path string (memleak)Max Kellermann1-1/+2
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-1/+1
2009-07-14playlist: no CamelCaseMax Kellermann1-1/+1
2009-07-05idle: added "update" eventMax Kellermann1-0/+5
2009-03-14Removed superfluous if statement in update.c:453Jochen Keil1-28/+22
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-10Cleaned up update_regular_file() method in update.cJochen Keil1-83/+88
2009-03-09Fix remove-flac-song-on-every-updateJochen Keil1-7/+7
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil1-1/+1
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-18/+94
2009-02-28update: use G_FILE_TEST_IS_REGULAR for archive filesMax Kellermann1-1/+6
2009-02-28update: don't update unchanged archiveMax Kellermann1-1/+6
2009-02-28directory: added "mtime" propertyMax Kellermann1-1/+7
2009-02-28update: moved code to update_archive_file()Max Kellermann1-31/+50
2009-02-27update: print error when opendir() failsMax Kellermann1-2/+7
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-02-12update: free deleted subdirectoriesMax Kellermann1-2/+6
2009-02-12update: recursively purge deleted directoriesMax Kellermann1-1/+1
2009-02-04update: check whether stickers are enabledMax Kellermann1-1/+3
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-2/+2
2009-01-25use g_free() instead of free()Max Kellermann1-4/+3
2009-01-19update: delete stickers of deleted songsMax Kellermann1-0/+9
2009-01-18mapper: make the music_directory optionalMax Kellermann1-0/+3
2009-01-08update: removed one more stack bufferMax Kellermann1-4/+2
2009-01-08path: allocate buffer in fs_charset conversion functionsMax Kellermann1-2/+6
2009-01-08update: include config.h, fix archive codeMax Kellermann1-6/+9
2009-01-08update: save the database even if it is emptyMax Kellermann1-1/+2
2009-01-04stats: added stats_update()Max Kellermann1-3/+1
2009-01-04update: use notify.h instead of condition.hMax Kellermann1-12/+10