aboutsummaryrefslogtreecommitdiff
path: root/src/inputStream_http.c
Commit message (Expand)AuthorAge
* 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
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes2004-10-26
* stream name maybe icy-name or ice-name in the http headersWarren Dukes2004-10-25
* fix bug #325Warren Dukes2004-10-18
* fix a bug in username and password parsing in http url'sWarren Dukes2004-07-18
* added http authentication: http://user:passwd@host/musicWarren Dukes2004-07-17
* don't use fucking sprintfWarren Dukes2004-06-21
* maybe this matters ?Warren Dukes2004-06-21
* maybe this fixes something ?Warren Dukes2004-06-21
* http proxy authentication, can someone test?Warren Dukes2004-06-20
* http proxy mostly working, need to implement http authenticationWarren Dukes2004-06-20
* fix qball's bug, crossfading playing with funny samplerateWarren Dukes2004-06-20
* include sys/time.hWarren Dukes2004-06-17
* fix bug where inputStream_httpRead was returning 0 when cnnection closed,Warren Dukes2004-06-09
* debug code for stream name/titleWarren Dukes2004-06-09
* remove metadata debugging codeWarren Dukes2004-06-07
* remove the initial and trailing ' from the icy StreamTitle that shoutcastWarren Dukes2004-06-07
* icy metadata! wahooWarren Dukes2004-06-07
* remove some debug codeWarren Dukes2004-06-01
* icyName fixWarren Dukes2004-06-01
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* put icyName debug infoWarren Dukes2004-05-24
* do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes2004-05-21
* more bug fixesWarren Dukes2004-05-20
* ogg stream playing! some non-blocking seek bug fixesWarren Dukes2004-05-20