aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed superfluous if statement in update.c:453Jochen Keil2009-03-141-28/+22
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* Cleaned up update_regular_file() method in update.cJochen Keil2009-03-101-83/+88
* Fix remove-flac-song-on-every-updateJochen Keil2009-03-091-7/+7
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-091-1/+1
* decoder_plugin: added method container_scan()Jochen Keil2009-03-091-18/+94
* update: use G_FILE_TEST_IS_REGULAR for archive filesMax Kellermann2009-02-281-1/+6
* update: don't update unchanged archiveMax Kellermann2009-02-281-1/+6
* directory: added "mtime" propertyMax Kellermann2009-02-281-1/+7
* update: moved code to update_archive_file()Max Kellermann2009-02-281-31/+50
* update: print error when opendir() failsMax Kellermann2009-02-271-2/+7
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
* update: free deleted subdirectoriesMax Kellermann2009-02-121-2/+6
* update: recursively purge deleted directoriesMax Kellermann2009-02-121-1/+1
* update: check whether stickers are enabledMax Kellermann2009-02-041-1/+3
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-2/+2
* use g_free() instead of free()Max Kellermann2009-01-251-4/+3
* update: delete stickers of deleted songsMax Kellermann2009-01-191-0/+9
* mapper: make the music_directory optionalMax Kellermann2009-01-181-0/+3
* update: removed one more stack bufferMax Kellermann2009-01-081-4/+2
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-081-2/+6
* update: include config.h, fix archive codeMax Kellermann2009-01-081-6/+9
* update: save the database even if it is emptyMax Kellermann2009-01-081-1/+2
* stats: added stats_update()Max Kellermann2009-01-041-3/+1
* update: use notify.h instead of condition.hMax Kellermann2009-01-041-12/+10
* update: refresh stats when database update is finishedMax Kellermann2009-01-041-0/+5
* update: splitted reap_update_task()Max Kellermann2009-01-041-17/+30
* initialize GError pointersMax Kellermann2009-01-041-1/+1
* path: removed pfx_dir()Max Kellermann2009-01-041-6/+6
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-2/+4
* directory: added directory_is_root()Max Kellermann2009-01-041-1/+1
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-041-1/+1
* update: removed struct delete_dataMax Kellermann2009-01-041-9/+3
* ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann2009-01-041-2/+8
* update: moved code to update_regular_file()Max Kellermann2009-01-041-26/+35
* update: moved code to directory_exists(), fix typoMax Kellermann2009-01-041-9/+18
* update: don't check for symlinks on WIN32Max Kellermann2009-01-031-0/+15
* event_pipe: moved variable "main_task" to main.cMax Kellermann2009-01-031-0/+1
* update: use GLib instead of utils.hMax Kellermann2009-01-021-4/+5
* mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann2009-01-021-14/+18
* mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann2009-01-021-10/+18
* update: use g_file_test() instead of stat()Max Kellermann2009-01-021-3/+2
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-011-3/+6
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-011-2/+2
* 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