| Commit message (Expand) | Author | Age | Files | Lines |
* | fix big boo boo in last commit: isFile() { myStat==0 } | Warren Dukes | 2004-06-21 | 1 | -1/+1 |
* | todo update | Warren Dukes | 2004-06-21 | 2 | -41/+26 |
* | don't use fucking sprintf | Warren Dukes | 2004-06-21 | 1 | -3/+4 |
* | maybe this matters ? | Warren Dukes | 2004-06-21 | 1 | -1/+2 |
* | maybe this fixes something ? | Warren Dukes | 2004-06-21 | 1 | -2/+2 |
* | todo update | Warren Dukes | 2004-06-21 | 1 | -1/+0 |
* | http proxy authentication, can someone test? | Warren Dukes | 2004-06-20 | 1 | -11/+79 |
* | http proxy mostly working, need to implement http authentication | Warren Dukes | 2004-06-20 | 3 | -12/+46 |
* | fix qball's bug, crossfading playing with funny samplerate | Warren Dukes | 2004-06-20 | 6 | -1/+65 |
* | add http proxy config options (no http proxy code yet) | Warren Dukes | 2004-06-20 | 2 | -4/+10 |
* | use getdtablesize() to get the max number of fd's | Warren Dukes | 2004-06-20 | 1 | -10/+2 |
* | fix poping at the beginng of mp3's | Warren Dukes | 2004-06-20 | 1 | -12/+17 |
* | put CHUNK_SIZE back | Warren Dukes | 2004-06-20 | 1 | -2/+2 |
* | 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 |
* | 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 | 2 | -2/+2 |
* | check in configure script if iconv() needs CONST | Warren Dukes | 2004-06-17 | 2 | -2/+2 |
* | include sys/time.h | Warren Dukes | 2004-06-17 | 1 | -0/+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 |
* | change ACK error codes | Warren Dukes | 2004-06-14 | 1 | -7/+9 |
* | 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 |
* | slight bug fix for making sure url's obey the RFC's | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | 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 |
* | update mpd manpage and sample config file with replaygain and | Warren Dukes | 2004-06-12 | 1 | -1/+1 |
* | 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 | 10 | -36/+106 |
* | since stuff like vorbis streams report actual time into stream, | Warren Dukes | 2004-06-10 | 2 | -5/+8 |
* | minor little cleanups | Warren Dukes | 2004-06-10 | 2 | -18/+24 |
* | todo update | Warren Dukes | 2004-06-10 | 1 | -0/+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 | 3 | -5/+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 | 1 | -9/+60 |
* | fix ack error when attempt to save a playlist that already exists | Warren Dukes | 2004-06-08 | 2 | -2/+3 |
* | on random select, move current to the first song played | Warren Dukes | 2004-06-08 | 1 | -0/+5 |
* | make enabling random always randomize the entire playlist | Warren Dukes | 2004-06-08 | 1 | -2/+2 |
* | remove "wrap" from buffering control, its not needed, and could potentially | Warren Dukes | 2004-06-08 | 3 | -16/+11 |
* | remove metadata debugging code | Warren Dukes | 2004-06-07 | 3 | -11/+0 |
* | i'm a moron | Warren Dukes | 2004-06-07 | 1 | -1/+1 |