aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-1/+1
* fix warnings in the HTTP clientMax Kellermann2008-08-301-3/+4
* ringbuf: create a new struct rbvec instead of reusing struct iovecEric Wong2008-08-301-1/+1
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-4/+4
* http: hopefully allow seeking to work on static filesEric Wong2008-06-301-1/+2
* introduce struct condition as a more correct version of NotifyEric Wong2008-06-301-64/+29
* http: initial rewrite using ringbuffer + pthreadsEric Wong2008-06-301-556/+793
* http: fix some small memory leaks when hitting redirectsEric Wong2008-06-301-0/+6
* http: split out logic around getaddrinfo() and connect()Eric Wong2008-06-301-40/+42
* http: split out auth code since it's mostly uninteresting for nowEric Wong2008-06-301-75/+1
* fix several errors/warnings which only appear with -O3Max Kellermann2008-04-121-1/+1
* notify: cleanupsEric Wong2008-03-261-3/+2
* networking: more assertions and cleanups to size_t/unsigned changesEric Wong2008-03-261-31/+33
* use size_tMax Kellermann2008-03-261-19/+18
* fix -Wconst warningsMax Kellermann2008-02-051-1/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-14/+1
* 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