1380 Commits (b033a4fcb450b9233f84154fc26eaae566808b65)

Author SHA1 Message Date
Stefan Bühler 140a3c9018 fix refcount issue: don't drop rc in li_iostream_reset
2 years ago
Stefan Bühler 850aea7a5d [build] enable all "main" features by default
2 years ago
Stefan Bühler 21865cbbd2 [autobuild] install and use glib tap helpers, replaces gtester
2 years ago
Stefan Bühler 2a4744a677 [autobuild] raise autoconf min version, fix various deprecated macros
2 years ago
Stefan Bühler 424e1a37f8 [core] Reset con->out (response body) queue counters (used by mod_accesslog) for keep-alive
2 years ago
Stefan Bühler d544ee105d [core] docs say empty log targets request not logging; actually implement that (went to stderr)
2 years ago
Stefan Bühler 76fccefc84 [core] encode path in li_vrequest_redirect_directory
3 years ago
Stefan Bühler 51a7fd577c [core]: fix query string handling in li_vrequest_redirect_directory (dirlist, index)
3 years ago
Stefan Bühler 505bfb053f [core] move CGI environment creation to core
4 years ago
Stefan Bühler 8989ca32d4 [mod_{fast,s}cgi] support REQUEST_SCHEME cgi variable
4 years ago
Stefan Bühler afaf285bfb [core] fix chunk decoding bug: reused stale context after forwarding chunk data
4 years ago
Stefan Bühler 7078063491 [core] fix parsing of chunk digits
4 years ago
Stefan Bühler a41b92eb8a [core] fix segfault in http response streaming
4 years ago
Stefan Bühler d8bd405a19 [core] fix crash when HTTP backend "Upgrade"s
4 years ago
Stefan Bühler bffe96f5d0 [build] sync extra warning flags between cmake and autobuild
4 years ago
Stefan Bühler d167e6e416 [core/mod_proxy] support http backends trying to run keep-alive
4 years ago
Stefan Bühler 52566836a0 [core] fix fallthrough annotation for gcc
4 years ago
Stefan Bühler 8643cafa22 [core] fix log level of connection: (backend) response header parsing
4 years ago
Stefan Bühler bda1a90f27 [core] add strict.post_content_length option
5 years ago
Stefan Bühler bc6b256c34 [core] use readdir instead of readdir_r
6 years ago
Stefan Bühler b3dcc9662e [mod_openssl] fix C90 mixed declarations and code warning
6 years ago
Stefan Bühler 04e54a4388 [mod_openssl] fix crash with libressl or openssl < 1.1
6 years ago
Stefan Bühler 8c68b120da [mod_gnutls] support OCSP responses in sni backends
6 years ago
Stefan Bühler e0e96ae377 [plugin_core] fix segfault in fetch.files_static init
6 years ago
Stefan Bühler 808cdf301b handle ENAMETOOLONG in various places
6 years ago
Stefan Bühler f6990a9d8a [plugin_core] support patterns in alias target
6 years ago
Stefan Bühler c8b27d7462 [mod_openssl] fix warnings and compile breaks with openssl 1.1.0
6 years ago
Simon Lundström a4804cbd93 Add NO_TLSv1_1 and higher options
6 years ago
Stefan Bühler 3d2880258d [mod_gnutls] workaround gnutls API breakage, and prepare for future ones
7 years ago
Stefan Bühler fc0119720e [mod_gnutls] use gnutls_pem_base64_decode_alloc instead of gnutls_pem_base64_decode2 (compat name for old versions)
7 years ago
Stefan Bühler d72a3c2940 [mod_gnutls] add basic OCSP response stapling support
7 years ago
Stefan Bühler 7fb0148348 [mod_gnutls] use only pin callback, don't pass pin as parameter
7 years ago
Stefan Bühler 6a0e57ec8f [parsers] fix unused variable warnings
7 years ago
Stefan Bühler 130f14a3ea [config] expect exactly one comma between list entries
7 years ago
Stefan Bühler a1340123be [cmake] handle include directories separately
7 years ago
Stefan Bühler 3a4698d6b9 [pattern] fix all calls of li_pattern_eval to provide latest regex match
7 years ago
Stefan Bühler d2c6a28d97 use g_assert instead of g_assert_true for older glib2 versions
8 years ago
Stefan Bühler c9a3764f12 [ssl] don't exit early when there is no data to write; otherwise EOS stream handling is not triggered
8 years ago
Stefan Bühler f527a16138 [debug] provide more unique event names for waitqueues
8 years ago
Stefan Bühler 535f6b4afb [streams] improve stream handling, hopefully fixes bug with lingering backend connections
8 years ago
Stefan Bühler 4375aba174 [request parser] adapt whitespace removal from response parser, fixes bug removing last character if CR was missing
8 years ago
Stefan Bühler f6def17999 [common] format IPv6 addresses with port as [addr]:port (added the square brackets)
8 years ago
Stefan Bühler 811e13cfcd [common] fix out-of-bounds read in li_sockaddr_to_string
8 years ago
Stefan Bühler 78ac96cc04 [mod_debug] show more details for events
8 years ago
Stefan Bühler b37d95facf [lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile
8 years ago
Stefan Bühler 6b22f2f104 [mod_debug] debug events
8 years ago
Stefan Bühler 66bd6b22a2 track event "names" for debugging
8 years ago
Stefan Bühler a5886b3a81 [mod_openssl] various fixes, fix error handling
8 years ago
Stefan Bühler 10305546cb [core] close out stream nicely on regular shutdown (fixes openssl session problem)
8 years ago
Stefan Bühler f144349c72 [mod_openssl] allow all authentication methods in default cipher string
8 years ago