| Commit message (Expand) | Author | Files | Lines |
2008-10-04 | directory: reuse existing directory if found on update | Eric Wong | 1 | -4/+9 |
2008-10-04 | song: better handling of existing songs when rereading DB | Eric Wong | 1 | -4/+13 |
2008-10-03 | tag: merge clearMpdTag into tag_free | Eric Wong | 1 | -12/+2 |
2008-10-03 | song: start avoiding race in updateSongInfo | Eric Wong | 1 | -9/+12 |
2008-10-03 | command: get rid of specialized list handlers | Eric Wong | 1 | -106/+67 |
2008-10-03 | directory: simplify list update handling logic | Eric Wong | 3 | -100/+71 |
2008-10-03 | main_notify: define main_task so we can use it for assertions | Eric Wong | 2 | -0/+7 |
2008-10-03 | directory: streamline deletes | Eric Wong | 1 | -17/+15 |
2008-10-03 | song: start avoiding race in updateSongInfo | Eric Wong | 1 | -9/+12 |
2008-10-03 | playlist: small lines of code reduction | Eric Wong | 1 | -96/+47 |
2008-10-02 | Revert "Start using song pointers in core data structures" | Eric Wong | 8 | -49/+44 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 31 | -132/+150 |
2008-09-29 | allow searching for albums with an empty tag | Eric Wong | 2 | -1/+25 |
2008-09-29 | directory: remove redundant sanitizePathDup | Eric Wong | 1 | -15/+7 |
2008-09-29 | update: move path sanitation up the stack to avoid extra copies | Eric Wong | 3 | -30/+58 |
2008-09-29 | command: don't clobber next list value when preparsing | Eric Wong | 1 | -3/+6 |
2008-09-29 | flac: removed FlacData.chunk_length | Max Kellermann | 4 | -9/+3 |
2008-09-29 | flac: merged flacSendChunk() into flac_common_write() | Max Kellermann | 1 | -11/+6 |
2008-09-29 | flac: removed generic sample size support | Max Kellermann | 1 | -31/+27 |
2008-09-29 | flac: added special functions for 8 and 32 bit | Max Kellermann | 1 | -0/+37 |
2008-09-29 | flac: added optimized converter for 16 bit | Max Kellermann | 1 | -0/+17 |
2008-09-29 | flac: use signed integers in flac_convert_stereo16() | Max Kellermann | 1 | -6/+4 |
2008-09-29 | flac: moved code from flacWrite() to _flac_common.c | Max Kellermann | 4 | -120/+90 |
2008-09-29 | flac: assume the buffer is empty in flacWrite() II | Max Kellermann | 1 | -6/+2 |
2008-09-29 | pcm_utils: added pcm_range() | Max Kellermann | 1 | -10/+18 |
2008-09-29 | pcm_utils: added inline function pcm_dither() | Max Kellermann | 1 | -8/+10 |
2008-09-28 | clean up updateInit calling and error handling | Eric Wong | 3 | -13/+22 |
2008-09-28 | directory: isRootDirectory() is a one-liner | Eric Wong | 1 | -4/+1 |
2008-09-28 | directory: writeDirectoryInfo propagates errors | Eric Wong | 1 | -28/+19 |
2008-09-28 | directory: make it clear that DIRECTORY_MTIME is deprecated | Eric Wong | 1 | -1/+1 |
2008-09-28 | directory: remove "Mp3" references | Eric Wong | 3 | -22/+22 |
2008-09-28 | playlist: deleteASongFromPlaylist takes a const Song * | Eric Wong | 2 | -2/+2 |
2008-09-28 | songvec: songvec_delete takes a const Song pointer | Eric Wong | 2 | -2/+2 |
2008-09-28 | directory: remove shortname arguments everywhere | Eric Wong | 1 | -79/+40 |
2008-09-28 | path: add mpd_basename() function | Eric Wong | 2 | -0/+20 |
2008-09-28 | directory.h: remove directory_sigChldHandler decl | Eric Wong | 1 | -2/+0 |
2008-09-28 | directory: replace DirectoryList with dirvec | Eric Wong | 4 | -197/+175 |
2008-09-28 | directory: remove unused CPP defines | Eric Wong | 1 | -4/+0 |
2008-09-28 | songvec_free => songvec_destroy | Eric Wong | 3 | -3/+3 |
2008-09-28 | directory.c: kill unnecessary includes | Eric Wong | 1 | -4/+0 |
2008-09-28 | directory: update playlist version if updated | Eric Wong | 1 | -1/+6 |
2008-09-28 | playlist: fix currentsong info after swapping songs | Eric Wong | 1 | -0/+4 |
2008-09-28 | playlist: reset after we've hit the end | Eric Wong | 1 | -0/+6 |
2008-09-28 | advance to the next song on decoder errors | Eric Wong | 3 | -6/+17 |
2008-09-26 | song: removed type SongList | Max Kellermann | 4 | -45/+2 |
2008-09-26 | command: fix command "addid" | Max Kellermann | 1 | -1/+1 |
2008-09-23 | Revert "directory: serialize freeSong() within the main thread" | Eric Wong | 1 | -9/+1 |
2008-09-23 | songvec: avoid free(NULL) | Eric Wong | 1 | -2/+4 |
2008-09-23 | directory: use songvec_free to prevent memory leaks. | Eric Wong | 1 | -2/+1 |
2008-09-23 | directory: fix leak introduced with threaded update | Eric Wong | 1 | -1/+1 |