summaryrefslogtreecommitdiff
path: root/src/update.c
AgeCommit message (Expand)Author
2013-01-02update: convert to C++Max Kellermann
2012-09-28main: use C++ compilerMax Kellermann
2012-08-08DatabaseGlue: add function db_is_simple()Max Kellermann
2012-06-13update_internal.h: split headerMax Kellermann
2012-02-12update_remove: add header update_remove.hMax Kellermann
2011-09-09database: return GError on failureMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-09-25eliminate g_error() usageThomas Jansen
2010-02-27update: log start/finish of the update threadMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-11added missing config.h includes for extended LFS supportMax Kellermann
2009-11-02update: removed unused variable "update_notify"Max Kellermann
2009-09-24command: added command "rescan"Max Kellermann
2009-09-24update: splitted update.c into several sourcesMax Kellermann
2009-09-24update: pass const string to update_enqueue()Max Kellermann
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann
2009-08-30Merged release 0.15.3 from branch 'v0.15.x'Max Kellermann
2009-08-19update: don't re-read unchanged container filesIgor Kuzmin
2009-08-15Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann
2009-08-14update: free temporary string in container scan (memleak)Max Kellermann
2009-08-14update: free empty path string (memleak)Max Kellermann
2009-07-28playlist: CamelCaseIsBadCourtney Cavin
2009-07-14playlist: no CamelCaseMax Kellermann
2009-07-05idle: added "update" eventMax Kellermann
2009-03-14Removed superfluous if statement in update.c:453Jochen Keil
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-10Cleaned up update_regular_file() method in update.cJochen Keil
2009-03-09Fix remove-flac-song-on-every-updateJochen Keil
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil
2009-03-09decoder_plugin: added method container_scan()Jochen Keil
2009-02-28update: use G_FILE_TEST_IS_REGULAR for archive filesMax Kellermann
2009-02-28update: don't update unchanged archiveMax Kellermann
2009-02-28directory: added "mtime" propertyMax Kellermann
2009-02-28update: moved code to update_archive_file()Max Kellermann
2009-02-27update: print error when opendir() failsMax Kellermann
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann
2009-02-12update: free deleted subdirectoriesMax Kellermann
2009-02-12update: recursively purge deleted directoriesMax Kellermann
2009-02-04update: check whether stickers are enabledMax Kellermann
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann
2009-01-25use g_free() instead of free()Max Kellermann
2009-01-19update: delete stickers of deleted songsMax Kellermann
2009-01-18mapper: make the music_directory optionalMax Kellermann
2009-01-08update: removed one more stack bufferMax Kellermann
2009-01-08path: allocate buffer in fs_charset conversion functionsMax Kellermann
2009-01-08update: include config.h, fix archive codeMax Kellermann
2009-01-08update: save the database even if it is emptyMax Kellermann
2009-01-04stats: added stats_update()Max Kellermann
2009-01-04update: use notify.h instead of condition.hMax Kellermann