summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
AgeCommit message (Expand)Author
2004-09-18Fixed compilation on MacOSX/Darwin.Daniel Mack
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-07-23fix configfile def_value assertion.Daniel Caujolle-Bert
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-07-05fix proxy envvar handlingDaniel Caujolle-Bert
2004-06-19new, straightforward method to honour the http_proxy envvar: evaluate itMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-27fix receiving the last bytes of a http connectionMiguel Freitas
2004-05-16Fix EOS handling (http).Thibaut Mattern
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ...František Dvořák
2004-05-04- Shoutcast packet handling cleanup.Thibaut Mattern
2004-04-15- generate events for "Permission denied" and "File not found" in the http an...Bastien Nocera
2004-04-10improving config help stringsMichael Roitzsch
2004-03-31New config option - list of domains without proxy.František Dvořák
2004-02-15thank you, valgrindMichael Roitzsch
2004-01-23Security patch for input_http and using http status string in mmsh.c (cut&pas...František Dvořák
2003-12-14API version bounceSiggi Langauf
2003-12-14avoid segfaultDaniel Caujolle-Bert
2003-12-13fix strlenDaniel Caujolle-Bert
2003-12-13Update win32 MSVC build:František Dvořák
2003-12-04more str* to strn* conversions.Thibaut Mattern
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26http_helper:Thibaut Mattern
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16fix warningMichael Roitzsch
2003-11-15demux_action_pending privateMiguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-14fix memleakDaniel Caujolle-Bert
2003-11-12don't set proxyhost to NULLDaniel Caujolle-Bert
2003-11-12Use http_proxy envvar if it's set when proxyhost isn't. Use {l,x}printf.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-08Use info helper functions.Thibaut Mattern
2003-09-25replace C++ style commentsDaniel Caujolle-Bert
2003-09-25IPv6 patch from Njål T. Borch <Njaal.Borch@njaal.net>Daniel Caujolle-Bert
2003-08-21RIP Input PluginMiguel Freitas
2003-06-19add missing host parameterm, check for demux_action_pending to avoid read err...Guenter Bartsch
2003-06-05use io_helper functionsThibaut Mattern
2003-05-25fix proxyhost/user handling, fix potential proxy related segfault (klass poin...Guenter Bartsch
2003-05-23- move http proxy configuration to xine itselfBastien Nocera
2003-05-22- we're not allowed to free pointers to an on-stack string, fixes segfault wh...Bastien Nocera
2003-05-21- removed work-around for NSV streams from NullsoftBastien Nocera
2003-05-21- use a winamp user agent when downloading a nsv fileThibaut Mattern
2003-05-20This fixes http support for Win32Tim Champagne
2003-05-20This adds http and network input for Win32. I have no idea how to test this u...Tim Champagne
2003-05-20fix possible buffer overflow reported by Steve FreelandMichael Roitzsch
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-13- some cleanupsMiguel Freitas
2003-04-13- use xine_read_abort for http, net, mms, mmsh (more to come)Miguel Freitas
2003-04-13Input plugin api change:Thibaut Mattern
2003-04-13Fix for segfault when using slightly invalid proxy URLs (e.g. http://cache:po...Rich J Wareham