ad66680e62
[core] put HEDLEY_NO_RETURN at front of declaration
stbuehler2021-08-08 16:26:52 +02:00
ff500e9c8b
[core] use IPPROTO_TCP instead of SOL_TCP for TCP_FASTOPEN (#3071)
stbuehler2021-08-08 14:34:47 +02:00
b006006131
[core] support workers.cpu_affinity on FreeBSD (#3071)
stbuehler2021-08-08 14:26:46 +02:00
a5c2238277
[core] check cpu index in cpu_affinity handling
stbuehler2021-08-08 14:25:35 +02:00
54d7b46774
[lua] protect setup and action metatable
stbuehler2021-08-05 17:10:46 +02:00
3bf903c398
[lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables
stbuehler2021-08-05 16:06:48 +02:00
53337c81d4
[lua] prevent tampering with global "lighty" table
stbuehler2021-08-05 15:27:44 +02:00
5977493f47
[lua] one li_lua_init_*_mt function per "file", add a few missing ones
stbuehler2021-08-05 14:45:54 +02:00
7aec09dd27
[lua] split all metatable init/create code into separate functions
stbuehler2021-08-05 11:23:03 +02:00
4a4fd8fd11
[core] include and use hedley (v15) header
stbuehler2021-08-05 12:29:46 +02:00
b41e02860c
[mod_proxy] fall back to waiting for connection close if no message length indicator is found in HTTP/1.1 response
stbuehler2021-07-18 11:59:15 +02:00
c8b27d7462
[mod_openssl] fix warnings and compile breaks with openssl 1.1.0
stbuehler2017-01-02 17:06:34 +01:00
64096982fa
[mod_openssl/doc] Update links to man pages
Simon Lundström
2016-11-30 20:15:56 +01:00
a4804cbd93
Add NO_TLSv1_1 and higher options
Simon Lundström
2016-11-29 21:56:52 +01:00
3d2880258d
[mod_gnutls] workaround gnutls API breakage, and prepare for future ones
stbuehler2016-10-21 20:08:41 +02:00
9926bef92e
[mod_gnutls/doc] more details which certificates are needed for OCSP
stbuehler2016-09-02 12:08:32 +02:00
85f3a1da1a
[doc] decode HTML entities in code/markdown/textile blocks
stbuehler2016-09-02 12:05:08 +02:00
98a14017a5
[mod_gnutls/docs] ocsptool is the ocsp tool
stbuehler2016-08-28 01:11:12 +02:00
fc0119720e
[mod_gnutls] use gnutls_pem_base64_decode_alloc instead of gnutls_pem_base64_decode2 (compat name for old versions)
stbuehler2016-08-27 20:19:53 +02:00
4375aba174
[request parser] adapt whitespace removal from response parser, fixes bug removing last character if CR was missing
stbuehler2015-08-06 23:19:37 +02:00
f6def17999
[common] format IPv6 addresses with port as [addr]:port (added the square brackets)
stbuehler2015-08-06 21:49:06 +02:00
3cfc0aa82c
[automake] add missing files to dist tar
stbuehler2015-08-06 00:29:36 +02:00
811e13cfcd
[common] fix out-of-bounds read in li_sockaddr_to_string
stbuehler2015-08-06 00:05:09 +02:00
78ac96cc04
[mod_debug] show more details for events
stbuehler2015-08-05 21:56:15 +02:00
3f7de3b51a
mimetypes.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf
stbuehler2015-07-11 14:04:34 +02:00
b37d95facf
[lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile
stbuehler2015-06-13 22:57:54 +02:00