summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
AgeCommit message (Expand)Author
2009-02-10Fix broken size checks in various input plugins (ref. CVE-2008-5239).Darren Salt
2009-01-04Fix for CVE-2008-5239Matthias Hopf
2008-06-20Allow input plugins to report MIME types as optional data. Implement for http.Darren Salt
2008-06-09Fix Shoutcast NSV detection.Darren Salt
2008-05-09Use snprintf() return value rather than calling strlen() multiple times.Diego 'Flameeyes' Pettenò
2008-05-07Cleanup http_proxy environment variable handling.Diego 'Flameeyes' Pettenò
2008-05-07Replace strn?cpy() + strn?cat() calls with a?sprintf().Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Fix detection of last.fm servers.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-07-14Handle transparently redirect done through m3u playlists.Diego 'Flameeyes' Pettenò
2007-06-10Backport last.fm support to 1.1 branch.Diego 'Flameeyes' Pettenò
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