]> git.sesse.net Git - vlc/history - modules/access/http.c
access_http: use only the provided user agent.
[vlc] / modules / access / http.c
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
2009-03-07 Rémi Denis-CourmontUse dialog_Login
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-11-19 Laurent AimarMake icecast server detection more robust.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-25 Nicolas Chauvet... Add support for libproxy via pkg-config
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-29 Ilkka OllakkaDisconnect before trying with authentication
2008-09-16 Rémi Denis-CourmontDocument the assertion
2008-09-14 Rémi Denis-CourmontHTTP: sanity check
2008-09-12 Antoine CellerierDefault enable http forward cookies
2008-08-28 Pavlov KonstantinSpelling typo.
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
next