aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* update: locked delete after update errorMax Kellermann2008-10-091-1/+40
* update: removed addToDirectory()Max Kellermann2008-10-091-39/+12
* directory: added inline wrappers for accessing childrenMax Kellermann2008-10-091-6/+5
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-091-1/+0
* directory: fix update in root directoryMax Kellermann2008-10-081-1/+1
* update: fix deadlock in delete_song()Max Kellermann2008-10-081-1/+1
* directory: eliminate CamelCaseMax Kellermann2008-10-081-6/+6
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-7/+7
* directory: moved code to database.cMax Kellermann2008-10-081-0/+1
* song: song_file_update() returns boolMax Kellermann2008-10-081-2/+2
* song: removed CamelCaseMax Kellermann2008-10-081-7/+7
* song: replaced all song constructorsMax Kellermann2008-10-081-1/+1
* song: converted typedef Song to struct songMax Kellermann2008-10-081-7/+9
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-081-20/+27
* update: merged exploreDirectory() into updateDirectory()Max Kellermann2008-10-081-47/+13
* directory: moved code to update.cMax Kellermann2008-10-081-0/+571