| Commit message (Expand) | Author | Files | Lines |
2004-06-22 | only call opendir() once when updating | Warren Dukes | 1 | -8/+5 |
2004-06-22 | call stat() a few less times on update | Warren Dukes | 1 | -8/+14 |
2004-06-21 | fix big boo boo in last commit: isFile() { myStat==0 } | Warren Dukes | 1 | -1/+1 |
2004-06-21 | todo update | Warren Dukes | 2 | -41/+26 |
2004-06-21 | don't use fucking sprintf | Warren Dukes | 1 | -3/+4 |
2004-06-21 | maybe this matters ? | Warren Dukes | 1 | -1/+2 |
2004-06-21 | maybe this fixes something ? | Warren Dukes | 1 | -2/+2 |
2004-06-21 | todo update | Warren Dukes | 1 | -1/+0 |
2004-06-20 | http proxy authentication, can someone test? | Warren Dukes | 1 | -11/+79 |
2004-06-20 | http proxy mostly working, need to implement http authentication | Warren Dukes | 3 | -12/+46 |
2004-06-20 | fix qball's bug, crossfading playing with funny samplerate | Warren Dukes | 6 | -1/+65 |
2004-06-20 | add http proxy config options (no http proxy code yet) | Warren Dukes | 2 | -4/+10 |
2004-06-20 | use getdtablesize() to get the max number of fd's | Warren Dukes | 1 | -10/+2 |
2004-06-20 | fix poping at the beginng of mp3's | Warren Dukes | 1 | -12/+17 |
2004-06-20 | put CHUNK_SIZE back | Warren Dukes | 1 | -2/+2 |
2004-06-19 | fix playlistid command so it can take an argument | Warren Dukes | 1 | -1/+1 |
2004-06-19 | fix move command | Warren Dukes | 1 | -1/+1 |
2004-06-19 | fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w... | Warren Dukes | 5 | -10/+20 |
2004-06-19 | DEBUG message | Warren Dukes | 1 | -2/+7 |
2004-06-19 | uber minor tweaks | Warren Dukes | 2 | -5/+7 |
2004-06-17 | actually, scratch the last change | Warren Dukes | 2 | -2/+2 |
2004-06-17 | check in configure script if iconv() needs CONST | Warren Dukes | 2 | -2/+2 |
2004-06-17 | include sys/time.h | Warren Dukes | 1 | -0/+1 |
2004-06-16 | add copyright notices | Warren Dukes | 5 | -0/+90 |
2004-06-15 | fix C99 stuff for commandError | Warren Dukes | 9 | -48/+53 |
2004-06-14 | change ACK error codes | Warren Dukes | 1 | -7/+9 |
2004-06-14 | forget to set playlist.current = 0 when toggling random | Warren Dukes | 1 | -0/+1 |
2004-06-14 | bug fix for deleting a song when the last song or next to last song is playin... | Warren Dukes | 1 | -4/+4 |
2004-06-13 | slight bug fix for making sure url's obey the RFC's | Warren Dukes | 1 | -1/+1 |
2004-06-13 | make swapid and deleteid actually work | Warren Dukes | 1 | -2/+2 |
2004-06-13 | make seekid actually work | Warren Dukes | 1 | -1/+1 |
2004-06-13 | make playid actually work | Warren Dukes | 1 | -1/+1 |
2004-06-13 | change 'Num' => 'Pos" for position | Warren Dukes | 1 | -1/+1 |
2004-06-12 | update mpd manpage and sample config file with replaygain and | Warren Dukes | 1 | -1/+1 |
2004-06-12 | change 'current' command to 'currentsong' | Warren Dukes | 1 | -3/+3 |
2004-06-12 | when we create log files, be sure to they're umasked to 066 | Warren Dukes | 1 | -1/+9 |
2004-06-12 | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 10 | -36/+106 |
2004-06-10 | since stuff like vorbis streams report actual time into stream, | Warren Dukes | 2 | -5/+8 |
2004-06-10 | minor little cleanups | Warren Dukes | 2 | -18/+24 |
2004-06-10 | todo update | Warren Dukes | 1 | -0/+13 |
2004-06-09 | fix bug where inputStream_httpRead was returning 0 when cnnection closed, | Warren Dukes | 1 | -3/+4 |
2004-06-09 | fix some streaming metadata issues | Warren Dukes | 4 | -9/+19 |
2004-06-09 | debug code for stream name/title | Warren Dukes | 1 | -0/+6 |
2004-06-09 | implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw... | Warren Dukes | 3 | -5/+155 |
2004-06-09 | implmented ID functions, need to implemented id commands | Warren Dukes | 1 | -1/+64 |
2004-06-09 | implemented song id's | Warren Dukes | 1 | -9/+60 |
2004-06-08 | fix ack error when attempt to save a playlist that already exists | Warren Dukes | 2 | -2/+3 |
2004-06-08 | on random select, move current to the first song played | Warren Dukes | 1 | -0/+5 |
2004-06-08 | make enabling random always randomize the entire playlist | Warren Dukes | 1 | -2/+2 |
2004-06-08 | remove "wrap" from buffering control, its not needed, and could potentially | Warren Dukes | 3 | -16/+11 |