log plugins/mod_http.lua @ 10923:dff1aebd0f2b

age author description
Wed, 10 Jun 2020 13:15:57 -0500 Boris Grozev mod_http: Support CIDR for trusted proxies.
Thu, 14 May 2020 16:55:01 +0200 Kim Alvefur mod_http: Tell luacheck to ignore the long comment lines
Thu, 14 May 2020 14:59:59 +0200 Jonas Schäfer mod_http: Add documentation to the non-obvious logic of get_ip_from_request
Fri, 29 Nov 2019 23:27:51 +0100 Kim Alvefur mod_net_multiplex: Add support for using ALPN
Fri, 29 Nov 2019 21:30:08 +0100 Kim Alvefur mod_http: Log served URLs at 'info' level
Sat, 16 Nov 2019 16:39:45 +0100 Kim Alvefur mod_http: Soften dependency on mod_http_errors
Thu, 10 Oct 2019 20:46:27 +0200 Kim Alvefur mod_http: Unhook CORS related event handlers
Wed, 11 Sep 2019 15:10:31 +0100 Matthew Wild mod_http: Add support for configuring CORS Access-Control-Allow-Credentials
Sun, 10 Mar 2019 19:58:28 +0100 Kim Alvefur core.certmanager: Do not ask for client certificates by default
Thu, 17 Jan 2019 20:42:38 +0100 Kim Alvefur mod_http: Determine CORS methods to whitelist from actual methods used
Fri, 18 Jan 2019 02:03:40 +0100 Kim Alvefur mod_http: Set up to handle OPTIONS
Thu, 04 Oct 2018 12:22:12 +0200 Kim Alvefur mod_http: Solve CORS problems once and for all
Sun, 14 Oct 2018 14:31:59 +0200 Kim Alvefur mod_http: Move normalize_path to util.http
Sun, 14 Oct 2018 14:19:21 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 14 Oct 2018 14:01:57 +0200 Kim Alvefur mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183)
Fri, 21 Sep 2018 23:49:56 +0200 Kim Alvefur mod_http: Support global HTTP modules