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-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-10-10
Merge from 1.1.
Darren Salt
2009-08-26
Add a user agent & protocol hack to allow viewing of Apple film trailers.
Darren Salt
2009-02-10
Merge from 1.1.
Darren Salt
2009-02-10
Fix broken size checks in various input plugins (ref. CVE-2008-5239).
Darren Salt
2009-01-05
Merge security fixes from 1.1.
Darren Salt
2009-01-04
Fix for CVE-2008-5239
Matthias Hopf
2008-06-23
Allow for <libavutil/base64.h> etc.
Darren Salt
2008-06-20
Merge the avutil branch; port the "raw" video output plugin.
Darren Salt
2008-06-20
Off-by-one in the HTTP basic auth encoding function.
Darren Salt
2008-06-20
Merge from 1.1.
Darren Salt
2008-06-20
Allow input plugins to report MIME types as optional data. Implement for http.
Darren Salt
2008-06-11
Merge from 1.1.
Darren Salt
2008-06-09
Fix Shoutcast NSV detection.
Darren Salt
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
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ò
2008-04-09
Compilation fixes, mostly ffmpeg-related, and linkage fixes.
Darren Salt
2008-03-01
Update to the new FFmpeg's include directory.
Diego 'Flameeyes' Pettenò
2007-12-23
Merge from 1.2 main branch.
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-19
Remove attribute that is never used.
Diego 'Flameeyes' Pettenò
2007-12-19
Only calculate proxyauth and auth when they are going to be used.
Diego 'Flameeyes' Pettenò
2007-12-19
Rewrite http_plugin_basicauth to use libavutil's base64 encoding.
Diego 'Flameeyes' Pettenò
2007-12-19
Make auth also a local variable in http_plugin_open.
Diego 'Flameeyes' Pettenò
2007-12-19
Make proxyauth a variable local to http_plugin_open() function.
Diego 'Flameeyes' Pettenò
2007-12-18
Mark the enctable static.
Diego 'Flameeyes' Pettenò
2007-12-18
Avoid a multiplication.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the input plugins interface version to 18 as they got updated.
Diego 'Flameeyes' Pettenò
2007-12-11
Merge from 1.2 main branch.
Diego 'Flameeyes' Pettenò
2007-12-11
Don't use the if(foo) free(foo); construct, as free(NULL); is well defined.
Diego 'Flameeyes' Pettenò
2007-12-11
Use N_() rather than _(), passing the string just once to gettext().
Diego 'Flameeyes' Pettenò
2007-12-11
Update all input plugins to the new identifier/description interface.
Diego 'Flameeyes' Pettenò
2007-11-10
Merge from 1.1.
Darren Salt
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
Merge FSF address changes from 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-07-14
Merge from 1.1
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-06-10
Reorder fields and make use of bitmask for boolean values.
Diego 'Flameeyes' Pettenò
2007-06-10
Reorder proxy elements to fill hole.
Diego 'Flameeyes' Pettenò
2007-06-10
Check for last.fm streaming server, and if that's the case, check for the SYN...
Diego 'Flameeyes' Pettenò
2007-06-09
Convert all input plugins to use void * as type for the buf parameter of read...
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ò
[next]