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
2014-11-06
Copyright year update by hg log.
Torsten Jager
2014-07-09
Use _x_freep()
Petri Hintukainen
2013-09-13
Copyright year update by hg log info
Torsten Jager
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-11-29
Merge from 1.1.
Darren Salt
2009-11-08
Fix playback of HTTP URLs with escaped characters (terminate the string).
Julian Scheel
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
2008-01-16
Make _x_canonicalise_url an inline function, as it's only ever used once (eit...
Diego 'Flameeyes' Pettenò
2008-05-07
Use asprintf() rather than malloc() + sprintf().
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-18
Use asprintf().
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