Activity
From 2018-10-08 to 2018-10-14
2018-10-14
- 22:34 Revision c9a64d94: - next is 1.4.52
- 22:25 Revision 0828010e: [doc] NEWS
- 21:29 Revision 98f5cc6f: [core] permit server.error_handler to static file
- This use is not recommended since it means that the response body
will not contain the precise error code.
x-ref:
...
2018-10-10
- 15:56 Revision bc25684f: [core] perf: buffer_string_append_len()
- buffer_string_append_len() short-circuit common case,
but preserve blank-string initialization side-effect
if buffer ...
2018-10-09
- 05:07 Bug #2913: Reverse proxy does not work with sandstorm
- That the lighttpd patch rejects the response from sandstorm is probably not the solution you were going for when you ...
- 03:24 Bug #2913: Reverse proxy does not work with sandstorm
- gstrauss wrote:
> Let's break some encapsulation. WCGW? Change the 'private' to 'public'. There should be little ... - 03:14 Bug #2913: Reverse proxy does not work with sandstorm
- Let's break some encapsulation. WCGW? Change the 'private' to 'public'. There should be little impact elsewhere as...
- 02:34 Feature #2914 (Invalid): Add check for temp upload directory size and terminate connection is un-available
- Presumably you're going to consume the POST body, so if you're concerned about size, then please consider
[[Server_s...
2018-10-08
- 22:55 Feature #2914 (Invalid): Add check for temp upload directory size and terminate connection is un-available
Add a check on a POST request to ensure there is enough space in the temporary directory structure for the requeste...- 20:40 Bug #2913: Reverse proxy does not work with sandstorm
- gstrauss wrote:
> The code I committed to lighttpd makes this situation an error, sending 502 Bad Gateway to the cli... - 05:41 Bug #2913: Reverse proxy does not work with sandstorm
- The code I committed to lighttpd makes this situation an error, sending 502 Bad Gateway to the client, and will send ...
- 06:56 Feature #1218: alternate ssl backend
- Related: in addition to OpenSSL, lighttpd can be built against the openssl-compatibility layers provided by LibreSSL,...
- 05:32 Revision 082b4858: [mod_openssl] wolfSSL does not support SSLv2
- 03:55 Bug #2912 (Fixed): OpenSSL 1.1.1: renegotiation initiated by client, killing connection
- Applied in changeset commit:7a7f4f987aa8443aa3898f484539f707e213bcba.
- 03:47 Revision f1489b5a: [core] perf: buffer.c internal inlines
- buffer_copy_string_len() and buffer_append_string_len() now
internally inline what buffer_commit() does, but do not r... - 03:47 Revision 78d4ef9e: [build] CMake support for wolfSSL
- (missing HAVE_WOLFSSL_SSL_H without add_definition() suggests that
there are other definitions that are not being ex... - 03:47 Revision 923b3210: [build] meson support for wolfSSL
- meson.build needed to change some args to lists to support meson objects
- 03:47 Revision a950ae15: [build] SCons support for wolfSSL
- 03:47 Revision 778b07a0: [build] automake support for wolfSSL
- 00:10 Revision 0074b6d3: [mod_openssl] add support for wolfSSL
- requires wolfSSL library version 3.15.3 or later
https://www.wolfssl.com/
https://github.com/wolfSSL/wolfssl
(thx dg... - 00:10 Revision e9f223d3: [mod_auth] use SHA1_Init,Update,Final
- wolfSSL does not provide the SHA1() convenience function,
so use stepwise funcs SHA1_Init(), SHA1_Update(), SHA1_Final() - 00:10 Revision d8259667: [core] reject Transfer-Encoding from proxy (#2913)
- reject Transfer-Encoding from backend for mod_proxy.
mod_proxy currently sends HTTP/1.0 requests to the backend,
for ...
Also available in: Atom