aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-08don't include os_compat.hMax Kellermann62-38/+143
2008-10-08CPP include cleanupMax Kellermann5-8/+4
2008-10-08notify: removed the "Notify" typedefMax Kellermann7-19/+29
2008-10-08song: converted typedef Song to struct songMax Kellermann26-118/+196
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann11-87/+102
2008-10-08update: merged exploreDirectory() into updateDirectory()Max Kellermann3-49/+15
2008-10-08directory: added directory_is_empty()Max Kellermann2-1/+9
2008-10-08directory: moved code to update.cMax Kellermann8-586/+653
2008-10-08dirvec: moved code to dirvec.cMax Kellermann3-62/+75
2008-10-08notify: loop while no signal is pendingMax Kellermann1-2/+1