aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-11-02make http buffer and prebuffer size configurableWarren Dukes1-10/+51
2004-10-28merge shank-rewrite-config changesWarren Dukes1-48/+60
2004-10-26fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes1-1/+0
2004-10-25stream name maybe icy-name or ice-name in the http headersWarren Dukes1-1/+3
2004-10-18fix bug #325Warren Dukes1-1/+1
2004-07-18fix a bug in username and password parsing in http url'sWarren Dukes1-2/+2
2004-07-17added http authentication: http://user:passwd@host/musicWarren Dukes1-7/+54
2004-06-21don't use fucking sprintfWarren Dukes1-3/+4
2004-06-21maybe this matters ?Warren Dukes1-1/+2
2004-06-21maybe this fixes something ?Warren Dukes1-2/+2
2004-06-20http proxy authentication, can someone test?Warren Dukes1-11/+79
2004-06-20http proxy mostly working, need to implement http authenticationWarren Dukes1-9/+42
2004-06-20fix qball's bug, crossfading playing with funny samplerateWarren Dukes1-0/+50
2004-06-17include sys/time.hWarren Dukes1-0/+1
2004-06-09fix bug where inputStream_httpRead was returning 0 when cnnection closed,Warren Dukes1-3/+4
2004-06-09debug code for stream name/titleWarren Dukes1-0/+6
2004-06-07remove metadata debugging codeWarren Dukes1-2/+0
2004-06-07remove the initial and trailing ' from the icy StreamTitle that shoutcastWarren Dukes1-2/+7
2004-06-07icy metadata! wahooWarren Dukes1-17/+63