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