aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11update: never pass root path to updatePath()Max Kellermann1-6/+1
2008-10-11update: merged addDirectoryPathToDB() into addParentPathToDB()Max Kellermann1-23/+3
2008-10-11update: make addDirectoryPathToDB() non-recursiveMax Kellermann1-11/+13
2008-10-11update: delete directory after failed updateMax Kellermann1-1/+8
2008-10-11update: moved code to directory_make_child_checked()Max Kellermann1-22/+25
2008-10-11update: clear root after errorMax Kellermann1-0/+1
2008-10-11update: locked delete after update errorMax Kellermann1-1/+37
2008-10-11dirvec: added dirvec_clear()Max Kellermann1-0/+5
2008-10-11update: removed addToDirectory()Max Kellermann1-38/+10
2008-10-11directory: don't query database during loadMax Kellermann1-2/+1
2008-10-11directory: check the absolute path of a subdirectory while loadingMax Kellermann1-0/+4
2008-10-11directory: added inline wrappers for accessing childrenMax Kellermann3-7/+19
2008-10-11dirvec: constant pointers in dirvec_find()Max Kellermann2-2/+2
2008-10-11directory: moved dirvec struct declaration to dirvec.hMax Kellermann3-7/+7
2008-10-11diretory: moved code to directory_save.c, directory_print.cMax Kellermann8-116/+226
2008-10-11database: removed local variable bufferSizeMax Kellermann1-3/+2
2008-10-11database: simplify db_load()Max Kellermann1-47/+42
2008-10-11directory: fix update in root directoryMax Kellermann2-4/+3
2008-10-11directory: path must not be NULLMax Kellermann3-10/+10
2008-10-11directory: directory_get_path(NULL) is not allowedMax Kellermann1-3/+4
2008-10-11songvec: pass const pointersMax Kellermann2-2/+2
2008-10-11directory: eliminate CamelCaseMax Kellermann7-50/+50
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann12-62/+62
2008-10-11database: removed printDirectoryInfo()Max Kellermann3-12/+4
2008-10-11directory: moved code to database.cMax Kellermann15-335/+418
2008-10-11directory: converted isRootDirectory() to an inline functionMax Kellermann2-6/+10
2008-10-11song: use song_file_update() in song_file_load()Max Kellermann1-11/+1
2008-10-11song: song_file_update() returns booleanMax Kellermann2-5/+3
2008-10-11song: don't check song_is_file() in song_file_update()Max Kellermann1-24/+24
2008-10-11song: removed CamelCaseMax Kellermann7-45/+44
2008-10-11song: replaced all song constructorsMax Kellermann4-27/+46
2008-10-11playlist: simplified setPlaylistRandomStatus()Max Kellermann1-5/+1
2008-10-11CPP include cleanupMax Kellermann4-4/+3
2008-10-11song: converted typedef Song to struct songMax Kellermann15-90/+99
2008-10-11directory: converted typedef Directory to struct directoryMax Kellermann9-84/+89
2008-10-11update: merged exploreDirectory() into updateDirectory()Max Kellermann3-49/+15
2008-10-11directory: added directory_is_empty()Max Kellermann2-1/+6
2008-10-11directory: moved code to update.cMax Kellermann8-571/+629
2008-10-11dirvec: moved code to dirvec.cMax Kellermann3-62/+75
2008-10-11song: really make the song struct non-packedMax Kellermann1-1/+1
2008-10-11song: don't make the struct packedMax Kellermann2-2/+2
2008-10-07directory: fix return value in removeDeletedFromDirectoryEric Wong1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong3-11/+27
2008-10-07directory: use songvec_for_each for iteratorsEric Wong3-63/+56
2008-10-07dbUtils: more cleanupsEric Wong1-11/+3
2008-10-07song: Add song_print_url_xEric Wong2-0/+8
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2-22/+14
2008-10-07songvec: lock traversals for thread-safe updates/readsEric Wong1-10/+34
2008-10-06song: add print_song_info_x for iterators tha pass void *Eric Wong2-0/+8
2008-10-05songvec: add songvec_for_each iteratorEric Wong2-0/+15