]> git.sesse.net Git - vlc/history - modules/access/http.c
http: use vlc_getProxyUrl() (fixes #8340)
[vlc] / modules / access / http.c
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
2009-07-16 Laurent AimarDo not reconnect (http) when we are asked to die.
2009-07-10 Rémi DuraffortRemove uneeded VLC_OBJECT().
2009-07-07 Rémi Durafforthttp: limit the number of redirection we can follow.
2009-07-07 Rémi Durafforthttp: remove trailing space.
2009-07-07 Rémi DuraffortFix an infinite loop if we redirect from http to https...
2009-07-04 Rémi Duraffortaccess_http: fix a memory leak (each time we follow...
2009-07-04 Rémi Duraffortaccess_http: fix potential memleak.
2009-06-25 Rémi Denis-Courmonthttp: check x509 common name against the URL
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi DuraffortFix memleaks: EnsureUTF8 return NULL if the string...
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-07 Laurent AimarAdded icyx as http alias (some icy servers seem to...
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-13 Laurent AimarFixed an incorrect read() error handling (http access).
2009-04-06 Antoine CellerierDo not print the password in the log. That's dangerous!
2009-03-31 Sébastien Escudierleaks in case of http connection failure
2009-03-22 Laurent AimarMade http-continuous option safe.
2009-03-16 Rémi Denis-CourmontUnused variable
2009-03-16 Sébastien EscudierEnable tcp keep alive in http
next