aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11directory: don't use identical struct and variable namesEric Wong10-130/+128
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 Kellermann2-7/+7
2008-10-11update: job ID must be positiveMax Kellermann4-10/+8
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 Kellermann4-13/+20
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-11dirvec: added dirvec_clear()Max Kellermann1-0/+5
2008-10-11update: removed addToDirectory()Max Kellermann1-38/+10
2008-10-11directory: don't query database during loadMax Kellermann1-2/+1
2008-10-11directory: check the absolute path of a subdirectory while loadingMax Kellermann1-0/+4
2008-10-11directory: added inline wrappers for accessing childrenMax Kellermann3-7/+19
2008-10-11dirvec: constant pointers in dirvec_find()Max Kellermann2-2/+2
2008-10-11directory: moved dirvec struct declaration to dirvec.hMax Kellermann3-7/+7
2008-10-11diretory: moved code to directory_save.c, directory_print.cMax Kellermann8-116/+226
2008-10-11database: removed local variable bufferSizeMax Kellermann1-3/+2
2008-10-11database: simplify db_load()Max Kellermann1-47/+42
2008-10-11directory: fix update in root directoryMax Kellermann2-4/+3
2008-10-11directory: path must not be NULLMax Kellermann3-10/+10
2008-10-11directory: directory_get_path(NULL) is not allowedMax Kellermann1-3/+4
2008-10-11songvec: pass const pointersMax Kellermann2-2/+2
2008-10-11directory: eliminate CamelCaseMax Kellermann7-50/+50
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann12-62/+62
2008-10-11database: removed printDirectoryInfo()Max Kellermann3-12/+4
2008-10-11directory: moved code to database.cMax Kellermann15-335/+418
2008-10-11directory: converted isRootDirectory() to an inline functionMax Kellermann2-6/+10
2008-10-11song: use song_file_update() in song_file_load()Max Kellermann1-11/+1
2008-10-11song: song_file_update() returns booleanMax Kellermann2-5/+3
2008-10-11song: don't check song_is_file() in song_file_update()Max Kellermann1-24/+24
2008-10-11song: removed CamelCaseMax Kellermann7-45/+44
2008-10-11song: replaced all song constructorsMax Kellermann4-27/+46
2008-10-11playlist: simplified setPlaylistRandomStatus()Max Kellermann1-5/+1