index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
input_http.c
Age
Commit message (
Expand
)
Author
2009-02-10
Fix broken size checks in various input plugins (ref. CVE-2008-5239).
Darren Salt
2009-01-04
Fix for CVE-2008-5239
Matthias Hopf
2008-06-20
Allow input plugins to report MIME types as optional data. Implement for http.
Darren Salt
2008-06-09
Fix Shoutcast NSV detection.
Darren Salt
2008-05-09
Use snprintf() return value rather than calling strlen() multiple times.
Diego 'Flameeyes' Pettenò
2008-05-07
Cleanup http_proxy environment variable handling.
Diego 'Flameeyes' Pettenò
2008-05-07
Replace strn?cpy() + strn?cat() calls with a?sprintf().
Diego 'Flameeyes' Pettenò
2008-05-07
Use asprintf() rather than malloc() + sprintf().
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-10
Fix detection of last.fm servers.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-07-14
Handle transparently redirect done through m3u playlists.
Diego 'Flameeyes' Pettenò
2007-06-10
Backport last.fm support to 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-05-11
Throw a XINE_MSG_PERMISSION_ERROR error when HTTP returns a 401 status
hadess@cookie.hadess.net
2007-05-02
Fix proxy usage when the hostnames cannot be resolved.
Diego 'Flameeyes' Pettenò
2007-03-17
Some servers does not send a human-readable http status description, for thos...
Diego 'Flameeyes' Pettenò
2007-02-20
Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").
Diego 'Flameeyes' Pettenò
2007-01-19
Make get_mrl return a const char * too.
Diego 'Flameeyes' Pettenò
2007-01-18
Make get_description function return a const char * rather than just a char *...
Diego 'Flameeyes' Pettenò
2006-12-08
Fix wrong length specification for strncat() calls.
Matthias Hopf
2006-11-30
Return a different code for every possible output, makes simpler to debug wha...
Diego 'Flameeyes' Pettenò
2006-09-13
Return -1 when a connection error happens, so that other input plugins are no...
Diego 'Flameeyes' Pettenò
2006-09-13
Use the media.network.timeout setting already defined as timeout for the conn...
Diego 'Flameeyes' Pettenò
2006-09-13
Don't use the proxy if the host resolves to 127.0.0.1 (localhost).
Diego 'Flameeyes' Pettenò
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2006-06-06
Fixed input buffer size check (using correct size). (CVE-2006-2802)
Matthias Hopf
2006-06-02
Improve quotation mark handling for StreamTitle in Shoutcast streams.
Darren Salt
2006-05-31
Fix the spelling of the new buffer-full error message.
Darren Salt
2006-05-31
HTTP input: buffer overflow fix. (Diego Pettenò) (CVE-2006-2802)
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2006-04-21
HTTP authentication fix: remove proxy requirement (patch from Diego Pettenò)
Darren Salt
2006-04-12
Added support for the peercast:// uri used by Peercast (htpp://peercast.org).
Claudio Ciccani
2005-10-14
input plugin time seeking patch.
Miguel Freitas
2005-05-21
**BUGFIX**
James Stembridge
2005-02-07
Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.
Thibaut Mattern
2005-02-06
Added a plugin_node_t pointer to the input plugin struct.
Thibaut Mattern
2005-02-03
**BUGFIX**
František Dvořák
2005-01-17
Merge shoutcast/icecast header parsing with http header parsing.
Thibaut Mattern
2005-01-13
Fix a long standing bug with shoutcast.
Thibaut Mattern
2005-01-05
Warning fixes (Maarten Vanraes).
Darren Salt
2005-01-05
input.http_no_proxy -> media.network.http_no_proxy
Darren Salt
2004-12-24
Fix crash related to relative HTTP redirect URLs.
Darren Salt
2004-12-12
huge patch ahead: reorganizing config entries with automatic conversion
Michael Roitzsch
2004-12-01
- handle "uvox://" URLs
Thibaut Mattern
2004-09-28
Get SCNx64 and SCNxMAX format macros working properly on Mac OS X
Andre Pang
2004-09-20
Build system improvements:
František Dvořák
2004-09-18
Fixed compilation on MacOSX/Darwin.
Daniel Mack
2004-09-17
Warning patch for Win32 - casted off_t to intmax_t for printing.
František Dvořák
[next]