| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-enable seeking in http streams. | Qball Cow | 2007-11-28 | 1 | -1/+1 |
* | Don't try to forever to get data when the sockets winds up in "temporary | Qball Cow | 2007-11-28 | 1 | -8/+21 |
* | Disable seeking on streams, because of bug 1611. When playing ogg, the decode... | Qball Cow | 2007-11-18 | 1 | -1/+1 |
* | inputStream_http: signal the server to close after all requests | Eric Wong | 2007-09-08 | 1 | -1/+1 |
* | adding \n to a bunch of error message strings | J. Alexander Treuman | 2007-08-27 | 1 | -1/+1 |
* | Use string concatenation instead of snprintf for the User-Agent HTTP | J. Alexander Treuman | 2007-06-09 | 1 | -2/+1 |
* | Tidying up some code. | J. Alexander Treuman | 2007-06-09 | 1 | -12/+14 |
* | Use strncasecmp instead of strncmp when comparing HTTP headers. It seems | J. Alexander Treuman | 2007-06-04 | 1 | -6/+6 |
* | Removing that space that was recently added to the "Icy-Metadata: 1" HTTP | J. Alexander Treuman | 2007-06-03 | 1 | -1/+1 |
* | Removing some commented code that wrote HTTP streams to stdout. | J. Alexander Treuman | 2007-06-02 | 1 | -4/+0 |
* | Someone forgot a space in the "Icy-Metadata: 1" HTTP header. | J. Alexander Treuman | 2007-06-02 | 1 | -1/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -16/+8 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | inputStream_http: cleanup GET request code (finishHTTPInit) | Eric Wong | 2007-02-19 | 1 | -29/+29 |
* | inputStream_http: fix HTTP seeking | Eric Wong | 2007-02-19 | 1 | -1/+1 |
* | Fix a bug where mpd would complain about a proxy password being specified | J. Alexander Treuman | 2007-02-06 | 1 | -7/+7 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -4/+4 |
* | inputStream_http: stop mixing declarations with code | Eric Wong | 2007-01-14 | 1 | -1/+3 |
* | Adding support for seeking HTTP streams. | J. Alexander Treuman | 2006-12-23 | 1 | -17/+24 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -20/+20 |
* | remove clumsy strncpy use | Eric Wong | 2006-07-30 | 1 | -5/+5 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -3/+3 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -559/+589 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | inputStream_http: avoid printf, use our handy macros in log.h | Eric Wong | 2006-05-21 | 1 | -1/+1 |
* | Applied a modified patch for bug 344, needs testing with ipv6 | Qball Cow | 2006-05-14 | 1 | -83/+69 |
* | merge with mpd/trunk up to r3925 | Eric Wong | 2006-03-16 | 1 | -0/+14 |
* | inputStream_http.c: speling fikcses | Eric Wong | 2006-03-15 | 1 | -4/+4 |
* | fix some parsing of http_prebuffer_size | Warren Dukes | 2005-04-17 | 1 | -3/+3 |
* | change the http identification string to package_name/package_version | Warren Dukes | 2005-01-23 | 1 | -1/+4 |
* | fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud... | Warren Dukes | 2004-11-20 | 1 | -1/+2 |
* | not too smart shank, forgetting to set default buffer sizes in inputStream_http | Warren Dukes | 2004-11-05 | 1 | -2/+2 |
* | make http buffer and prebuffer size configurable | Warren Dukes | 2004-11-02 | 1 | -10/+51 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -48/+60 |
* | fix segfault when reconnecting to icecast server, this was due to error sendi... | Warren Dukes | 2004-10-26 | 1 | -1/+0 |
* | stream name maybe icy-name or ice-name in the http headers | Warren Dukes | 2004-10-25 | 1 | -1/+3 |
* | fix bug #325 | Warren Dukes | 2004-10-18 | 1 | -1/+1 |
* | fix a bug in username and password parsing in http url's | Warren Dukes | 2004-07-18 | 1 | -2/+2 |
* | added http authentication: http://user:passwd@host/music | Warren Dukes | 2004-07-17 | 1 | -7/+54 |
* | 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 |
* | 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 | 1 | -9/+42 |
* | fix qball's bug, crossfading playing with funny samplerate | Warren Dukes | 2004-06-20 | 1 | -0/+50 |
* | include sys/time.h | Warren Dukes | 2004-06-17 | 1 | -0/+1 |
* | fix bug where inputStream_httpRead was returning 0 when cnnection closed, | Warren Dukes | 2004-06-09 | 1 | -3/+4 |
* | debug code for stream name/title | Warren Dukes | 2004-06-09 | 1 | -0/+6 |