aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* directory: moved code to database.cMax Kellermann2008-10-08
* directory: converted isRootDirectory() to an inline functionMax Kellermann2008-10-08
* song: don't allow calling song_get_url(NULL)Max Kellermann2008-10-08
* song: use song_file_update() in song_file_load()Max Kellermann2008-10-08
* song: song_file_update() returns boolMax Kellermann2008-10-08
* song: don't check song_is_file() in song_file_update()Max Kellermann2008-10-08
* song: removed CamelCaseMax Kellermann2008-10-08
* song: replaced all song constructorsMax Kellermann2008-10-08
* playlist: simplified setPlaylistRandomStatus()Max Kellermann2008-10-08
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* don't include os_compat.hMax Kellermann2008-10-08
* CPP include cleanupMax Kellermann2008-10-08
* notify: removed the "Notify" typedefMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-08
* update: merged exploreDirectory() into updateDirectory()Max Kellermann2008-10-08
* directory: added directory_is_empty()Max Kellermann2008-10-08
* directory: moved code to update.cMax Kellermann2008-10-08
* dirvec: moved code to dirvec.cMax Kellermann2008-10-08
* notify: loop while no signal is pendingMax Kellermann2008-10-08
* song: really make the song struct non-packedMax Kellermann2008-10-07
* directory: fix return value in removeDeletedFromDirectoryEric Wong2008-10-07
* directory: serialize song deletes from playlist during updateEric Wong2008-10-07
* directory: use songvec_for_each for iteratorsEric Wong2008-10-07
* song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann2008-10-07
* songvec: pass const pointersMax Kellermann2008-10-07
* dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-07
* songvec: lock traversals for thread-safe updates/readsEric Wong2008-10-07
* songvec: add songvec_for_each iteratorEric Wong2008-10-07
* song: replace printSong* with song_print_*Eric Wong2008-10-07
* Assert if we don't have song or song->url setEric Wong2008-10-07
* autotools: tidy up make distEric Wong2008-10-06
* song: stop storing song_typeEric Wong2008-10-06
* song: don't make the struct packedMax Kellermann2008-10-06
* song: use flex arrays to store song->urlEric Wong2008-10-06
* song: get rid of newNullSong()Eric Wong2008-10-06
* song: call freeJustSong if newSong failsEric Wong2008-10-06
* command: fix return statusEric Wong2008-10-06
* directory: reuse existing directory if found on updateEric Wong2008-10-06
* tag: merge clearMpdTag into tag_freeEric Wong2008-10-06
* command: get rid of specialized list handlersEric Wong2008-10-06
* directory: simplify list update handling logicEric Wong2008-10-06
* main_notify: define main_task so we can use it for assertionsEric Wong2008-10-06
* directory: streamline deletesEric Wong2008-10-06
* pcm_utils: 24 bit supportMax Kellermann2008-09-29
* pcm_utils: moved code to special 8/16 bit functionsMax Kellermann2008-09-29
* pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann2008-09-29
* audio_output: added method pause()Max Kellermann2008-09-29
* audio_output: added function audio_output_is_pending()Max Kellermann2008-09-29
* use C99 struct initializersMax Kellermann2008-09-29