| Commit message (Expand) | Author | Age | Files | Lines |
* | song: stop storing song_type | Eric Wong | 2008-10-05 | 5 | -29/+22 |
* | song: use flex arrays to store song->url | Eric Wong | 2008-10-05 | 3 | -19/+24 |
* | song: converted "type" to enum | Max Kellermann | 2008-10-05 | 2 | -5/+8 |
* | song: get rid of newNullSong() | Eric Wong | 2008-10-05 | 1 | -15/+4 |
* | song: call freeJustSong if newSong fails | Eric Wong | 2008-10-05 | 1 | -1/+1 |
* | playlist.h: fix build for folks that don't -DMPD_PATH_MAX=... | Eric Wong | 2008-10-05 | 1 | -0/+1 |
* | decode: fix build for folks that don't -DMPD_PATH_MAX=... | Eric Wong | 2008-10-05 | 1 | -0/+1 |
* | directory: fix writeDirectoryDB | Eric Wong | 2008-10-05 | 1 | -2/+4 |
* | command: fix return status | Eric Wong | 2008-10-05 | 1 | -16/+6 |
* | Merge commit '1533279fb18b2b0f53345f0e0727d2f0f968c00d' | Eric Wong | 2008-10-05 | 15 | -393/+283 |
|\ |
|
| * | Merge commit 'box/song-locks' into ew/song-locks | Eric Wong | 2008-10-04 | 3 | -20/+24 |
| |\ |
|
| | * | directory: reuse existing directory if found on update | Eric Wong | 2008-10-04 | 1 | -4/+9 |
| | * | song: better handling of existing songs when rereading DB | Eric Wong | 2008-10-04 | 1 | -4/+13 |
| | * | tag: merge clearMpdTag into tag_free | Eric Wong | 2008-10-03 | 1 | -12/+2 |
| | * | song: start avoiding race in updateSongInfo | Eric Wong | 2008-10-03 | 1 | -9/+12 |
| * | | 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 |
* | | | playlist: fix "currentsong" at end-of-playlist | Eric Wong | 2008-10-04 | 1 | -4/+11 |
|/ / |
|
* | | 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 |