aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-01-04update: refresh stats when database update is finishedMax Kellermann1-0/+5
2009-01-04update: splitted reap_update_task()Max Kellermann1-17/+30
2009-01-04initialize GError pointersMax Kellermann1-1/+1
2009-01-04path: removed pfx_dir()Max Kellermann1-6/+6
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-2/+4
2009-01-04directory: added directory_is_root()Max Kellermann1-1/+1
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann1-1/+1
2009-01-04update: removed struct delete_dataMax Kellermann1-9/+3
2009-01-04ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann1-2/+8
2009-01-04update: moved code to update_regular_file()Max Kellermann1-26/+35
2009-01-04update: moved code to directory_exists(), fix typoMax Kellermann1-9/+18
2009-01-03update: don't check for symlinks on WIN32Max Kellermann1-0/+15
2009-01-03event_pipe: moved variable "main_task" to main.cMax Kellermann1-0/+1
2009-01-02update: use GLib instead of utils.hMax Kellermann1-4/+5
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann1-14/+18
2009-01-02mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann1-10/+18
2009-01-02update: use g_file_test() instead of stat()Max Kellermann1-3/+2
2009-01-01event_pipe: added pipe_event enum and callbacksMax Kellermann1-3/+6
2009-01-01event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann1-2/+2
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann1-1/+1
2008-12-29update: use GLib loggingMax Kellermann1-18/+21
2008-12-29removed os_compat.hMax Kellermann1-0/+7
2008-12-29update: fixing empty filenames in archivesViliam Mateicka1-0/+4
2008-12-28update & main_notify: migrate from pthread to glib threadsThomas Jansen1-10/+11
2008-12-27disable archive API without pluginsMax Kellermann1-0/+7