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
/
http_helper.c
Age
Commit message (
Expand
)
Author
2011-10-10
Fixed asprintf usage
Petri Hintukainen
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-11-08
Fix playback of HTTP URLs with escaped characters (terminate the string).
Julian Scheel
2009-08-26
Add a user agent & protocol hack to allow viewing of Apple film trailers.
Darren Salt
2008-05-07
Use asprintf() rather than malloc() + sprintf().
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2006-11-19
Don't escape %, hopefully the client sending the data is already escaping som...
Diego 'Flameeyes' Pettenò
2006-11-10
When parsing the URL, escape characters like spaces and similar in the URI st...
Diego 'Flameeyes' Pettenò
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2006-03-18
CID: 241
Thibaut Mattern
2004-12-24
Fix crash related to relative HTTP redirect URLs.
Darren Salt
2004-12-01
- handle "uvox://" URLs
Thibaut Mattern
2004-09-20
Build system improvements:
František Dvořák
2004-03-03
use the _x_abort() macro instead of abort, since it prints some debug info
Michael Roitzsch
2003-11-26
http_helper:
Thibaut Mattern