aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update: merged addDirectoryPathToDB() into addParentPathToDB()Max Kellermann2008-10-111-23/+3
* update: make addDirectoryPathToDB() non-recursiveMax Kellermann2008-10-111-11/+13
* update: delete directory after failed updateMax Kellermann2008-10-111-1/+8
* update: moved code to directory_make_child_checked()Max Kellermann2008-10-111-22/+25
* update: clear root after errorMax Kellermann2008-10-111-0/+1
* update: locked delete after update errorMax Kellermann2008-10-111-1/+37
* update: removed addToDirectory()Max Kellermann2008-10-111-38/+10
* directory: added inline wrappers for accessing childrenMax Kellermann2008-10-111-6/+4
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-111-1/+0
* directory: fix update in root directoryMax Kellermann2008-10-111-1/+1
* directory: eliminate CamelCaseMax Kellermann2008-10-111-6/+6
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-111-7/+7
* directory: moved code to database.cMax Kellermann2008-10-111-1/+1
* song: song_file_update() returns booleanMax Kellermann2008-10-111-2/+2
* song: removed CamelCaseMax Kellermann2008-10-111-7/+7
* song: replaced all song constructorsMax Kellermann2008-10-111-1/+1
* song: converted typedef Song to struct songMax Kellermann2008-10-111-7/+7
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-111-20/+22
* update: merged exploreDirectory() into updateDirectory()Max Kellermann2008-10-111-47/+13
* directory: moved code to update.cMax Kellermann2008-10-111-0/+560