| Commit message (Expand) | Author | Files | Lines |
2008-10-11 | directory: don't use identical struct and variable names | Eric Wong | 1 | -54/+53 |
2008-10-11 | update: replaced update_return with global "modified" flag | Max Kellermann | 1 | -68/+39 |
2008-10-11 | update: make the variable "progress" static | Max Kellermann | 1 | -1/+1 |
2008-10-11 | update: don't print debug message when song was not modified | Max Kellermann | 1 | -4/+5 |
2008-10-11 | update: fix memory leak in directory_update_init() | Max Kellermann | 1 | -1/+4 |
2008-10-11 | update: make the job id unsigned | Max Kellermann | 1 | -5/+5 |
2008-10-11 | update: job ID must be positive | Max Kellermann | 1 | -2/+2 |
2008-10-11 | update: check progress!=IDLE in reap_update_task() | Max Kellermann | 1 | -0/+3 |
2008-10-11 | update: fixed stack corruption due to pthread_join() call | Max Kellermann | 1 | -1/+3 |
2008-10-11 | updated: always call removeDeletedFromDirectory() | Max Kellermann | 1 | -3/+1 |
2008-10-11 | update: eliminated addSubDirectoryToDirectory() | Max Kellermann | 1 | -27/+8 |
2008-10-11 | update: make the "song" variable more local | Max Kellermann | 1 | -2/+1 |
2008-10-11 | update: do the recursive directory check only once | Max Kellermann | 1 | -9/+6 |
2008-10-11 | update: copy stat to new directory | Max Kellermann | 1 | -1/+3 |
2008-10-11 | update: avoid duplicate stat() calls | Max Kellermann | 1 | -28/+38 |
2008-10-11 | update: rewrote updatePath() using updateInDirectory() | Max Kellermann | 1 | -70/+19 |
2008-10-11 | update: don't export updateDirectory() | Max Kellermann | 1 | -1/+9 |
2008-10-11 | update: pass const pointer to addSubDirectoryToDirectory() | Max Kellermann | 1 | -1/+1 |
2008-10-11 | update: never pass root path to updatePath() | Max Kellermann | 1 | -6/+1 |
2008-10-11 | update: merged addDirectoryPathToDB() into addParentPathToDB() | Max Kellermann | 1 | -23/+3 |
2008-10-11 | update: make addDirectoryPathToDB() non-recursive | Max Kellermann | 1 | -11/+13 |
2008-10-11 | update: delete directory after failed update | Max Kellermann | 1 | -1/+8 |
2008-10-11 | update: moved code to directory_make_child_checked() | Max Kellermann | 1 | -22/+25 |
2008-10-11 | update: clear root after error | Max Kellermann | 1 | -0/+1 |
2008-10-11 | update: locked delete after update error | Max Kellermann | 1 | -1/+37 |
2008-10-11 | update: removed addToDirectory() | Max Kellermann | 1 | -38/+10 |
2008-10-11 | directory: added inline wrappers for accessing children | Max Kellermann | 1 | -6/+4 |
2008-10-11 | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 1 | -1/+0 |
2008-10-11 | directory: fix update in root directory | Max Kellermann | 1 | -1/+1 |
2008-10-11 | directory: eliminate CamelCase | Max Kellermann | 1 | -6/+6 |
2008-10-11 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -7/+7 |
2008-10-11 | directory: moved code to database.c | Max Kellermann | 1 | -1/+1 |
2008-10-11 | song: song_file_update() returns boolean | Max Kellermann | 1 | -2/+2 |
2008-10-11 | song: removed CamelCase | Max Kellermann | 1 | -7/+7 |
2008-10-11 | song: replaced all song constructors | Max Kellermann | 1 | -1/+1 |
2008-10-11 | song: converted typedef Song to struct song | Max Kellermann | 1 | -7/+7 |
2008-10-11 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -20/+22 |
2008-10-11 | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 1 | -47/+13 |
2008-10-11 | directory: moved code to update.c | Max Kellermann | 1 | -781/+245 |
2008-10-07 | directory: fix return value in removeDeletedFromDirectory | Eric Wong | 1 | -1/+1 |
2008-10-07 | directory: serialize song deletes from playlist during update | Eric Wong | 1 | -3/+27 |
2008-10-07 | directory: use songvec_for_each for iterators | Eric Wong | 1 | -30/+56 |
2008-10-07 | dbUtils/directory: traverseAllIn forEachSong returns -1 on error | Eric Wong | 1 | -12/+9 |
2008-10-05 | Assert if we don't have song or song->url set | Eric Wong | 1 | -2/+2 |
2008-10-05 | song: stop storing song_type | Eric Wong | 1 | -1/+1 |
2008-10-05 | song: use flex arrays to store song->url | Eric Wong | 1 | -1/+1 |
2008-10-05 | directory: fix writeDirectoryDB | Eric Wong | 1 | -2/+4 |
2008-10-04 | directory: reuse existing directory if found on update | Eric Wong | 1 | -4/+9 |
2008-10-03 | directory: simplify list update handling logic | Eric Wong | 1 | -59/+61 |
2008-10-03 | directory: streamline deletes | Eric Wong | 1 | -17/+15 |