]> git.sesse.net Git - vlc/history - modules/access/http.c
http access: Use EnsureUTF8() on the ICY strings. Avoids "illegal byte sequence"...
[vlc] / modules / access / http.c
2008-07-31 Derk-Jan Hartmanhttp access: Use EnsureUTF8() on the ICY strings. Avoid...
2008-07-27 Laurent AimarFixed icy meta data parsing after http reconnection...
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Rémi Denis-CourmontAnother unused variable
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-22 Bill C. Riemershttp: fix Content-Length and stream closure issues.
2008-06-20 Rémi Denis-CourmontRevert "No need to send Connection: close or Connection...
2008-06-17 Bill C RiemersNo need to send Connection: close or Connection: Keep...
2008-06-17 Bill C Riemersaccess_http: do not close the stream when seeking out...
2008-06-17 Rémi Denis-CourmontHTTP: do not send a negative byte range
2008-06-16 Dominique LeuenbergerFix Memory leak: free proxy_factory even when buffer...
2008-06-15 Dominique LeuenbergerHTTP access: support for libproxy, with configure autod...
2008-06-13 Rémi Denis-CourmontHTTP: put the password to a separate field, so we can...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-09 Rafaël CarréDo not leak psz_demux
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-18 Antoine CellerierAdd NEWS about HTTP access supporting Digest Auth and...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
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...
next