]> git.sesse.net Git - vlc/history - modules/access/http.c
Fixed compilation warning.
[vlc] / modules / access / http.c
2007-03-23 Laurent AimarFixed compilation warning.
2007-03-07 Laurent AimarSmall warning fix.
2007-02-14 Rémi Denis-CourmontFix undefined function call
2006-12-06 Rémi Denis-CourmontDo not retry to HTTP connection with version 1.0 instea...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-09-12 Rémi Denis-CourmontWarnings
2006-09-02 Rémi Denis-CourmontMerge [PATCH] http chunked encoding fix
2006-07-19 Clément StenacSome more demux and access code factorization
2006-06-29 Derk-Jan Hartman* HTTP 1.0 is not seekable
2006-06-02 Christophe MutricyFix Stream title. Patch by Diego "Flameeyes" Petteno
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-14 Rémi Denis-CourmontRecognize XSPF MIME type when there is a charset parameter.
2006-05-14 Felix Paul Kühne* first implementation of a widget-free authentication...
2006-04-11 Clément StenacString fixes
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Antoine CellerierChange the http password request message.
2005-12-11 Clément StenacRequest authentication if we get a 401 error
2005-12-05 Rémi Denis-Courmonts/OpenTCP/ConnectTCP/ for consistency
2005-11-27 Clément StenacImrpove description of http-continuous (Closes:#409)
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-10-09 Laurent Aimar http: removed useless debug.
2005-10-06 Laurent Aimar * http: update meta data only on title change.
2005-08-15 Clément StenacCompile fix
2005-08-15 Clément StenacTest commit. This commit breaks the build, don't use it
2005-08-13 Christophe Massiot * modules/access/http.c: Do not use vlc_UrlEncode...
2005-08-01 Sigmund Augdal Helbergaccess/http.c: fixed icy with metadata
2005-07-23 Christophe MutricyAdd a add_suppressed_string for http-{user|pwd}
2005-07-17 Rémi Denis-CourmontRemove non-standard http4 and http6.
2005-07-17 Rémi Denis-CourmontIgnore insecure HTTP redirection to non HTTP protocol
2005-07-10 Rémi Denis-CourmontRemove compiler warning and clean up (refs #258)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-25 Rémi Denis-CourmontHTTP_PROXY -> http_proxy that's the commit I should...
2005-06-25 Rémi Denis-CourmontForward port of 11534
2005-06-25 Rémi Denis-Courmont- support for Basic HTTP Proxy authentication (closes...
2005-06-25 Rémi Denis-CourmontClean up : use user and pass from vlc_UrlParse
2005-06-01 Gildas Bazin* modules/access/http.c: getenv() can return NULL.
2005-05-31 Christophe MutricyPort [11207] to trunk
2005-05-22 Rémi Denis-CourmontSupport HTTP/TLS tunnels through HTTP/1.1 proxies
2005-04-09 Rémi Denis-Courmont- optional SSL hostname verification
2005-04-05 Laurent Aimar * http.c: force nsv when using unsv:// and mime is...
2005-04-02 Sigmund Augdal Helberghttp.c: fixed out of buffer write with ICY meta
2005-03-30 Sigmund Augdal Helbergvlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c...
2005-03-10 Rémi Denis-Courmont- include/network.h: new vlc_UrlEncode and vlc_UrlIsNot...
2005-03-05 Rémi Denis-Courmont- TLS API cleanup
2005-03-04 Rémi Denis-CourmontFixed memleak
2005-02-12 Gildas Bazin* modules/access/http.c,modules/access/mmsh,modules...
2005-01-14 Derk-Jan Hartman* so the ogg vorbis fix broke shoutcast streams :)...
2005-01-11 Derk-Jan Hartman* fix ogg streams.
2005-01-11 Derk-Jan Hartman* NSV uses a different mime type for audio only streams...
2004-12-26 Rémi Denis-Courmont- Fixes HTTP access EOF detection
2004-12-26 Rémi Denis-CourmontCommon disconnection code in Disconnect()
2004-12-26 Rémi Denis-CourmontInitial HTTP/SSL access
2004-12-22 Derk-Jan Hartman* modules/access/http.c:
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacWarn->Dbg
2004-12-11 Clément StenacImprovements to preferences
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-11-16 Sigmund Augdal Helbergaccess/http.c: skip debug message when useless
2004-11-15 Laurent Aimar * http: added shoutcast meta data support.
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-10-29 Derk-Jan Hartman* live365.com servers behave quite like icecast servers...
2004-10-29 Derk-Jan Hartman* Fix icecast detection (only works if the server truly...
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 :)
next