aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-06-01remove some debug codeWarren Dukes1-3/+0
2004-06-01icyName fixWarren Dukes1-4/+8
2004-05-31icynames are now copied to title of streamsWarren Dukes1-9/+8
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-1/+3
2004-05-24put icyName debug infoWarren Dukes1-0/+3
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-7/+7
2004-05-20more bug fixesWarren Dukes1-2/+2
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes1-0/+1
2004-05-19todo updateWarren Dukes1-0/+3
2004-05-18disable prebuffering in the beginning for nowWarren Dukes1-1/+1
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes1-41/+40
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes1-21/+20
2004-05-18inputStream updates from httpTestWarren Dukes1-38/+56
2004-05-18can parse inputStream_http can parse mime typeWarren Dukes1-15/+47
2004-05-18bug fixes for playing streamsWarren Dukes1-2/+4
2004-05-18oops forgot to add theseWarren Dukes1-0/+507