aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11directory: don't use identical struct and variable namesEric Wong1-54/+53
2008-10-11update: replaced update_return with global "modified" flagMax Kellermann1-68/+39
2008-10-11update: make the variable "progress" staticMax Kellermann1-1/+1
2008-10-11update: don't print debug message when song was not modifiedMax Kellermann1-4/+5
2008-10-11update: fix memory leak in directory_update_init()Max Kellermann1-1/+4
2008-10-11update: make the job id unsignedMax Kellermann1-5/+5
2008-10-11update: job ID must be positiveMax Kellermann1-2/+2
2008-10-11update: check progress!=IDLE in reap_update_task()Max Kellermann1-0/+3
2008-10-11update: fixed stack corruption due to pthread_join() callMax Kellermann1-1/+3
2008-10-11updated: always call removeDeletedFromDirectory()Max Kellermann1-3/+1
2008-10-11update: eliminated addSubDirectoryToDirectory()Max Kellermann1-27/+8
2008-10-11update: make the "song" variable more localMax Kellermann1-2/+1
2008-10-11update: do the recursive directory check only onceMax Kellermann1-9/+6
2008-10-11update: copy stat to new directoryMax Kellermann1-1/+3
2008-10-11update: avoid duplicate stat() callsMax Kellermann1-28/+38
2008-10-11update: rewrote updatePath() using updateInDirectory()Max Kellermann1-70/+19
2008-10-11update: don't export updateDirectory()Max Kellermann1-1/+9
2008-10-11update: pass const pointer to addSubDirectoryToDirectory()Max Kellermann1-1/+1
2008-10-11update: never pass root path to updatePath()Max Kellermann1-6/+1
2008-10-11update: merged addDirectoryPathToDB() into addParentPathToDB()Max Kellermann1-23/+3
2008-10-11update: make addDirectoryPathToDB() non-recursiveMax Kellermann1-11/+13
2008-10-11update: delete directory after failed updateMax Kellermann1-1/+8
2008-10-11update: moved code to directory_make_child_checked()Max Kellermann1-22/+25
2008-10-11update: clear root after errorMax Kellermann1-0/+1
2008-10-11update: locked delete after update errorMax Kellermann1-1/+37
2008-10-11update: removed addToDirectory()Max Kellermann1-38/+10
2008-10-11directory: added inline wrappers for accessing childrenMax Kellermann1-6/+4
2008-10-11directory: moved dirvec struct declaration to dirvec.hMax Kellermann1-1/+0
2008-10-11directory: fix update in root directoryMax Kellermann1-1/+1
2008-10-11directory: eliminate CamelCaseMax Kellermann1-6/+6
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-7/+7
2008-10-11directory: moved code to database.cMax Kellermann1-1/+1
2008-10-11song: song_file_update() returns booleanMax Kellermann1-2/+2
2008-10-11song: removed CamelCaseMax Kellermann1-7/+7
2008-10-11song: replaced all song constructorsMax Kellermann1-1/+1
2008-10-11song: converted typedef Song to struct songMax Kellermann1-7/+7
2008-10-11directory: converted typedef Directory to struct directoryMax Kellermann1-20/+22
2008-10-11update: merged exploreDirectory() into updateDirectory()Max Kellermann1-47/+13
2008-10-11directory: moved code to update.cMax Kellermann1-781/+245
2008-10-07directory: fix return value in removeDeletedFromDirectoryEric Wong1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong1-3/+27
2008-10-07directory: use songvec_for_each for iteratorsEric Wong1-30/+56
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong1-12/+9
2008-10-05Assert if we don't have song or song->url setEric Wong1-2/+2
2008-10-05song: stop storing song_typeEric Wong1-1/+1
2008-10-05song: use flex arrays to store song->urlEric Wong1-1/+1
2008-10-05directory: fix writeDirectoryDBEric Wong1-2/+4
2008-10-04directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-03directory: simplify list update handling logicEric Wong1-59/+61
2008-10-03directory: streamline deletesEric Wong1-17/+15