| Commit message (Expand) | Author | Files | Lines |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-19 | inputStream_http: cleanup GET request code (finishHTTPInit) | Eric Wong | 1 | -29/+29 |
2007-02-19 | inputStream_http: fix HTTP seeking | Eric Wong | 1 | -1/+1 |
2007-02-06 | Fix a bug where mpd would complain about a proxy password being specified | J. Alexander Treuman | 1 | -7/+7 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -4/+4 |
2007-01-14 | inputStream_http: stop mixing declarations with code | Eric Wong | 1 | -1/+3 |
2006-12-23 | Adding support for seeking HTTP streams. | J. Alexander Treuman | 1 | -17/+24 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -20/+20 |
2006-07-30 | remove clumsy strncpy use | Eric Wong | 1 | -5/+5 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -3/+3 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -559/+589 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -2/+2 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-05-21 | inputStream_http: avoid printf, use our handy macros in log.h | Eric Wong | 1 | -1/+1 |
2006-05-14 | Applied a modified patch for bug 344, needs testing with ipv6 | Qball Cow | 1 | -83/+69 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -0/+14 |
2006-03-15 | inputStream_http.c: speling fikcses | Eric Wong | 1 | -4/+4 |
2005-04-17 | fix some parsing of http_prebuffer_size | Warren Dukes | 1 | -3/+3 |
2005-01-23 | change the http identification string to package_name/package_version | Warren Dukes | 1 | -1/+4 |
2004-11-20 | fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud... | Warren Dukes | 1 | -1/+2 |
2004-11-05 | not too smart shank, forgetting to set default buffer sizes in inputStream_http | Warren Dukes | 1 | -2/+2 |
2004-11-02 | make http buffer and prebuffer size configurable | Warren Dukes | 1 | -10/+51 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -48/+60 |
2004-10-26 | fix segfault when reconnecting to icecast server, this was due to error sendi... | Warren Dukes | 1 | -1/+0 |
2004-10-25 | stream name maybe icy-name or ice-name in the http headers | Warren Dukes | 1 | -1/+3 |
2004-10-18 | fix bug #325 | Warren Dukes | 1 | -1/+1 |
2004-07-18 | fix a bug in username and password parsing in http url's | Warren Dukes | 1 | -2/+2 |
2004-07-17 | added http authentication: http://user:passwd@host/music | Warren Dukes | 1 | -7/+54 |
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-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 | 1 | -9/+42 |
2004-06-20 | fix qball's bug, crossfading playing with funny samplerate | Warren Dukes | 1 | -0/+50 |
2004-06-17 | include sys/time.h | Warren Dukes | 1 | -0/+1 |
2004-06-09 | fix bug where inputStream_httpRead was returning 0 when cnnection closed, | Warren Dukes | 1 | -3/+4 |
2004-06-09 | debug code for stream name/title | Warren Dukes | 1 | -0/+6 |
2004-06-07 | remove metadata debugging code | Warren Dukes | 1 | -2/+0 |
2004-06-07 | remove the initial and trailing ' from the icy StreamTitle that shoutcast | Warren Dukes | 1 | -2/+7 |
2004-06-07 | icy metadata! wahoo | Warren Dukes | 1 | -17/+63 |
2004-06-01 | remove some debug code | Warren Dukes | 1 | -3/+0 |
2004-06-01 | icyName fix | Warren Dukes | 1 | -4/+8 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -9/+8 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -1/+3 |
2004-05-24 | put icyName debug info | Warren Dukes | 1 | -0/+3 |
2004-05-21 | do input buffering in while sleeping loop of sending stuff to output buffer | Warren Dukes | 1 | -7/+7 |
2004-05-20 | more bug fixes | Warren Dukes | 1 | -2/+2 |
2004-05-20 | ogg stream playing! some non-blocking seek bug fixes | Warren Dukes | 1 | -0/+1 |
2004-05-19 | todo update | Warren Dukes | 1 | -0/+3 |