aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
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