aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-enable seeking in http streams.Qball Cow2007-11-281-1/+1
* Don't try to forever to get data when the sockets winds up in "temporaryQball Cow2007-11-281-8/+21
* Disable seeking on streams, because of bug 1611. When playing ogg, the decode...Qball Cow2007-11-181-1/+1
* inputStream_http: signal the server to close after all requestsEric Wong2007-09-081-1/+1
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-271-1/+1
* Use string concatenation instead of snprintf for the User-Agent HTTPJ. Alexander Treuman2007-06-091-2/+1
* Tidying up some code.J. Alexander Treuman2007-06-091-12/+14
* Use strncasecmp instead of strncmp when comparing HTTP headers. It seemsJ. Alexander Treuman2007-06-041-6/+6
* Removing that space that was recently added to the "Icy-Metadata: 1" HTTPJ. Alexander Treuman2007-06-031-1/+1
* Removing some commented code that wrote HTTP streams to stdout.J. Alexander Treuman2007-06-021-4/+0
* Someone forgot a space in the "Icy-Metadata: 1" HTTP header.J. Alexander Treuman2007-06-021-1/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-16/+8
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong2007-02-191-29/+29
* inputStream_http: fix HTTP seekingEric Wong2007-02-191-1/+1
* Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman2007-02-061-7/+7
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-4/+4
* inputStream_http: stop mixing declarations with codeEric Wong2007-01-141-1/+3
* Adding support for seeking HTTP streams.J. Alexander Treuman2006-12-231-17/+24
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-20/+20
* remove clumsy strncpy useEric Wong2006-07-301-5/+5
* Add mpd-indent.shAvuton Olrich2006-07-201-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-559/+589
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* inputStream_http: avoid printf, use our handy macros in log.hEric Wong2006-05-211-1/+1
* Applied a modified patch for bug 344, needs testing with ipv6Qball Cow2006-05-141-83/+69
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+14
* inputStream_http.c: speling fikcsesEric Wong2006-03-151-4/+4
* fix some parsing of http_prebuffer_sizeWarren Dukes2005-04-171-3/+3
* change the http identification string to package_name/package_versionWarren Dukes2005-01-231-1/+4
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-201-1/+2
* not too smart shank, forgetting to set default buffer sizes in inputStream_httpWarren Dukes2004-11-051-2/+2
* make http buffer and prebuffer size configurableWarren Dukes2004-11-021-10/+51
* merge shank-rewrite-config changesWarren Dukes2004-10-281-48/+60
* fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes2004-10-261-1/+0
* stream name maybe icy-name or ice-name in the http headersWarren Dukes2004-10-251-1/+3
* fix bug #325Warren Dukes2004-10-181-1/+1
* fix a bug in username and password parsing in http url'sWarren Dukes2004-07-181-2/+2
* added http authentication: http://user:passwd@host/musicWarren Dukes2004-07-171-7/+54
* don't use fucking sprintfWarren Dukes2004-06-211-3/+4
* maybe this matters ?Warren Dukes2004-06-211-1/+2
* maybe this fixes something ?Warren Dukes2004-06-211-2/+2
* http proxy authentication, can someone test?Warren Dukes2004-06-201-11/+79
* http proxy mostly working, need to implement http authenticationWarren Dukes2004-06-201-9/+42
* fix qball's bug, crossfading playing with funny samplerateWarren Dukes2004-06-201-0/+50
* include sys/time.hWarren Dukes2004-06-171-0/+1
* fix bug where inputStream_httpRead was returning 0 when cnnection closed,Warren Dukes2004-06-091-3/+4
* debug code for stream name/titleWarren Dukes2004-06-091-0/+6