aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* change ACK error codesWarren Dukes2004-06-141-7/+9
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-141-0/+1
* bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes2004-06-141-4/+4
* slight bug fix for making sure url's obey the RFC'sWarren Dukes2004-06-131-1/+1
* make swapid and deleteid actually workWarren Dukes2004-06-131-2/+2
* make seekid actually workWarren Dukes2004-06-131-1/+1
* make playid actually workWarren Dukes2004-06-131-1/+1
* change 'Num' => 'Pos" for positionWarren Dukes2004-06-131-1/+1
* update mpd manpage and sample config file with replaygain andWarren Dukes2004-06-121-1/+1
* change 'current' command to 'currentsong'Warren Dukes2004-06-121-3/+3
* when we create log files, be sure to they're umasked to 066Warren Dukes2004-06-121-1/+9
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-1210-36/+106
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-102-5/+8
* minor little cleanupsWarren Dukes2004-06-102-18/+24
* todo updateWarren Dukes2004-06-101-0/+13
* fix bug where inputStream_httpRead was returning 0 when cnnection closed,Warren Dukes2004-06-091-3/+4
* fix some streaming metadata issuesWarren Dukes2004-06-094-9/+19
* debug code for stream name/titleWarren Dukes2004-06-091-0/+6
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-093-5/+155
* implmented ID functions, need to implemented id commandsWarren Dukes2004-06-091-1/+64
* implemented song id'sWarren Dukes2004-06-091-9/+60
* fix ack error when attempt to save a playlist that already existsWarren Dukes2004-06-082-2/+3
* on random select, move current to the first song playedWarren Dukes2004-06-081-0/+5
* make enabling random always randomize the entire playlistWarren Dukes2004-06-081-2/+2
* remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes2004-06-083-16/+11
* remove metadata debugging codeWarren Dukes2004-06-073-11/+0
* i'm a moronWarren Dukes2004-06-071-1/+1
* update copyright to 2004 for --versionWarren Dukes2004-06-071-1/+1
* fix bug with --no-create-dbWarren Dukes2004-06-071-1/+1
* bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes2004-06-072-5/+9
* some fixes to metadata stuffWarren Dukes2004-06-073-15/+16
* potential bugfixes for handling metadata in player/decoderWarren Dukes2004-06-074-21/+55
* remove the initial and trailing ' from the icy StreamTitle that shoutcastWarren Dukes2004-06-071-2/+7
* icy metadata! wahooWarren Dukes2004-06-077-28/+116
* add ack.h to mpd_headersWarren Dukes2004-06-071-2/+2
* harden metadatabufferWarren Dukes2004-06-063-7/+33
* spelling fix for avutonWarren Dukes2004-06-063-3/+8
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-063-13/+17
* mechanism for updating metadata while decodingWarren Dukes2004-06-0613-134/+143
* todo updateWarren Dukes2004-06-0613-78/+158
* implement list_OK/command_list_ok_beginWarren Dukes2004-06-054-37/+39
* todo updateWarren Dukes2004-06-051-0/+5
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-057-55/+131
* add mackstann to (c)Warren Dukes2004-06-041-0/+1
* todo updateWarren Dukes2004-06-041-1/+1
* remove ickiness ness with play on a non existing file setting playlist_state ...Warren Dukes2004-06-041-1/+0
* simple fix for play -1Warren Dukes2004-06-041-0/+2
* add ack.h and change format of error againWarren Dukes2004-06-042-2/+18
* change format of error stuffWarren Dukes2004-06-041-5/+5
* finish ack error codesWarren Dukes2004-06-0410-77/+120