aboutsummaryrefslogtreecommitdiff
path: root/src/inputStream_http.c
Commit message (Expand)AuthorAge
* added InputStream.readyMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* fix warnings in the HTTP clientMax Kellermann2008-08-25
* http: hopefully allow seeking to work on static filesEric Wong2008-06-30
* introduce struct condition as a more correct version of NotifyEric Wong2008-06-30
* http: initial rewrite using ringbuffer + pthreadsEric Wong2008-06-30
* http: fix some small memory leaks when hitting redirectsEric Wong2008-06-30
* http: split out logic around getaddrinfo() and connect()Eric Wong2008-06-30
* http: split out auth code since it's mostly uninteresting for nowEric Wong2008-06-30
* fix several errors/warnings which only appear with -O3Max Kellermann2008-04-12
* notify: cleanupsEric Wong2008-03-26
* networking: more assertions and cleanups to size_t/unsigned changesEric Wong2008-03-26
* use size_tMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Re-enable seeking in http streams.Qball Cow2007-11-28
* Don't try to forever to get data when the sockets winds up in "temporaryQball Cow2007-11-28
* Disable seeking on streams, because of bug 1611. When playing ogg, the decode...Qball Cow2007-11-18
* inputStream_http: signal the server to close after all requestsEric Wong2007-09-08
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* Use string concatenation instead of snprintf for the User-Agent HTTPJ. Alexander Treuman2007-06-09
* Tidying up some code.J. Alexander Treuman2007-06-09
* Use strncasecmp instead of strncmp when comparing HTTP headers. It seemsJ. Alexander Treuman2007-06-04
* Removing that space that was recently added to the "Icy-Metadata: 1" HTTPJ. Alexander Treuman2007-06-03
* Removing some commented code that wrote HTTP streams to stdout.J. Alexander Treuman2007-06-02
* Someone forgot a space in the "Icy-Metadata: 1" HTTP header.J. Alexander Treuman2007-06-02
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong2007-02-19
* inputStream_http: fix HTTP seekingEric Wong2007-02-19
* Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman2007-02-06
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* inputStream_http: stop mixing declarations with codeEric Wong2007-01-14
* Adding support for seeking HTTP streams.J. Alexander Treuman2006-12-23
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* remove clumsy strncpy useEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* inputStream_http: avoid printf, use our handy macros in log.hEric Wong2006-05-21
* Applied a modified patch for bug 344, needs testing with ipv6Qball Cow2006-05-14
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* inputStream_http.c: speling fikcsesEric Wong2006-03-15
* fix some parsing of http_prebuffer_sizeWarren Dukes2005-04-17
* change the http identification string to package_name/package_versionWarren Dukes2005-01-23
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-20
* not too smart shank, forgetting to set default buffer sizes in inputStream_httpWarren Dukes2004-11-05
* make http buffer and prebuffer size configurableWarren Dukes2004-11-02