summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
AgeCommit message (Expand)Author
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
2003-03-17- support HTTP redirections, streams from live365.com still don't workBastien Nocera
2003-03-03Remove pthread_cancel() support, these threads are never pthread_cancelledEwald Snel
2003-02-24nbc_end_of_stream is no more needed.Thibaut Mattern
2003-02-23Uses nbc_end_of_stream().Thibaut Mattern
2003-02-21support seeking from the start of the stream (if requested offset >=Mike Melanson
2003-02-05try to have the same behaviour reading from network on http/mms/pnm/rtsp.Miguel Freitas
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-28Fixes end of stream problem.Thibaut Mattern
2003-01-28Forward seeking works now.xine-1-beta3-release1-beta3Thibaut Mattern
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-15- set high water marks to higher values in http, pnm andStefan Holst
2002-12-01fix memleak in input_http, fix mms read functionGuenter Bartsch
2002-11-26change demux_eawve to use forward seeking. quick hack to input_http to suppor...Robin KAY
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch