aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-10audio_format: unsigned integersMax Kellermann6-15/+15
2008-10-09update: replaced update_return with global "modified" flagMax Kellermann1-65/+41
2008-10-09update: make the variable "progress" staticMax Kellermann1-1/+1
2008-10-09update: don't print debug message when song was not modifiedMax Kellermann1-4/+5
2008-10-09update: fix memory leak in directory_update_init()Max Kellermann1-1/+4
2008-10-09update: make the job id unsignedMax Kellermann4-9/+13
2008-10-09update: job ID must be positiveMax Kellermann4-20/+16
2008-10-09update: check progress!=IDLE in reap_update_task()Max Kellermann1-0/+3
2008-10-09update: fixed stack corruption due to pthread_join() callMax Kellermann1-1/+3
2008-10-09updated: always call removeDeletedFromDirectory()Max Kellermann1-3/+1
2008-10-09update: eliminated addSubDirectoryToDirectory()Max Kellermann1-27/+8
2008-10-09update: make the "song" variable more localMax Kellermann1-3/+2
2008-10-09update: do the recursive directory check only onceMax Kellermann1-8/+6
2008-10-09update: copy stat to new directoryMax Kellermann1-1/+3
2008-10-09update: avoid duplicate stat() callsMax Kellermann1-27/+35
2008-10-09update: rewrote updatePath() using updateInDirectory()Max Kellermann1-68/+21
2008-10-09update: don't export updateDirectory()Max Kellermann4-14/+25
2008-10-09update: pass const pointer to addSubDirectoryToDirectory()Max Kellermann1-1/+1
2008-10-09update: never pass root path to updatePath()Max Kellermann1-6/+1
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann5-8/+8
2008-10-09update: don't sanitize the path againMax Kellermann1-13/+3
2008-10-09update: merged addDirectoryPathToDB() into addParentPathToDB()Max Kellermann1-25/+3
2008-10-09update: make addDirectoryPathToDB() non-recursiveMax Kellermann1-11/+15
2008-10-09update: delete directory after failed updateMax Kellermann1-1/+8
2008-10-09update: moved code to directory_make_child_checked()Max Kellermann1-22/+25
2008-10-09update: clear root after errorMax Kellermann1-0/+1
2008-10-09update: locked delete after update errorMax Kellermann1-1/+40
2008-10-09dirvec: added dirvec_clear()Max Kellermann1-0/+6
2008-10-09update: removed addToDirectory()Max Kellermann1-39/+12
2008-10-09directory: don't query database during loadMax Kellermann1-2/+2
2008-10-09directory: check the absolute path of a subdirectory while loadingMax Kellermann1-0/+4
2008-10-09directory: added inline wrappers for accessing childrenMax Kellermann3-7/+20
2008-10-09dirvec: constant pointers in dirvec_find()Max Kellermann2-2/+2
2008-10-09directory: moved dirvec struct declaration to dirvec.hMax Kellermann6-10/+7
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann9-116/+214
2008-10-09database: removed local variable bufferSizeMax Kellermann1-3/+2
2008-10-09database: simplify db_load()Max Kellermann1-47/+42
2008-10-09shout: removed DISABLED_SHOUT_ENCODER_PLUGINMax Kellermann4-11/+4
2008-10-09pcm: fix const flac in pcm_convertSampleRate()Max Kellermann1-1/+1
2008-10-09pcm: fixed software volume, broken by unsigned integerMax Kellermann1-6/+3
2008-10-09Fix error code for "Playlist already exists"Qball Cow1-1/+1
2008-10-08directory: fix update in root directoryMax Kellermann3-4/+4
2008-10-08update: fix deadlock in delete_song()Max Kellermann1-1/+1
2008-10-08directory: include sys/types.hMax Kellermann1-1/+1
2008-10-08directory: path must not be NULLMax Kellermann3-11/+9
2008-10-08directory: directory_get_path(NULL) is not allowedMax Kellermann1-2/+8
2008-10-08directory: eliminate CamelCaseMax Kellermann9-58/+58
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann11-68/+79
2008-10-08database: removed printDirectoryInfo()Max Kellermann3-14/+5
2008-10-08directory: moved code to database.cMax Kellermann13-336/+425