aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't include os_compat.hMax Kellermann2008-10-0862-38/+143
* CPP include cleanupMax Kellermann2008-10-085-8/+4
* notify: removed the "Notify" typedefMax Kellermann2008-10-087-19/+29
* song: converted typedef Song to struct songMax Kellermann2008-10-0826-118/+196
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-0811-87/+102
* update: merged exploreDirectory() into updateDirectory()Max Kellermann2008-10-083-49/+15
* directory: added directory_is_empty()Max Kellermann2008-10-082-1/+9
* directory: moved code to update.cMax Kellermann2008-10-088-586/+653
* dirvec: moved code to dirvec.cMax Kellermann2008-10-083-62/+75
* notify: loop while no signal is pendingMax Kellermann2008-10-081-2/+1
* song: really make the song struct non-packedMax Kellermann2008-10-071-1/+1
* directory: fix return value in removeDeletedFromDirectoryEric Wong2008-10-071-1/+1
* directory: serialize song deletes from playlist during updateEric Wong2008-10-073-11/+28
* directory: use songvec_for_each for iteratorsEric Wong2008-10-071-28/+30
* song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann2008-10-072-20/+19
* songvec: pass const pointersMax Kellermann2008-10-072-4/+10
* dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-072-14/+11
* songvec: lock traversals for thread-safe updates/readsEric Wong2008-10-071-10/+34
* songvec: add songvec_for_each iteratorEric Wong2008-10-072-0/+15
* song: replace printSong* with song_print_*Eric Wong2008-10-074-14/+14
* Assert if we don't have song or song->url setEric Wong2008-10-072-4/+10
* autotools: tidy up make distEric Wong2008-10-062-144/+1
* song: stop storing song_typeEric Wong2008-10-066-27/+22
* song: don't make the struct packedMax Kellermann2008-10-062-2/+2
* song: use flex arrays to store song->urlEric Wong2008-10-064-17/+25
* song: get rid of newNullSong()Eric Wong2008-10-063-16/+3
* song: call freeJustSong if newSong failsEric Wong2008-10-061-1/+1
* command: fix return statusEric Wong2008-10-061-17/+8
* directory: reuse existing directory if found on updateEric Wong2008-10-061-4/+9
* tag: merge clearMpdTag into tag_freeEric Wong2008-10-061-12/+2
* command: get rid of specialized list handlersEric Wong2008-10-061-88/+67
* directory: simplify list update handling logicEric Wong2008-10-063-111/+83
* main_notify: define main_task so we can use it for assertionsEric Wong2008-10-062-1/+6
* directory: streamline deletesEric Wong2008-10-061-17/+15
* pcm_utils: 24 bit supportMax Kellermann2008-09-291-0/+67
* pcm_utils: moved code to special 8/16 bit functionsMax Kellermann2008-09-291-72/+93
* pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann2008-09-293-22/+28
* audio_output: added method pause()Max Kellermann2008-09-299-2/+73
* audio_output: added function audio_output_is_pending()Max Kellermann2008-09-292-0/+11
* use C99 struct initializersMax Kellermann2008-09-2920-190/+141
* decoder: renamed plugin methodsMax Kellermann2008-09-295-62/+67
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-2911-82/+4
* song: converted "type" to enumMax Kellermann2008-09-292-5/+8
* removed union const_hackMax Kellermann2008-09-292-7/+4
* switch to C99 types, part IIMax Kellermann2008-09-2917-58/+82
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-2920-72/+437
* allow searching for albums with an empty tagEric Wong2008-09-292-1/+25
* command: don't clobber next list value when preparsingEric Wong2008-09-291-3/+6
* directory: isRootDirectory() is a one-linerEric Wong2008-09-291-4/+1
* directory: writeDirectoryInfo propagates errorsEric Wong2008-09-291-21/+19