]> git.sesse.net Git - vlc/history - modules/access/http.c
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / http.c
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-09 Antoine CellerierFix tiny 9 byte memleak per Authentication-Info header...
2008-04-09 Antoine CellerierCheck the server's reply upon successful authentication...
2008-04-09 Antoine CellerierSimplify the HTTP Digest Access Authentification code.
2008-04-08 Antoine CellerierPreliminary HTTP Digest Access Authentication client...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-03-03 Rémi Denis-CourmontUse 443 rather than 80 as the implicit Host: port when...
2008-02-20 Jean-Paul SamanDon't get stuck in Connect() when module is in Open...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-19 Rémi Denis-CourmontRemove bogus printf
2008-01-19 Antoine CellerierAdd gzip support to the http access. We never request...
2008-01-18 Pierre d'Herbemontaccess/http.c: More check on cookies we receive.
2008-01-18 Antoine CellerierFix erroneous use of freed data in the cookie forwardin...
2008-01-18 Pierre d'Herbemontaccess/http.c: Don't double-free in cookie_append.
2008-01-18 Pierre d'Herbemontaccess/http.c: Put cookies handling in a disabled by...
2008-01-17 Pierre d'Herbemontaccess/http.c: Support Set-Cookie, and forward them...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-14 Pierre d'Herbemontaccess/http.c: Don't track redirection if there is...
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 :)...
next