aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-28directory: replace DirectoryList with dirvecEric Wong4-197/+175
2008-09-28directory: remove unused CPP definesEric Wong1-4/+0
2008-09-28songvec_free => songvec_destroyEric Wong3-3/+3
2008-09-28directory.c: kill unnecessary includesEric Wong1-4/+0
2008-09-28directory: update playlist version if updatedEric Wong1-1/+6
2008-09-28playlist: fix currentsong info after swapping songsEric Wong1-0/+4
2008-09-28playlist: reset after we've hit the endEric Wong1-0/+6
2008-09-28advance to the next song on decoder errorsEric Wong3-6/+17
2008-09-26song: removed type SongListMax Kellermann4-45/+2
2008-09-26command: fix command "addid"Max Kellermann1-1/+1
2008-09-23Revert "directory: serialize freeSong() within the main thread"Eric Wong1-9/+1
2008-09-23songvec: avoid free(NULL)Eric Wong1-2/+4
2008-09-23directory: use songvec_free to prevent memory leaks.Eric Wong1-2/+1
2008-09-23directory: fix leak introduced with threaded updateEric Wong1-1/+1
2008-09-23directory: serialize freeSong() within the main threadEric Wong1-1/+10
2008-09-22log: remove umask() calls, just change open(2) argsEric Wong1-8/+2
2008-09-22Remove EINTR checking for open(2)Eric Wong2-4/+2
2008-09-22directory: don't leak file handles if we get a corrupt dbEric Wong1-1/+1
2008-09-22songvec: remove songvec_pruneEric Wong3-27/+0
2008-09-22directory: update do its work inside a threadEric Wong5-125/+56
2008-09-22directory: use enum update_return for return valuesEric Wong1-72/+49
2008-09-20Don't try to prune unless we're updatingEric Wong1-1/+2