aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-05song: replace printSong* with song_print_*Eric Wong5-24/+23
2008-10-05wavpack: remove C99 initializersEric Wong1-12/+16
2008-10-05dbUtils: remove C99 initializerEric Wong1-3/+2
2008-10-05Assert if we don't have song or song->url setEric Wong2-4/+10
2008-10-05autotools: tidy up make distEric Wong2-144/+2
2008-10-05song: stop storing song_typeEric Wong5-29/+22
2008-10-05song: use flex arrays to store song->urlEric Wong3-19/+24
2008-10-05song: converted "type" to enumMax Kellermann2-5/+8
2008-10-05song: get rid of newNullSong()Eric Wong1-15/+4
2008-10-05song: call freeJustSong if newSong failsEric Wong1-1/+1
2008-10-05playlist.h: fix build for folks that don't -DMPD_PATH_MAX=...Eric Wong1-0/+1
2008-10-05decode: fix build for folks that don't -DMPD_PATH_MAX=...Eric Wong1-0/+1
2008-10-05directory: fix writeDirectoryDBEric Wong1-2/+4