aboutsummaryrefslogtreecommitdiff
path: root/src/update.c
Commit message (Expand)AuthorAge
* update: don't skip hidden filesMax Kellermann2008-10-15
* command: added command "idle"Max Kellermann2008-10-14
* update: don't follow relative symlinksMax Kellermann2008-10-14
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-14
* update: always look up parent directory in updatePath()Max Kellermann2008-10-13
* update: pass base file name to updateInDirectory()Max Kellermann2008-10-13
* update: moved code to make_subdir()Max Kellermann2008-10-13
* update: added delete_name_in()Max Kellermann2008-10-13
* update: allow music_root updates to be queuedEric Wong2008-10-13
* update: replaced update_return with global "modified" flagMax Kellermann2008-10-09
* update: make the variable "progress" staticMax Kellermann2008-10-09
* update: don't print debug message when song was not modifiedMax Kellermann2008-10-09
* update: fix memory leak in directory_update_init()Max Kellermann2008-10-09
* update: make the job id unsignedMax Kellermann2008-10-09
* update: job ID must be positiveMax Kellermann2008-10-09
* update: check progress!=IDLE in reap_update_task()Max Kellermann2008-10-09
* update: fixed stack corruption due to pthread_join() callMax Kellermann2008-10-09
* updated: always call removeDeletedFromDirectory()Max Kellermann2008-10-09
* update: eliminated addSubDirectoryToDirectory()Max Kellermann2008-10-09
* update: make the "song" variable more localMax Kellermann2008-10-09
* update: do the recursive directory check only onceMax Kellermann2008-10-09
* update: copy stat to new directoryMax Kellermann2008-10-09
* update: avoid duplicate stat() callsMax Kellermann2008-10-09
* update: rewrote updatePath() using updateInDirectory()Max Kellermann2008-10-09
* update: don't export updateDirectory()Max Kellermann2008-10-09
* update: pass const pointer to addSubDirectoryToDirectory()Max Kellermann2008-10-09
* update: never pass root path to updatePath()Max Kellermann2008-10-09
* database: renamed get_get_song() to db_get_song()Max Kellermann2008-10-09
* update: don't sanitize the path againMax Kellermann2008-10-09
* update: merged addDirectoryPathToDB() into addParentPathToDB()Max Kellermann2008-10-09
* update: make addDirectoryPathToDB() non-recursiveMax Kellermann2008-10-09
* update: delete directory after failed updateMax Kellermann2008-10-09
* update: moved code to directory_make_child_checked()Max Kellermann2008-10-09
* update: clear root after errorMax Kellermann2008-10-09
* update: locked delete after update errorMax Kellermann2008-10-09
* update: removed addToDirectory()Max Kellermann2008-10-09
* directory: added inline wrappers for accessing childrenMax Kellermann2008-10-09
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-09
* directory: fix update in root directoryMax Kellermann2008-10-08
* update: fix deadlock in delete_song()Max Kellermann2008-10-08
* directory: eliminate CamelCaseMax Kellermann2008-10-08
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-08
* directory: moved code to database.cMax Kellermann2008-10-08
* song: song_file_update() returns boolMax Kellermann2008-10-08
* song: removed CamelCaseMax Kellermann2008-10-08
* song: replaced all song constructorsMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-08
* update: merged exploreDirectory() into updateDirectory()Max Kellermann2008-10-08
* directory: moved code to update.cMax Kellermann2008-10-08