aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-08directory: converted isRootDirectory() to an inline functionMax Kellermann2-6/+10
2008-10-08song: don't allow calling song_get_url(NULL)Max Kellermann2-7/+2
2008-10-08song: use song_file_update() in song_file_load()Max Kellermann1-10/+3
2008-10-08song: song_file_update() returns boolMax Kellermann3-6/+6
2008-10-08song: don't check song_is_file() in song_file_update()Max Kellermann1-17/+16
2008-10-08song: removed CamelCaseMax Kellermann13-58/+59
2008-10-08song: replaced all song constructorsMax Kellermann5-28/+49
2008-10-08playlist: simplified setPlaylistRandomStatus()Max Kellermann1-16/+15
2008-10-08use the "bool" data type instead of "int"Max Kellermann20-65/+74