| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | update: never pass root path to updatePath() | Max Kellermann | 2008-10-11 | 1 | -6/+1 |
| * | update: merged addDirectoryPathToDB() into addParentPathToDB() | Max Kellermann | 2008-10-11 | 1 | -23/+3 |
| * | update: make addDirectoryPathToDB() non-recursive | Max Kellermann | 2008-10-11 | 1 | -11/+13 |
| * | update: delete directory after failed update | Max Kellermann | 2008-10-11 | 1 | -1/+8 |
| * | update: moved code to directory_make_child_checked() | Max Kellermann | 2008-10-11 | 1 | -22/+25 |
| * | update: clear root after error | Max Kellermann | 2008-10-11 | 1 | -0/+1 |
| * | update: locked delete after update error | Max Kellermann | 2008-10-11 | 1 | -1/+37 |
| * | dirvec: added dirvec_clear() | Max Kellermann | 2008-10-11 | 1 | -0/+5 |
| * | update: removed addToDirectory() | Max Kellermann | 2008-10-11 | 1 | -38/+10 |
| * | directory: don't query database during load | Max Kellermann | 2008-10-11 | 1 | -2/+1 |
| * | directory: check the absolute path of a subdirectory while loading | Max Kellermann | 2008-10-11 | 1 | -0/+4 |
| * | directory: added inline wrappers for accessing children | Max Kellermann | 2008-10-11 | 3 | -7/+19 |
| * | dirvec: constant pointers in dirvec_find() | Max Kellermann | 2008-10-11 | 2 | -2/+2 |
| * | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 2008-10-11 | 3 | -7/+7 |
| * | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 2008-10-11 | 8 | -116/+226 |
| * | database: removed local variable bufferSize | Max Kellermann | 2008-10-11 | 1 | -3/+2 |
| * | database: simplify db_load() | Max Kellermann | 2008-10-11 | 1 | -47/+42 |
| * | directory: fix update in root directory | Max Kellermann | 2008-10-11 | 2 | -4/+3 |
| * | directory: path must not be NULL | Max Kellermann | 2008-10-11 | 3 | -10/+10 |
| * | directory: directory_get_path(NULL) is not allowed | Max Kellermann | 2008-10-11 | 1 | -3/+4 |
| * | songvec: pass const pointers | Max Kellermann | 2008-10-11 | 2 | -2/+2 |
| * | directory: eliminate CamelCase | Max Kellermann | 2008-10-11 | 7 | -50/+50 |
| * | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-11 | 12 | -62/+62 |
| * | database: removed printDirectoryInfo() | Max Kellermann | 2008-10-11 | 3 | -12/+4 |
| * | directory: moved code to database.c | Max Kellermann | 2008-10-11 | 15 | -335/+418 |
| * | directory: converted isRootDirectory() to an inline function | Max Kellermann | 2008-10-11 | 2 | -6/+10 |
| * | song: use song_file_update() in song_file_load() | Max Kellermann | 2008-10-11 | 1 | -11/+1 |
| * | song: song_file_update() returns boolean | Max Kellermann | 2008-10-11 | 2 | -5/+3 |
| * | song: don't check song_is_file() in song_file_update() | Max Kellermann | 2008-10-11 | 1 | -24/+24 |
| * | song: removed CamelCase | Max Kellermann | 2008-10-11 | 7 | -45/+44 |
| * | song: replaced all song constructors | Max Kellermann | 2008-10-11 | 4 | -27/+46 |
| * | playlist: simplified setPlaylistRandomStatus() | Max Kellermann | 2008-10-11 | 1 | -5/+1 |
| * | CPP include cleanup | Max Kellermann | 2008-10-11 | 4 | -4/+3 |
| * | song: converted typedef Song to struct song | Max Kellermann | 2008-10-11 | 15 | -90/+99 |
| * | directory: converted typedef Directory to struct directory | Max Kellermann | 2008-10-11 | 9 | -84/+89 |
| * | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 2008-10-11 | 3 | -49/+15 |
| * | directory: added directory_is_empty() | Max Kellermann | 2008-10-11 | 2 | -1/+6 |
| * | directory: moved code to update.c | Max Kellermann | 2008-10-11 | 8 | -571/+629 |
| * | dirvec: moved code to dirvec.c | Max Kellermann | 2008-10-11 | 3 | -62/+75 |
| * | song: really make the song struct non-packed | Max Kellermann | 2008-10-11 | 1 | -1/+1 |
| * | song: don't make the struct packed | Max Kellermann | 2008-10-11 | 2 | -2/+2 |
* | | song: fix create-db with fs locale differ from latin1 and utf8 | Igor Vagulin | 2008-10-09 | 1 | -2/+4 |
* | | Fix error code for "Playlist already exists" | Qball Cow | 2008-10-09 | 1 | -2/+1 |
|/ |
|
* | directory: fix return value in removeDeletedFromDirectory | Eric Wong | 2008-10-07 | 1 | -1/+1 |
* | Merge branch 'ew/update-thrsafe' | Eric Wong | 2008-10-07 | 7 | -114/+167 |
|\ |
|
| * | directory: serialize song deletes from playlist during update | Eric Wong | 2008-10-07 | 3 | -11/+27 |
| * | directory: use songvec_for_each for iterators | Eric Wong | 2008-10-07 | 3 | -63/+56 |
| * | dbUtils: more cleanups | Eric Wong | 2008-10-07 | 1 | -11/+3 |
| * | song: Add song_print_url_x | Eric Wong | 2008-10-07 | 2 | -0/+8 |
| * | dbUtils/directory: traverseAllIn forEachSong returns -1 on error | Eric Wong | 2008-10-07 | 2 | -22/+14 |