summaryrefslogtreecommitdiff
path: root/src/update.c
AgeCommit message (Expand)Author
2009-10-27update: delete ignored symlinks from databaseMax Kellermann
2009-10-16update: fixed memory leak during container scanMax Kellermann
2009-10-16update: song_file_new() cannot failMax Kellermann
2009-08-19update: don't re-read unchanged container filesIgor Kuzmin
2009-08-14update: free temporary string in container scan (memleak)Max Kellermann
2009-08-14update: free empty path string (memleak)Max 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
2009-01-04update: refresh stats when database update is finishedMax Kellermann
2009-01-04update: splitted reap_update_task()Max Kellermann
2009-01-04initialize GError pointersMax Kellermann
2009-01-04path: removed pfx_dir()Max Kellermann
2009-01-04song: allocate the result of song_get_url()Max Kellermann
2009-01-04directory: added directory_is_root()Max Kellermann
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann
2009-01-04update: removed struct delete_dataMax Kellermann
2009-01-04ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann
2009-01-04update: moved code to update_regular_file()Max Kellermann
2009-01-04update: moved code to directory_exists(), fix typoMax Kellermann
2009-01-03update: don't check for symlinks on WIN32Max Kellermann
2009-01-03event_pipe: moved variable "main_task" to main.cMax Kellermann
2009-01-02update: use GLib instead of utils.hMax Kellermann
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann
2009-01-02mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann
2009-01-02update: use g_file_test() instead of stat()Max Kellermann
2009-01-01event_pipe: added pipe_event enum and callbacksMax Kellermann
2009-01-01event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann