summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
AgeCommit message (Expand)Author
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-05-21**BUGFIX**James Stembridge
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2005-02-03**BUGFIX**František Dvořák
2005-01-17Merge shoutcast/icecast header parsing with http header parsing.Thibaut Mattern
2005-01-13Fix a long standing bug with shoutcast.Thibaut Mattern
2005-01-05Warning fixes (Maarten Vanraes).Darren Salt
2005-01-05input.http_no_proxy -> media.network.http_no_proxyDarren Salt
2004-12-24Fix crash related to relative HTTP redirect URLs.Darren Salt
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-01- handle "uvox://" URLsThibaut Mattern
2004-09-28Get SCNx64 and SCNxMAX format macros working properly on Mac OS XAndre Pang
2004-09-20Build system improvements:František Dvořák
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