]> git.sesse.net Git - vlc/history - modules/access/http.c
Only rewrite the URI if it's a permanent redirection. Thanks to Sebastian Wiedenroth...
[vlc] / modules / access / http.c
2008-01-06 Christophe MutricyOnly rewrite the URI if it's a permanent redirection...
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-10-02 Rémi Denis-CourmontDon't reinvent free()
2007-09-11 Antoine CellerierAdd support for "iTunes podcast" (example: itpc://www...
2007-09-05 Rémi Denis-CourmontDo not assume that long long = int64_t
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-09 Rémi Denis-CourmontRevert [21008]
2007-08-07 Rémi Denis-CourmontFix HTTP authentication.
2007-08-07 Rémi Denis-CourmontDo not bother with the byte range when we are at offset...
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-05-27 Laurent AimarDo not unset b_seekable on 401 error.
2007-05-18 Antoine Cellerier* modules/access/http.c: When redirecting, don't includ...
2007-05-11 Pierre d'Herbemonthttp Access: Simplify the re-location code.
2007-05-11 Antoine CellerierFix segfault upon redirection (test url: http://www...
2007-03-28 Pierre d'Herbemonthttp Access: Make sure non-absolute relocation is handl...
2007-03-28 Pierre d'Herbemonthttp Access: Avoid using an empty pointer (Oops).
2007-03-28 Pierre d'Herbemonthttp Access: Make sure we handle redirection that don...
2007-03-24 Laurent AimarFixed typo in proxy description. (Patch by Ari Constancio)
2007-03-23 Christophe MutricyFix the strings.
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.
next