Gráfico de commits

  • faaf3bc229 [mod_dirlisting] check for response stream bufmin gstrauss 2023-11-09 20:50:33 -05:00
  • 62780b7a42 [mod_dirlisting] dir-listing.sort option (#3235) gstrauss 2023-11-09 00:11:28 -05:00
  • b7a4977835 [mod_dirlisting] smaller funcs to generate listing gstrauss 2023-11-09 00:07:15 -05:00
  • 0a49dde383 [mod_h2] h2_send_1xx() lowercase field names (fixes #3233) gstrauss 2023-11-04 00:36:32 -04:00
  • 54f9cb0bf0 [mod_h2] send 500 if backend oversized resp hdrs gstrauss 2023-11-04 00:30:30 -04:00
  • eb3c7e19ad - next is 1.4.74 gstrauss 2023-10-30 22:56:34 -04:00
  • 8ee3dae067 [doc] NEWS lighttpd-1.4.73 gstrauss 2023-10-30 11:57:20 -04:00
  • 88c9c86771 [mod_openssl] include openssl/hmac.h for boringssl gstrauss 2023-10-23 20:49:45 -04:00
  • 132d32e84f [mod_openssl] warn if openssl version < 3.0.0 gstrauss 2023-10-23 20:34:48 -04:00
  • b0da834923 [mod_h2] detect and log HTTP/2 rapid reset attack gstrauss 2023-10-23 13:33:30 -04:00
  • 7b48f3c843 [mod_h2] detect and log HTTP/2 rapid reset attack gstrauss 2023-10-23 07:19:48 -04:00
  • daeb82441c [mod_mbedtls] handle mbedtls 3.x partial write gstrauss 2023-10-23 05:19:03 -04:00
  • d8676e111c [core] comment out li_rand_bytes() (unused) gstrauss 2023-10-23 03:13:21 -04:00
  • e9bfc3dca0 [mod_mbedtls] honor MBEDTLS_USE_PSA_CRYPTO for rand gstrauss 2023-10-23 02:58:27 -04:00
  • 29eb784567 [core] honor MBEDTLS_USE_PSA_CRYPTO for hash,rand gstrauss 2023-10-23 01:36:12 -04:00
  • ddf055d311 [mod_h2] detect and log HTTP/2 rapid reset attack gstrauss 2023-10-21 10:47:08 -04:00
  • 776545eb4a [mod_h2] defer frame handling if stream pend close gstrauss 2023-10-21 09:07:23 -04:00
  • c13e476454 [mod_h2] defer input parsing if large output queue gstrauss 2023-10-20 04:24:25 -04:00
  • 546a4f76d4 [core] omit dlopen trace for mod_h2, mod_deflate gstrauss 2023-10-19 07:36:55 -04:00
  • 71ceb1b572 [mod_h2] disable h2proto if mod_h2 was not found gstrauss 2023-10-19 07:03:41 -04:00
  • 83eadca2e8 [mod_wstunnel] Sec-WebSocket-Protocol only if req hdr gstrauss 2023-10-19 03:32:54 -04:00
  • 4bb346c062 [core] parse entire server.http-parseopts list gstrauss 2023-10-19 02:00:05 -04:00
  • 3ac057202f [mod_h2] h2_discard_headers() to HPACK-decode hdrs gstrauss 2023-10-17 06:56:43 -04:00
  • 3cbda6bc63 [mod_h2] discard new streams after GOAWAY sent gstrauss 2023-10-17 00:20:20 -04:00
  • 4f6ecda25a [mod_h2] send GOAWAY to excessive request flood gstrauss 2023-10-16 06:20:54 -04:00
  • 965372c0d6 [mod_h2] h2_recv_headers() parse trailers earlier gstrauss 2023-10-16 01:53:45 -04:00
  • 4079322375 [mod_h2] h2_parse_headers_frame() adjust args gstrauss 2023-10-16 00:26:12 -04:00
  • 142f068eed [mod_h2] send GOAWAY to excessive request flood gstrauss 2023-10-15 02:16:54 -04:00
  • e166afab23 [mod_h2] check send window before defer frame rd gstrauss 2023-10-15 02:00:19 -04:00
  • 3b3c436c8b [mod_h2] parse HEADERS flags sooner gstrauss 2023-10-14 01:37:41 -04:00
  • 3322ccb214 [mod_openssl] set default curves for ossl < 1.1.0 gstrauss 2023-10-08 15:00:42 -04:00
  • 0c5d7096c0 [core] warn if out-of-range value for config short gstrauss 2023-10-07 22:04:32 -04:00
  • 093f43b864 [core] add .mkv to mimetype.assign builtin defaults gstrauss 2023-10-07 00:33:26 -04:00
  • e01ab61941 - next is 1.4.73 gstrauss 2023-10-06 20:43:17 -04:00
  • 665de70a80 [doc] NEWS lighttpd-1.4.72 gstrauss 2023-10-06 19:14:27 -04:00
  • be75237148 [mod_magnet] quiet 32-bit compiler warning gstrauss 2023-10-06 19:36:45 -04:00
  • aacde2efd9 [mod_simple_vhost,mod_evhost] minor code transform gstrauss 2023-10-06 02:52:44 -04:00
  • 0ad184495e [mod_simple_vhost,mod_evhost] check host strict gstrauss 2023-10-06 02:31:43 -04:00
  • eee7137998 [core] warn if IPv6 socket not supported gstrauss 2023-10-02 10:10:48 -04:00
  • 5516ec8602 [core] expand mimetype.assign builtin defaults gstrauss 2023-10-02 04:28:48 -04:00
  • bd45388743 [multiple] mark func __attribute_returns_nonnull__ gstrauss 2023-10-02 01:53:53 -04:00
  • e2e7cc3d9e [mod_h2] comments and behavior for h2spec tests gstrauss 2023-09-26 10:59:33 -04:00
  • ab1295d65a [mod_h2] process headers for debug gstrauss 2023-09-29 04:16:37 -04:00
  • 867aa1cca1 [core] reject Connection hdr in h2 as soon as seen gstrauss 2023-09-29 00:41:04 -04:00
  • 08e2deb66f [core] reset addtl state b4 dynamic error handler gstrauss 2023-09-26 15:29:52 -04:00
  • b4fc3b0cdc [core] comment out redundant code gstrauss 2023-09-26 10:25:22 -04:00
  • 63a686c178 [core] http_request_validate_pseudohdrs comment gstrauss 2023-09-26 10:24:15 -04:00
  • d59bee7bda [scons] include mod_h2 in static builds (fixes #3224) gstrauss 2023-09-20 21:27:36 -04:00
  • 9ea82d4184 [mod_webdav] reject non-identity Content-Encoding gstrauss 2023-09-19 01:32:09 -04:00
  • 2328eccbad [mod_dirlisting] send 103 Early Hints only for h2+ gstrauss 2023-09-18 01:19:10 -04:00
  • 66349e281f [core] add config option to reject pathinfo gstrauss 2023-09-13 00:09:59 -04:00
  • d7a9c86294 [mod_magnet] lighty.c.readlink() (fixes #3223) gstrauss 2023-09-12 01:23:57 -04:00
  • eb0a2f9a7d [core] _WIN32 fs_win32_readlinkUTF8() (#3223) gstrauss 2023-09-12 01:22:48 -04:00
  • b0369b0dbd [multiple] use splaytree_insert_splayed() gstrauss 2023-09-11 12:49:21 -04:00
  • 0523c65ad8 [core] splaytree: splaytree_insert_splayed() gstrauss 2023-09-11 12:48:02 -04:00
  • 5f1b0a1ec2 [multiple] use splaytree_delete_splayed_node() gstrauss 2023-09-11 11:58:23 -04:00
  • 21f6343e00 [core] splaytree: splaytree_delete_splayed_node() gstrauss 2023-09-11 11:57:53 -04:00
  • 1eb60deb9f [mod_openssl] replace deprecated openssl funcs gstrauss 2023-09-10 23:56:21 -04:00
  • f7f800c5cc [mod_openssl] disable DH auto if DHParameters set gstrauss 2023-09-10 23:41:59 -04:00
  • 98732c3576 [h2] comment struct h2con h2_sid member is unused gstrauss 2023-09-10 23:40:56 -04:00
  • c7d3236883 [multiple] use splaytree_splay_nonnull() gstrauss 2023-09-10 23:39:39 -04:00
  • 01a8084e80 [core] stat_cache: stat_cache_sptree_ndx() gstrauss 2023-09-10 23:38:49 -04:00
  • 7988a4b7ad [core] splaytree: splaytree_splay_nonnull() gstrauss 2023-09-10 23:35:57 -04:00
  • 75070ba693 [core] splaytree: compare keys directly gstrauss 2023-09-10 15:27:09 -04:00
  • b7eeb1d992 [core] splaytree: use all 32-bits of hash value gstrauss 2023-09-10 15:24:15 -04:00
  • acff6cd34b [core] stat_cache_refresh_entry() gstrauss 2023-08-17 05:39:01 -04:00
  • a611e8b242 [core] show_features() show inotify or kqueue gstrauss 2023-08-15 00:00:07 -04:00
  • 52a509ff2b [core] add config opt to send GOAWAY for bad auth gstrauss 2023-08-13 16:30:41 -04:00
  • 7dddbc9960 [core] mark some cold routines noinline gstrauss 2023-08-13 13:13:00 -04:00
  • 854503631d [core] expand mimetype.assign builtin defaults gstrauss 2023-08-12 13:27:48 -04:00
  • 44d311b24a [core] add config option to reject pathinfo gstrauss 2023-08-12 04:20:33 -04:00
  • 0fdf13a268 [core] http_response_304(), http_response_412() gstrauss 2023-08-11 21:42:15 -04:00
  • 73f3c7f2d4 [mod_deflate] do not compress any 1xx status gstrauss 2023-08-11 19:58:40 -04:00
  • b9ec84f06f [core] use different getxattr() prototype on MacOS gstrauss 2023-08-11 00:28:02 -04:00
  • a466965e07 [meson] Fix 'getoption' meson typo Sam James 2023-06-25 06:18:40 +01:00
  • 2b644c3148 [core] http_response_prepare() tweaks gstrauss 2023-08-10 21:17:20 -04:00
  • 80183e741a [core] http_response_physical_pathinfo() gstrauss 2023-08-10 16:52:10 -04:00
  • 7c6fc430cb [core] h2_process_streams() simpler loop to retire gstrauss 2023-08-08 23:38:20 -04:00
  • 4343c635ce [core] tighten h2_process_streams() gstrauss 2023-08-08 23:12:00 -04:00
  • d91ef120bc [core] yield writing large HTTP/1.x on slow device gstrauss 2023-08-08 23:04:15 -04:00
  • 2da808fced [core] remove connection_handle_write HTTP/1.x opt gstrauss 2023-08-08 22:25:59 -04:00
  • 6ce358f555 [core] optim for non-throttle writes gstrauss 2023-08-08 13:06:50 -04:00
  • 22c2f3bbb7 [core] reset connection-level state at con level gstrauss 2023-08-08 11:51:02 -04:00
  • 7db6ebebdc [core] short-circuit connection_state_machine_loop gstrauss 2023-08-07 17:18:49 -04:00
  • 82ae5070fc [core] dev-only internal request state debugging gstrauss 2023-08-07 15:25:59 -04:00
  • 1fdf2b29d1 [core] warn dynamic mods listed before staticfile gstrauss 2023-08-03 01:08:38 -04:00
  • 140c6e31a8 [core] reject uppercase in unrecognized HTTP/2 hdr gstrauss 2023-08-02 17:33:58 -04:00
  • d71fc70c8d [core] reject empty Content-Length for HTTP/1.x gstrauss 2023-08-03 00:13:20 -04:00
  • a30858452e [core] disable keep-alive if HTTP/1.1 CL and TE gstrauss 2023-08-02 13:19:46 -04:00
  • 0558138ce9 [build] packdist.sh now produces .md for www.l.n gstrauss 2023-07-30 16:32:16 -04:00
  • d8239801cd [core] attempt to quiet coverity warning gstrauss 2023-07-29 17:07:21 -04:00
  • 6b06de447d [tests] test_http_range.c gstrauss 2023-07-29 01:48:24 -04:00
  • 75c3d35698 [core] allow larger number of Ranges if sorted gstrauss 2023-07-29 01:43:38 -04:00
  • 0f30a368c7 [core] optimize for non-Range requests gstrauss 2023-07-29 01:40:18 -04:00
  • 2933119ccd [CI] ci-build.sh re-enable additional dependencies gstrauss 2023-07-29 16:48:27 -04:00
  • 22a51c2b3c [CI] remove maxminddb from autobuild,cmake; let rest build gstrauss 2023-07-28 00:10:09 -04:00
  • 49a7ca19b1 [CI] ci-build.sh: fix typo --with-pam gstrauss 2023-07-28 00:05:48 -04:00
  • 1b886b9de1 [CI] ci-build.sh: adjust meson; add pam, maxminddb gstrauss 2023-07-28 00:02:33 -04:00
  • b4b9429b39 [mod_nss] nspr include prefix portability(attempt) gstrauss 2023-07-27 10:08:14 -04:00
  • 2f9aa55bc5 [CI] remove mbedtls from autobuild; let rest build gstrauss 2023-07-26 22:57:12 -04:00