aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-05command: fix return statusEric Wong1-16/+6
2008-10-04playlist: fix "currentsong" at end-of-playlistEric Wong1-4/+11
2008-10-04directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-04song: better handling of existing songs when rereading DBEric Wong1-4/+13
2008-10-03tag: merge clearMpdTag into tag_freeEric Wong1-12/+2
2008-10-03song: start avoiding race in updateSongInfoEric Wong1-9/+12
2008-10-03command: get rid of specialized list handlersEric Wong1-106/+67
2008-10-03directory: simplify list update handling logicEric Wong3-100/+71
2008-10-03main_notify: define main_task so we can use it for assertionsEric Wong2-0/+7
2008-10-03directory: streamline deletesEric Wong1-17/+15
2008-10-03song: start avoiding race in updateSongInfoEric Wong1-9/+12
2008-10-03playlist: small lines of code reductionEric Wong1-96/+47
2008-10-02Revert "Start using song pointers in core data structures"Eric Wong8-49/+44
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong31-132/+150
2008-09-29allow searching for albums with an empty tagEric Wong2-1/+25
2008-09-29directory: remove redundant sanitizePathDupEric Wong1-15/+7
2008-09-29update: move path sanitation up the stack to avoid extra copiesEric Wong3-30/+58
2008-09-29command: don't clobber next list value when preparsingEric Wong1-3/+6
2008-09-29flac: removed FlacData.chunk_lengthMax Kellermann4-9/+3
2008-09-29flac: merged flacSendChunk() into flac_common_write()Max Kellermann1-11/+6
2008-09-29flac: removed generic sample size supportMax Kellermann1-31/+27
2008-09-29flac: added special functions for 8 and 32 bitMax Kellermann1-0/+37
2008-09-29flac: added optimized converter for 16 bitMax Kellermann1-0/+17
2008-09-29flac: use signed integers in flac_convert_stereo16()Max Kellermann1-6/+4
2008-09-29flac: moved code from flacWrite() to _flac_common.cMax Kellermann4-120/+90
2008-09-29flac: assume the buffer is empty in flacWrite() IIMax Kellermann1-6/+2
2008-09-29pcm_utils: added pcm_range()Max Kellermann1-10/+18
2008-09-29pcm_utils: added inline function pcm_dither()Max Kellermann1-8/+10
2008-09-28clean up updateInit calling and error handlingEric Wong3-13/+22
2008-09-28directory: isRootDirectory() is a one-linerEric Wong1-4/+1
2008-09-28directory: writeDirectoryInfo propagates errorsEric Wong1-28/+19
2008-09-28directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong1-1/+1
2008-09-28directory: remove "Mp3" referencesEric Wong3-22/+22
2008-09-28playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2-2/+2
2008-09-28songvec: songvec_delete takes a const Song pointerEric Wong2-2/+2
2008-09-28directory: remove shortname arguments everywhereEric Wong1-79/+40
2008-09-28path: add mpd_basename() functionEric Wong2-0/+20
2008-09-28directory.h: remove directory_sigChldHandler declEric Wong1-2/+0