| Commit message (Expand) | Author | Files | Lines |
2008-10-09 | update: fixed stack corruption due to pthread_join() call | Max Kellermann | 1 | -1/+3 |
2008-10-09 | updated: always call removeDeletedFromDirectory() | Max Kellermann | 1 | -3/+1 |
2008-10-09 | update: eliminated addSubDirectoryToDirectory() | Max Kellermann | 1 | -27/+8 |
2008-10-09 | update: make the "song" variable more local | Max Kellermann | 1 | -3/+2 |
2008-10-09 | update: do the recursive directory check only once | Max Kellermann | 1 | -8/+6 |
2008-10-09 | update: copy stat to new directory | Max Kellermann | 1 | -1/+3 |
2008-10-09 | update: avoid duplicate stat() calls | Max Kellermann | 1 | -27/+35 |
2008-10-09 | update: rewrote updatePath() using updateInDirectory() | Max Kellermann | 1 | -68/+21 |
2008-10-09 | update: don't export updateDirectory() | Max Kellermann | 4 | -14/+25 |
2008-10-09 | update: pass const pointer to addSubDirectoryToDirectory() | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: never pass root path to updatePath() | Max Kellermann | 1 | -6/+1 |
2008-10-09 | database: renamed get_get_song() to db_get_song() | Max Kellermann | 5 | -8/+8 |
2008-10-09 | update: don't sanitize the path again | Max Kellermann | 1 | -13/+3 |
2008-10-09 | update: merged addDirectoryPathToDB() into addParentPathToDB() | Max Kellermann | 1 | -25/+3 |
2008-10-09 | update: make addDirectoryPathToDB() non-recursive | Max Kellermann | 1 | -11/+15 |
2008-10-09 | update: delete directory after failed update | Max Kellermann | 1 | -1/+8 |
2008-10-09 | update: moved code to directory_make_child_checked() | Max Kellermann | 1 | -22/+25 |
2008-10-09 | update: clear root after error | Max Kellermann | 1 | -0/+1 |
2008-10-09 | update: locked delete after update error | Max Kellermann | 1 | -1/+40 |
2008-10-09 | dirvec: added dirvec_clear() | Max Kellermann | 1 | -0/+6 |
2008-10-09 | update: removed addToDirectory() | Max Kellermann | 1 | -39/+12 |
2008-10-09 | directory: don't query database during load | Max Kellermann | 1 | -2/+2 |
2008-10-09 | directory: check the absolute path of a subdirectory while loading | Max Kellermann | 1 | -0/+4 |
2008-10-09 | directory: added inline wrappers for accessing children | Max Kellermann | 3 | -7/+20 |
2008-10-09 | dirvec: constant pointers in dirvec_find() | Max Kellermann | 2 | -2/+2 |
2008-10-09 | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 6 | -10/+7 |
2008-10-09 | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 9 | -116/+214 |
2008-10-09 | database: removed local variable bufferSize | Max Kellermann | 1 | -3/+2 |
2008-10-09 | database: simplify db_load() | Max Kellermann | 1 | -47/+42 |
2008-10-09 | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 4 | -11/+4 |
2008-10-09 | pcm: fix const flac in pcm_convertSampleRate() | Max Kellermann | 1 | -1/+1 |
2008-10-09 | pcm: fixed software volume, broken by unsigned integer | Max Kellermann | 1 | -6/+3 |
2008-10-09 | Fix error code for "Playlist already exists" | Qball Cow | 1 | -1/+1 |
2008-10-08 | directory: fix update in root directory | Max Kellermann | 3 | -4/+4 |
2008-10-08 | update: fix deadlock in delete_song() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: include sys/types.h | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: path must not be NULL | Max Kellermann | 3 | -11/+9 |
2008-10-08 | directory: directory_get_path(NULL) is not allowed | Max Kellermann | 1 | -2/+8 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 9 | -58/+58 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 11 | -68/+79 |
2008-10-08 | database: removed printDirectoryInfo() | Max Kellermann | 3 | -14/+5 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 13 | -336/+425 |
2008-10-08 | directory: converted isRootDirectory() to an inline function | Max Kellermann | 2 | -6/+10 |
2008-10-08 | song: don't allow calling song_get_url(NULL) | Max Kellermann | 2 | -7/+2 |
2008-10-08 | song: use song_file_update() in song_file_load() | Max Kellermann | 1 | -10/+3 |
2008-10-08 | song: song_file_update() returns bool | Max Kellermann | 3 | -6/+6 |
2008-10-08 | song: don't check song_is_file() in song_file_update() | Max Kellermann | 1 | -17/+16 |
2008-10-08 | song: removed CamelCase | Max Kellermann | 13 | -58/+59 |
2008-10-08 | song: replaced all song constructors | Max Kellermann | 5 | -28/+49 |
2008-10-08 | playlist: simplified setPlaylistRandomStatus() | Max Kellermann | 1 | -16/+15 |