| Commit message (Expand) | Author | Age | Files | Lines |
* | fix playlistid command so it can take an argument | Warren Dukes | 2004-06-19 | 1 | -1/+1 |
* | fix move command | Warren Dukes | 2004-06-19 | 1 | -1/+1 |
* | bump version number | Warren Dukes | 2004-06-19 | 1 | -1/+1 |
* | fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w... | Warren Dukes | 2004-06-19 | 5 | -10/+20 |
* | DEBUG message | Warren Dukes | 2004-06-19 | 1 | -2/+7 |
* | uber minor tweaks | Warren Dukes | 2004-06-19 | 2 | -5/+7 |
* | actually, scratch the last change | Warren Dukes | 2004-06-17 | 3 | -22/+2 |
* | check in configure script if iconv() needs CONST | Warren Dukes | 2004-06-17 | 3 | -2/+22 |
* | include sys/time.h | Warren Dukes | 2004-06-17 | 1 | -0/+1 |
* | add LIBMIKMOD_LDADD to MPD_LIBS | Warren Dukes | 2004-06-17 | 1 | -1/+1 |
* | bump release date back a day | Warren Dukes | 2004-06-17 | 1 | -1/+1 |
* | add copyright notices | Warren Dukes | 2004-06-16 | 5 | -0/+90 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 9 | -48/+53 |
* | todo update | Warren Dukes | 2004-06-15 | 1 | -0/+4 |
* | authors updates | Warren Dukes | 2004-06-14 | 1 | -2/+2 |
* | update install w/ mikmod info | Warren Dukes | 2004-06-14 | 1 | -1/+4 |
* | upgrade UPGRADING | Warren Dukes | 2004-06-14 | 2 | -1/+12 |
* | change ACK error codes | Warren Dukes | 2004-06-14 | 1 | -7/+9 |
* | add default port change to ChangeLog | Warren Dukes | 2004-06-14 | 1 | -1/+2 |
* | forget to set playlist.current = 0 when toggling random | Warren Dukes | 2004-06-14 | 1 | -0/+1 |
* | bug fix for deleting a song when the last song or next to last song is playin... | Warren Dukes | 2004-06-14 | 1 | -4/+4 |
* | update mpd man page with --no-create-db option | Warren Dukes | 2004-06-13 | 1 | -2/+8 |
* | comment on song id's vs playlist position commands | Warren Dukes | 2004-06-13 | 1 | -0/+10 |
* | slight bug fix for making sure url's obey the RFC's | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | updated changelog for 0.11.0 | Warren Dukes | 2004-06-13 | 1 | -0/+22 |
* | update changelog with 0.10.4 changes | Warren Dukes | 2004-06-13 | 1 | -0/+7 |
* | fix some docbook stuff | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | more MPD-Protocol.xml progress | Warren Dukes | 2004-06-13 | 1 | -16/+33 |
* | more progroess on MPD-Protocol.xml | Warren Dukes | 2004-06-13 | 1 | -9/+80 |
* | make swapid and deleteid actually work | Warren Dukes | 2004-06-13 | 1 | -2/+2 |
* | make seekid actually work | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | make playid actually work | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | change 'Num' => 'Pos" for position | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | docbook MPD Protocol documentation beginnings | Warren Dukes | 2004-06-13 | 1 | -0/+244 |
* | update mpd manpage and sample config file with replaygain and | Warren Dukes | 2004-06-12 | 3 | -6/+16 |
* | update COMMANDS docs, I'll be rewriting this hopefully in a useful | Warren Dukes | 2004-06-12 | 1 | -4/+36 |
* | change 'current' command to 'currentsong' | Warren Dukes | 2004-06-12 | 1 | -3/+3 |
* | when we create log files, be sure to they're umasked to 066 | Warren Dukes | 2004-06-12 | 1 | -1/+9 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 11 | -38/+106 |
* | since stuff like vorbis streams report actual time into stream, | Warren Dukes | 2004-06-10 | 3 | -9/+8 |
* | minor little cleanups | Warren Dukes | 2004-06-10 | 2 | -18/+24 |
* | todo update | Warren Dukes | 2004-06-10 | 2 | -4/+13 |
* | fix bug where inputStream_httpRead was returning 0 when cnnection closed, | Warren Dukes | 2004-06-09 | 1 | -3/+4 |
* | fix some streaming metadata issues | Warren Dukes | 2004-06-09 | 4 | -9/+19 |
* | debug code for stream name/title | Warren Dukes | 2004-06-09 | 1 | -0/+6 |
* | implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw... | Warren Dukes | 2004-06-09 | 4 | -8/+155 |
* | implmented ID functions, need to implemented id commands | Warren Dukes | 2004-06-09 | 1 | -1/+64 |
* | implemented song id's | Warren Dukes | 2004-06-09 | 2 | -12/+61 |
* | todo update | Warren Dukes | 2004-06-08 | 1 | -6/+10 |
* | fix ack error when attempt to save a playlist that already exists | Warren Dukes | 2004-06-08 | 2 | -2/+3 |