summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
AgeCommit message (Expand)Author
2007-05-30Include the WWW-Authenticate header content in the "authentication needed" msg.Darren Salt
2007-05-26Shuffle the HTTP input plugin's internal data slightly.Darren Salt
2007-05-25Add a message code to distinguish between HTTP response codes 401 and 403.Darren Salt
2007-05-11Throw a XINE_MSG_PERMISSION_ERROR error when HTTP returns a 401 statushadess@cookie.hadess.net
2007-05-02Fix proxy usage when the hostnames cannot be resolved.Diego 'Flameeyes' Pettenò
2007-03-17Some servers does not send a human-readable http status description, for thos...Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2006-12-08Fix wrong length specification for strncat() calls.Matthias Hopf
2006-11-30Return a different code for every possible output, makes simpler to debug wha...Diego 'Flameeyes' Pettenò
2006-09-13Return -1 when a connection error happens, so that other input plugins are no...Diego 'Flameeyes' Pettenò
2006-09-13Use the media.network.timeout setting already defined as timeout for the conn...Diego 'Flameeyes' Pettenò
2006-09-13Don't use the proxy if the host resolves to 127.0.0.1 (localhost).Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-06Fixed input buffer size check (using correct size). (CVE-2006-2802)Matthias Hopf
2006-06-02Improve quotation mark handling for StreamTitle in Shoutcast streams.Darren Salt
2006-05-31Fix the spelling of the new buffer-full error message.Darren Salt
2006-05-31HTTP input: buffer overflow fix. (Diego Pettenò) (CVE-2006-2802)Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-04-21HTTP authentication fix: remove proxy requirement (patch from Diego Pettenò)Darren Salt
2006-04-12Added support for the peercast:// uri used by Peercast (htpp://peercast.org).Claudio Ciccani
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