aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-08directory: moved code to update.cMax Kellermann8-586/+653
2008-10-08dirvec: moved code to dirvec.cMax Kellermann3-62/+75
2008-10-08notify: loop while no signal is pendingMax Kellermann1-2/+1
2008-10-07song: really make the song struct non-packedMax Kellermann1-1/+1
2008-10-07directory: fix return value in removeDeletedFromDirectoryEric Wong1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong3-11/+28
2008-10-07directory: use songvec_for_each for iteratorsEric Wong1-28/+30
2008-10-07song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann2-20/+19
2008-10-07songvec: pass const pointersMax Kellermann2-4/+10
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2-14/+11
2008-10-07songvec: lock traversals for thread-safe updates/readsEric Wong1-10/+34
2008-10-07songvec: add songvec_for_each iteratorEric Wong2-0/+15
2008-10-07song: replace printSong* with song_print_*Eric Wong4-14/+14
2008-10-07Assert if we don't have song or song->url setEric Wong2-4/+10
2008-10-06autotools: tidy up make distEric Wong2-144/+1
2008-10-06song: stop storing song_typeEric Wong6-27/+22
2008-10-06song: don't make the struct packedMax Kellermann2-2/+2
2008-10-06song: use flex arrays to store song->urlEric Wong4-17/+25
2008-10-06song: get rid of newNullSong()Eric Wong3-16/+3
2008-10-06song: call freeJustSong if newSong failsEric Wong1-1/+1
2008-10-06command: fix return statusEric Wong1-17/+8
2008-10-06directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-06tag: merge clearMpdTag into tag_freeEric Wong1-12/+2
2008-10-06command: get rid of specialized list handlersEric Wong1-88/+67
2008-10-06directory: simplify list update handling logicEric Wong3-111/+83
2008-10-06main_notify: define main_task so we can use it for assertionsEric Wong2-1/+6
2008-10-06directory: streamline deletesEric Wong1-17/+15
2008-09-29pcm_utils: 24 bit supportMax Kellermann1-0/+67
2008-09-29pcm_utils: moved code to special 8/16 bit functionsMax Kellermann1-72/+93
2008-09-29pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann3-22/+28
2008-09-29audio_output: added method pause()Max Kellermann9-2/+73
2008-09-29audio_output: added function audio_output_is_pending()Max Kellermann2-0/+11
2008-09-29use C99 struct initializersMax Kellermann20-190/+141
2008-09-29decoder: renamed plugin methodsMax Kellermann5-62/+67
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann11-82/+4
2008-09-29song: converted "type" to enumMax Kellermann2-5/+8
2008-09-29removed union const_hackMax Kellermann2-7/+4
2008-09-29switch to C99 types, part IIMax Kellermann17-58/+82
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong20-72/+437
2008-09-29allow searching for albums with an empty tagEric Wong2-1/+25
2008-09-29command: don't clobber next list value when preparsingEric Wong1-3/+6
2008-09-29directory: isRootDirectory() is a one-linerEric Wong1-4/+1
2008-09-29directory: writeDirectoryInfo propagates errorsEric Wong1-21/+19
2008-09-29directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong1-1/+1
2008-09-29directory: remove "Mp3" referencesEric Wong3-22/+22
2008-09-29playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2-2/+2
2008-09-29songvec: songvec_delete takes a const Song pointerEric Wong2-2/+2
2008-09-29directory: remove shortname arguments everywhereEric Wong1-80/+41
2008-09-29path: add mpd_basename() functionEric Wong2-0/+20
2008-09-29directory.h: remove directory_sigChldHandler declEric Wong1-2/+0