2
0

Gráfico de Commits

  • 96b2516eb0 [core] omit pcre2 JIT error trace if JIT not avail gstrauss 2024-07-27 15:52:24 -04:00
  • 3bc0bc2f81 [mod_auth] fix Digest nonce validation w/ nonce_secret ToMe25 2024-07-19 16:40:06 +02:00
  • 1f3a70204d [mod_dirlisting] minor optimization for ?json gstrauss 2024-07-15 22:17:03 -04:00
  • 8ad583c811 [mod_dirlisting] fix ?json output; emit JSON list (fixes #3256) gstrauss 2024-07-13 13:03:53 -04:00
  • a191b36e6c [h2] fix spurious connection resets with zero log_monotonic_secs Martin Nowak 2024-07-12 02:34:22 +02:00
  • 880ad0c211 [core] http_request_check_uri_strict optimization gstrauss 2024-07-11 12:49:43 -04:00
  • a578c50d78 [multiple] quiet coverity false positives gstrauss 2024-07-09 15:17:17 -04:00
  • 76ae650921 [core] strictly require CRLF on all chunked header gstrauss 2024-07-09 11:10:40 -04:00
  • 8264827198 [core] strictly require CRLF on chunked header gstrauss 2024-07-09 11:07:18 -04:00
  • ec4a718620 [core] remove http_request_parse_proto_loose() gstrauss 2024-06-18 04:54:26 -04:00
  • afb30aea49 [core] reject HTTP/1.x request-line URI trail sp gstrauss 2024-06-18 03:01:34 -04:00
  • 2b86de571b [core] server.ip-transparent option on listen sock Serhey Popovych 2018-03-10 20:54:02 +02:00
  • 51d48de7b0 [autotools] Prefer libpcre.pc to pcre-config Logan Grosz 2024-06-11 16:54:01 -06:00
  • 29302cc1e0 [mod_dirlisting] Add dark mode support Ebrahim Byagowi 2024-06-08 13:29:34 +00:00
  • aaab8312c5 [core] clarify error msg for plugin ver mismatch gstrauss 2024-06-08 19:47:39 -04:00
  • 38fe2724b8 [doc] remove ancient doc/scripts/spawn-php.sh gstrauss 2024-06-06 00:47:42 -04:00
  • 7349bf9975 [mod_webdav] disable double-quoted string literal gstrauss 2024-06-03 00:54:52 -04:00
  • 01b1b3fb1f [mod_webdav] call sqlite3_initialize() at init gstrauss 2024-06-03 00:51:41 -04:00
  • a2b4315366 [mod_webdav] use SQLITE_PREPARE_PERSISTENT gstrauss 2024-06-03 00:40:49 -04:00
  • 5bf35038a1 [autotools] add pkgconf test for libdbi gstrauss 2024-05-29 21:07:32 -04:00
  • 42760f4d08 [mod_accesslog] ignore format specifier w/o label gstrauss 2024-05-27 03:33:25 -04:00
  • dcaadd1bf5 [mod_deflate] limit zstd max window size to 8 MB gstrauss 2024-05-26 23:01:56 -04:00
  • 31eb30126a [doc] remove ancient doc/scripts/spawn-php.sh gstrauss 2024-05-13 23:35:15 -04:00
  • 5f752ab4d4 [core] port for QNX7.1/8.0 Pavlo Kleymonov 2024-04-30 12:33:03 +02:00
  • 4a7514e12e [tests] fix deflate tests w/ Fedora zlib-ng-compat gstrauss 2024-05-11 20:53:53 -04:00
  • 3614978ca4 [tests] disambiguate regex test value from string gstrauss 2024-05-11 20:53:20 -04:00
  • d958c3617e [cmake] fix some typos in pcre2 detection gstrauss 2024-05-10 08:52:17 -04:00
  • 12451b58f0 [core] preprocessor option to force crypto lib gstrauss 2024-05-05 12:12:36 -04:00
  • e65d878318 [core] fix graceful shutdown timeout handling gstrauss 2024-05-02 03:09:40 -04:00
  • 9b68b44b27 [multiple] rename config_plugin_value_tobool gstrauss 2024-05-01 08:03:13 -04:00
  • 7df800a2af [mod_ssi] rename ssi_val_tobool to ssi_val_to_bool gstrauss 2024-05-01 07:55:28 -04:00
  • 5246144555 [core] special value for Linux POLLRDHUP on SPARC (fixes #3251) gstrauss 2024-04-24 03:07:37 -04:00
  • 88ff3763da Revert "[core] special value for Linux POLLRDHUP on SPARC" (fixes #3251) gstrauss 2024-04-23 00:16:29 -04:00
  • 3ffd528ad5 [core] add .torrent to mimetype.assign builtin defaults gstrauss 2024-04-17 23:47:44 -04:00
  • a606f4e25b [build] remove ancient distribute.sh.in script gstrauss 2024-04-13 01:49:21 -04:00
  • b5b5973a36 [build] packdist.sh tweaks of convenience commands gstrauss 2024-04-12 16:44:07 -04:00
  • 452af64a54 - next is 1.4.77 gstrauss 2024-04-12 15:35:54 -04:00
  • f6c1ec2292 [doc] NEWS lighttpd-1.4.76 gstrauss 2024-04-11 01:30:19 -04:00
  • 081d6cb0e7 [ci] workaround some packaging issues in NetBSD 10 gstrauss 2024-04-10 15:03:19 -04:00
  • 42c8a1ac94 [core] defer TCP_FIN propagate if connect()ing (fixes #3249) gstrauss 2024-04-10 10:35:46 -04:00
  • c46b6e912a [core] reduce syscalls in some backend connect gstrauss 2024-04-07 07:13:23 -04:00
  • fc7cd36e91 [core] gw_network_backend_write_error() cold func gstrauss 2024-04-07 07:03:57 -04:00
  • abd2bb22c1 [build] packdist.sh git archive; replace make dist gstrauss 2024-04-06 18:31:00 -04:00
  • 55448ba6e3 [h2] VU#421644 HTTP/2 CONTINUATION Flood gstrauss 2024-04-06 00:46:31 -04:00
  • d2bf79a0d0 [mod_openssl] define asn1 time w/ OPENSSL_NO_OCSP gstrauss 2024-03-28 00:31:05 -04:00
  • f14f9142f4 [core] special value for Linux POLLRDHUP on SPARC gstrauss 2024-03-25 18:06:33 -04:00
  • 80e2a15a1b [core] GNU/Hurd preadv2() RWF_NOWAIT ENOTSUP gstrauss 2024-03-25 13:06:12 -04:00
  • a12bcd799f [mod_staticfile] noinline cold func gstrauss 2024-03-20 22:17:38 -04:00
  • 4d12c53816 [mod_expire] omit caching hdrs for 204 No Content gstrauss 2024-03-20 22:06:25 -04:00
  • 4ebc8afa04 [core] disable MPTCP support by default gstrauss 2024-03-18 12:30:32 -04:00
  • 4eeedbb927 [core] add MPTCP support Maxime Dourov 2024-03-13 16:03:16 +01:00
  • 388b94ba11 [core] add default to builtin mimetype.assign gstrauss 2024-03-16 13:13:50 -04:00
  • 4145070755 - next is 1.4.76 gstrauss 2024-03-13 11:14:57 -04:00
  • 45be711895 [doc] NEWS lighttpd-1.4.75 gstrauss 2024-03-13 11:04:26 -04:00
  • 346f350e75 [doc] update TLS comment in sample lighttpd.conf gstrauss 2024-03-08 00:44:47 -05:00
  • 50fa63c870 [mod_wolfssl] faster ASN1_TIME parse gstrauss 2024-03-06 07:31:08 -05:00
  • 2b4f40ca97 [mod_openssl] faster ASN1_TIME parse gstrauss 2024-03-05 11:48:19 -05:00
  • 7adc0f65fb [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244) gstrauss 2024-03-05 05:57:31 -05:00
  • 3d400ce06d [mod_dirlisting] fix suffix display of '/' on file (fixes #3242) gstrauss 2024-02-29 20:59:57 -05:00
  • e135019317 [mod_wstunnel] fix server.ping-interval w/ HTTP/2 gstrauss 2024-02-28 04:49:12 -05:00
  • e844455129 [ci] prefer dash for Cygwin and MSYS2 builds gstrauss 2024-02-27 05:42:26 -05:00
  • 9218a72d09 [ci] prefer non-login shell for Cygwin CI build gstrauss 2024-02-27 05:32:26 -05:00
  • 534d6899ef [ci] limit github ci to specific branches gstrauss 2024-02-26 00:49:12 -05:00
  • 97a7599ee5 [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE Dr. Sergey Pogodin 2024-02-25 21:52:28 +01:00
  • 33b82bbb76 [mod_accesslog] fdlog_openlog() if using syslog gstrauss 2024-02-23 04:03:14 -05:00
  • 98efe7a07e [core] fdlog_openlog(), fdlog_closelog() gstrauss 2024-02-23 04:01:10 -05:00
  • 47db644874 [build] include src/compat/sys/queue.h in tarball gstrauss 2024-02-22 00:33:16 -05:00
  • c5757401f5 [mod_authn_sasl] translate SASL_LOG_* to syslog gstrauss 2024-02-21 23:41:39 -05:00
  • b02a37aebb [ci] /usr/local/opt keg-only pkgs on Darwin(macOS) gstrauss 2024-02-21 23:15:03 -05:00
  • 5aed583d2a [ci] apt-get install build-essential on Ubuntu gstrauss 2024-02-21 23:13:19 -05:00
  • 87b3a9cab8 [TLS] default to stronger ciphers w/ PFS and AEAD gstrauss 2024-02-21 11:16:45 -05:00
  • af7cdb5f7a [ls-hpack] update version to 2.3.3 gstrauss 2024-02-20 06:01:58 -05:00
  • 106c4b147b [ls-hpack] more portability fixes for sys/queue.h gstrauss 2024-02-20 05:15:29 -05:00
  • 1ee6ac5107 [mod_redirect] url.redirect-code = 308 new default gstrauss 2024-02-20 02:11:04 -05:00
  • 38be7b4bd9 - next is 1.4.75 gstrauss 2024-02-20 00:16:15 -05:00
  • b7369e4407 [doc] NEWS lighttpd-1.4.74 gstrauss 2024-02-19 12:09:46 -05:00
  • 6f880a49ed [mod_h2] send 502 if backend oversized resp hdrs gstrauss 2024-02-19 11:23:24 -05:00
  • 0284e6da1d [doc] fix typos in doc/config/lighttpd.conf gstrauss 2024-02-17 22:06:36 -05:00
  • f3a48ac17d [mod_wstunnel] quiet coverity warning gstrauss 2024-02-16 05:31:45 -05:00
  • 72d8c6b25e [build] remove libuuid dependency (fixes #1056) gstrauss 2024-02-15 23:45:24 -05:00
  • 3dbe74c142 [mod_webdav] webdav_uuid_v4() to supplant libuuid (#1056) gstrauss 2024-02-15 23:11:36 -05:00
  • 381ec0a398 [multiple] gw_backend_error_trace() (fixes #1406) gstrauss 2024-02-15 05:09:43 -05:00
  • 07ea319ea0 [mod_wstunnel] use log_warn(),log_notice(),log_info() (#3239) gstrauss 2024-02-15 03:23:14 -05:00
  • 8a730ac37f [debug] use log_debug() instead of log_error() (#3239) gstrauss 2024-02-15 03:22:07 -05:00
  • f94f4cbaea [mod_magnet] expand guidance in error message (#3240) gstrauss 2024-02-14 22:46:09 -05:00
  • 7402f1007f [mod_magnet] interface to downgrade HTTP/1.1 to 1.0 gstrauss 2024-02-14 19:09:35 -05:00
  • ee7e7ae745 [core] unset Upgrade if downgrade HTTP/1.1 to 1.0 gstrauss 2024-02-13 02:23:45 -05:00
  • b3b5873cbd [mod_proxy] handle HTTP/1.0 unspecified req len gstrauss 2024-02-13 01:52:48 -05:00
  • 93398735cc [mod_magnet] lighty.r.req_body.unspecified_len gstrauss 2024-02-12 00:33:59 -05:00
  • b0fe02ec81 [core] lighttpd.conf detect,err if consecutive str gstrauss 2024-02-11 23:03:08 -05:00
  • 0676b2573e [core] fix crash with invalid lighttpd.conf syntax gstrauss 2024-02-11 05:34:08 -05:00
  • 115203ae4e [core] clarify configfile parse comment gstrauss 2024-02-11 00:35:06 -05:00
  • d7a9a4392e [ci] add missing intermediate dep for Cygwin gstrauss 2024-02-09 05:17:47 -05:00
  • 5ae496ebe8 [core] accept 65536 in config for ushort values gstrauss 2024-02-08 14:19:32 -05:00
  • d86f90e972 [core] li_tohex*() no longer adds '\0' gstrauss 2024-02-05 03:55:02 -05:00
  • 32f971a661 [core] array require nonnull for insert,replace gstrauss 2024-02-05 01:02:40 -05:00
  • b98f7713e5 [core] buffer.c combine asserts gstrauss 2024-02-04 23:25:01 -05:00
  • 44a2d29f9d [core] shared code chunkqueue_close_tempchunk() gstrauss 2024-02-04 15:13:06 -05:00
  • 46820d4424 [mod_fastcgi] check env w/ cond instead of assert gstrauss 2024-02-04 04:42:33 -05:00
  • 96e17391fc [core] remove assert from sock_addr.c gstrauss 2024-02-04 04:26:23 -05:00