]> git.sesse.net Git - vlc/history - modules/access/http.c
* modules/access/http.c: reverted the change to flag shoutcast streams as non-pace...
[vlc] / modules / access / http.c
2004-10-25 Gildas Bazin* modules/access/http.c: reverted the change to flag...
2004-10-15 Sam Hocevar * modules/access/http.c:
2004-10-06 Derk-Jan Hartman* vlc_b64_encode patch by Torsten Spindler
2004-10-06 Derk-Jan Hartman* Better Pragma header test. Apparently Pragma is a...
2004-10-05 Derk-Jan Hartman* Alternative solution to mms recognition of http:...
2004-10-05 Derk-Jan Hartman* revert the mimetype recognition of http:// mmsh streams
2004-09-28 Gildas Bazin* modules/access/http.c: reversed a commit by accident.
2004-09-28 Gildas Bazin* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE...
2004-09-28 Gildas Bazin* modules/access/http.c: set ACCESS_CAN_CONTROL_PACE...
2004-09-28 Derk-Jan Hartman* recognize audio/aac as well
2004-09-27 Gildas Bazin* modules/access/http.c: keep this plugin at priority 0.
2004-09-23 Derk-Jan Hartman* if http:// and mime == asf, and name doesn't contain...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-07-29 Gildas Bazin* modules/access/http.c: --http-reconnect option to...
2004-07-24 Rémi Denis-CourmontSpecify port in Host: HTTP request header
2004-06-08 Clément StenacFix for requests without path when using proxy
2004-06-06 Laurent Aimar * http: little clean up.
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-02 Laurent Aimar * all: removed ACCESS_GET_SEEKPOINT_INFO.
2004-06-01 Laurent Aimar * all: a few changes in access2 (added a info field...
2004-05-30 Laurent Aimar * access2: support for demuxer access provided.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-19 Benjamin Prachtadds a linebreak after sending the Basic authentificati...
2004-02-24 Laurent Aimar * http.c: "Transfer-Encoding: chunked" support. (Teste...
2004-02-02 Laurent Aimar http: fixed segfault with ICY server, fixed redirection.
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2004-01-15 Laurent Aimar * http: commented out a debug message.
2004-01-15 Laurent Aimar * do not try http 1.0 when we are going to die.
2004-01-14 Laurent Aimar * http: fixed for url like http://host[:port] (ie...
2004-01-09 Derk-Jan Hartman* Gibalou you broke something again :)
2004-01-09 Gildas Bazin* ALL: MSVC compilation fixes.
2004-01-07 Laurent Aimar * http: complete rewrite (using net_Printf/net_Gets)
2004-01-05 Clément Stenac* ALL: playlist API changes
2004-01-03 Rocky BernsteinSorry to be so pedantic - grammar (and spelling)
2004-01-03 Rocky BernsteinSpelling - See I told you it was cut and pasted from...
2003-12-21 Sam Hocevar * Fixed URLs here and there.
2003-09-10 Laurent Aimar * http: Added 'Connection: Close' in the request....
2003-09-10 Clément StenacRemoved useless stuff for icecast
2003-09-10 Clément Stenac* Workaround for buggy IceCast servers who identify...
2003-08-02 Benjamin Pracht* modules/access/http.c
2003-08-01 Sam Hocevar * modules/access/http.c:
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-07-31 Benjamin Pracht* modules/access/http.c :
2003-07-31 Benjamin Pracht* Add support for basic authentification in http access.
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-07-16 Sam Hocevar * modules/access/http.c:
2003-06-02 Sigmund Augdal Helberghttp.c: if the webserver doesn't return 206 the stream...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-04-30 Gildas Bazin* modules/access/ftp.c, modules/access/http.c: slightly...
2003-04-30 Derk-Jan Hartmanmodules/access/http.c:
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/ftp.c, modules/access/http.c: the...
2003-03-24 Gildas Bazin* modules/access/*: grrr... apparently I also need...
2003-03-24 Gildas Bazin* modules/access/*: don't forget to reinitialize the...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-22 Sigmund Augdal HelbergUpdated a comment
2003-03-17 Sigmund Augdal Helbergfixed up http redirects when there are other items...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-08 Christophe Massiot* Fixed misc typos in strings,
2003-02-07 Marc Aribertiglibc 2.1 port for linupy (linux on a yopy pda)
2003-02-04 Christophe Massiot* modules/access/*: Fixed compilation problems with...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-23 Christophe MassiotFixed an IPv6-related bug (thanks Xag).
2002-12-19 Christophe MassiotFixed an HTTP compliance issue (thanks Xag).
2002-12-12 Gildas Bazin* src/input/input_clock.c, include/input_ext-intf.h...
2002-12-11 Laurent Aimar * all: access plugins should not modify
2002-12-06 Sam Hocevar * ./modules/access/http.c: code clean-up. removed...
2002-12-06 Sigmund Augdal Helbergsome support for redirection. Moved the break on return...
2002-11-28 Sigmund Augdal Helbergincreased maximums size of a http request from 256...
2002-11-28 Sigmund Augdal Helberg* set b_seakable to false for http/1.0 streams such...
2002-11-23 Sam Hocevar * ./modules/access/http.c, ./modules/misc/network...
2002-11-15 Gildas Bazin* modules/access/http.c: added an http-proxy config...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-11-10 Laurent Aimar http: Accept ICY server reponse (Used for some web...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-07 Gildas Bazin* modules/access/http.c: don't crash, but complain...
2002-10-07 Christophe Massiot* HACKING : documentation for the automake crash
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...