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