]> git.sesse.net Git - vlc/history - modules/access/http.c
vpx: fix leak
[vlc] / modules / access / http.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-11-29 Rémi Denis-Courmonthttp: XML-decode Icy meta infos (fixes #12739)
2014-09-16 Antti Ajankiaccess/http: Share cookies between all playlist items
2014-09-16 Antti Ajankicore: Move httpcookies.c to core
2014-08-23 Rémi Denis-Courmonthttp: negotiate HTTP/1.1 explicitly over TLS
2014-08-23 Rémi Denis-Courmonttls: add ALPN parameters
2014-08-17 Jean-Baptiste KempfHTTP: remove unused variable
2014-07-26 Antti Ajankiaccess/http: Improved cookie handling
2014-04-27 Felix Paul Kühneaccess/http: update Icy metadata on change (close ...
2014-04-27 Felix Paul Kühneaccess/http: remove dead code
2014-04-23 Rémi Denis-Courmonthttp: avoid NULL dereference
2014-04-23 Rémi Denis-Courmonthttp: fix corner case memory leaks
2013-10-27 Edward Wanghttp: remove unneeded xspf hack
2013-08-26 Rémi Denis-Courmontinput: always pass meta data through demux (refs #8456)
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-07-21 Ilkka Ollakkahttp: implement ACCESS_GET_SIZE
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2013-07-17 Rafaël Carréhttp access: fix english
2013-04-29 Rémi Denis-Courmonthttp: do not bother with login dialog if there is no...
2013-04-25 Francois Cartegnieaccess: http: only warn on deflate errors
2013-04-12 Rémi Denis-Courmonthttp: use vlc_getProxyUrl() (fixes #8340)
2012-11-25 Rémi Denis-CourmontRevert "http access: advertize gzip encoding..." (fixes...
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-13 Rui Zhanghttp: trim trailing space in field content
2012-09-30 Rémi Denis-Courmonthttp: correctly strip URI scheme upon redirection ...
2012-09-30 Rémi Denis-Courmonttls: add service parameter for handshake
2012-09-29 Rémi Denis-Courmonttls: keep credentials when HTTP reconnects
2012-09-28 Konstantin Pavlovhttp access: advertize gzip encoding if supported ...
2012-09-03 Rémi Denis-Courmonthttp: fix HTTP through proxy (fixes #7417)
2012-07-29 Jean-Baptiste KempfHTTP: code cosmetic
2012-07-29 Rémi Denis-CourmontHTTP: improve documentation of :http-user-agent
2012-07-12 Rémi Denis-Courmonthttp: write GET line in one go
2012-07-12 Rémi Denis-Courmonthttp: cosmetic
2012-05-14 Pierre Ynardhttp: supersede domainless cookies
2012-04-06 Jean-Baptiste KempfDeactivate HTTP proxy inheritance from IE
2012-03-24 Rémi Denis-Courmonthttp: add missing Host field to proxied requests (fix...
2012-03-04 Rémi Durafforthttp: fix memory leak in the error path
2012-02-08 Sébastien Escudierfix handle leaks on RegOpenKeyEx
2012-01-06 Laurent AimarFixed ICY metadata support when HTTP chunked transfer...
2012-01-06 Laurent AimarExecute EOF when an error occurs while reading the...
2011-11-03 Laurent AimarEnabled HTTP seek support when Accept-Ranges is present...
2011-09-17 Pierre Ynardaccess_http: support comments (parentheses) in user...
2011-09-05 Rémi Denis-CourmontFix a few debug messages
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-07-23 Rémi Denis-CourmontBig cleanup of TLS interface
2011-05-25 Rémi Denis-CourmontHTTP: remove --http-use-IE-proxy and assume it is alway...
2011-05-25 Rémi Denis-CourmontHTTP: kill useless --http-max-redirects
2011-05-25 Rémi Denis-CourmontHTTP: use a single variable to track redirections
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-02-24 Jean-Baptiste Kempfhttp access: kill a win32 warning
2011-02-17 Jean-Baptiste KempfAccess_http: fix sign comparison warning
2011-02-13 Jean-Baptiste KempfFix compilation
2011-02-13 Rémi Denis-CourmontNo need to check HAVE_GETENV
2010-12-21 Francois CartegnieFix segfault in Qt adv_prefs caused by Null text.
2010-11-16 Jonas GehringAdd http-referrer option to HTTP access module
2010-11-13 Sven PetaiMake returning fatal error from the Read() more obvious...
2010-11-13 Sven PetaiReturn fatal error to the upper layers when connection...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-09 Pierre d'Herbemonthttp: Fix a NULL ptr deref in http-user-agent handling.
2010-10-09 Rémi DuraffortRemove idempotent operation.
2010-09-17 Rémi Denis-CourmontMark http-user-agent private
2010-09-17 Rémi Denis-CourmontRestore LibVLC/VERSION at the end of the HTTP user...
2010-09-14 Rémi Duraffortaccess_http: use the user agent provided by the user...
2010-08-02 Rémi Denis-CourmontRevert "access_http: use only the provided user agent."
2010-07-28 Rémi Duraffortaccess_http: use only the provided user agent.
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-07-08 Rémi Denis-Courmonthttp-user-agent needs restart
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-05 Rémi Denis-CourmontTypos
2010-05-29 Rémi Denis-CourmontHTTP: add LibVLC version to User-Agent correctly
2010-05-29 Rémi Denis-CourmontPartially fix previous commit: allow forward slash
2010-05-29 Rémi Denis-CourmontHTTP access: validate user agent string
2010-05-29 Rémi Denis-CourmontHTTP access: fix User-Agent syntax
2010-05-29 Rémi Denis-CourmontHTTP access: use var_Inherit*()
2010-05-20 Ilkka Ollakkaaccess_http: add connection: close to headers, we close...
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-05 Pierre Ynard"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
2010-05-05 Pierre Ynardaccess_http: avoid passing NULL to printf %s
2010-05-05 Pierre Ynardaccess_http: fix unbalanced quotes
2010-04-17 Laurent AimarFixed auto-reconnect mode in http.
2010-04-17 Laurent AimarFixed icy meta data parsing after http reconnection...
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-02-22 Laurent AimarFixed regression in http access.
2010-02-20 Rémi Denis-CourmontHTTP: fix read sizes and signedness (fixes #3302)
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-01-28 Rémi Denis-CourmontHTTP access: privatize b_error
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-21 Laurent AimarDo not store -1 in access_t::info.i_size in http access.
2010-01-14 Rémi Denis-CourmontHTTP: zlib only supports deflate and gzip
2009-12-26 Jean-Baptiste Kempfhttp access: use SCN instead of PRI with sscanf
2009-11-17 Rémi Duraffortaccess_http: fix cross-compilation for win32.
2009-11-16 Adrien MagloIf http-use-IE-proxy is enable, use Internet Explorer...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-20 Pierre d'Herbemonthttp: Remove unused functions.
2009-08-01 Anthony LoiseauTag some more options as safe
2009-07-29 Michael HanselmannConvert HTTP access module to common HTTP auth functions
next