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