Commit Graph

  • 980554bc70 [core] simplify buffer_path_simplify() gstrauss 2021-05-08 14:34:05 -04:00
  • b2f4c00784 [core] mark some likely hot paths (better asm) gstrauss 2021-05-08 00:56:30 -04:00
  • 17d9733f6e [core] http_response_prepare() OPTIONS *, CONNECT gstrauss 2021-05-07 19:42:08 -04:00
  • 325690b039 [core] mark cold paths in http_response_config gstrauss 2021-05-07 16:14:14 -04:00
  • f7bcc83355 [core] buffer_is_equal_string -> buffer_eq_slen gstrauss 2021-05-06 23:19:03 -04:00
  • 1aae63af62 [core] remove buffer_is_equal_right_len() gstrauss 2021-05-06 22:51:39 -04:00
  • e0a4a7849f [core] check for Upgrade before h2 upgrade check gstrauss 2021-05-06 21:54:53 -04:00
  • e2bd776f8f [tests] disable secdownload HMAC tests for NSS gstrauss 2021-05-06 20:11:36 -04:00
  • 28f1d010d2 [core] improve HTTP/2 behavior w/ max-request-size gstrauss 2021-05-06 17:18:34 -04:00
  • b288eeafaa [core] http_response_send_file() mark cold paths gstrauss 2021-05-05 19:40:48 -04:00
  • 2097fe441b [mod_extforward] shared mod_extforward_bad_request gstrauss 2021-05-05 16:50:25 -04:00
  • 6c40f997b9 [core] merge http_response_send_file 0-size case gstrauss 2021-05-05 14:40:37 -04:00
  • 4c12d7da08 [core] tighten code in request_check_hostname() gstrauss 2021-05-05 13:09:33 -04:00
  • 060be714be [mod_auth] include unistd.h for crypt() on Mac OS gstrauss 2021-05-04 23:53:34 -04:00
  • a473d48c43 [core] consolidate overflow checks in li_to_base64 gstrauss 2021-05-04 20:16:09 -04:00
  • bc572e1c56 [core] base64_charset enum supports only 2 tables gstrauss 2021-05-04 19:56:13 -04:00
  • 6de4c809c9 [core] buffer_append_base64_encode_opt() gstrauss 2021-05-04 19:34:26 -04:00
  • 6f942adfe0 [core] li_to_base64 alt code to add padding gstrauss 2021-05-04 13:52:57 -04:00
  • 5e39c81ff2 [core] li_base64_decode mark cold code path gstrauss 2021-05-04 13:12:16 -04:00
  • 099dc83fbe [core] li_base64_decode similar to li_to_base64 gstrauss 2021-05-04 12:53:51 -04:00
  • 871ef50eff [build] --with-nss add test for /usr/include/nspr4 gstrauss 2021-05-04 10:51:18 -04:00
  • 57c8b3287d [mod_staticfile] move cold paths to separate func gstrauss 2021-05-04 10:07:18 -04:00
  • 9a5e1652be [multiple] static file optimization; reuse cache gstrauss 2021-05-03 22:18:20 -04:00
  • 7ff6adc44c [core] tolerate dup array config values if match gstrauss 2021-05-01 13:15:31 -04:00
  • 92d467b45e [TLS] ALPN h2 policy gstrauss 2021-04-29 14:17:10 -04:00
  • 9ac307ec14 [mod_authn_file] wipe password/digest after use gstrauss 2021-04-29 09:19:56 -04:00
  • 13ea2d880b [core] consistent inclusion of sys-time.h gstrauss 2021-04-28 13:18:37 -04:00
  • a1eba3c89b [core] reuse code to parse backend response gstrauss 2021-04-27 15:13:40 -04:00
  • 3a845f7bec [mod_webdav] quiet pedantic compiler warning gstrauss 2021-04-27 14:03:06 -04:00
  • 1db8da2fb6 [mod_expire] send only Cache-Control to >=HTTP/1.1 gstrauss 2021-04-27 03:03:39 -04:00
  • 6b6252a3ba [core] move timegm() impl inline in sys-time.h gstrauss 2021-04-26 12:50:20 -04:00
  • c2feb3e1ad [mod_expire] check for default if mime not found gstrauss 2021-04-26 08:59:34 -04:00
  • 885d956edb [core] recognize "enabled"/"disabled" for bool gstrauss 2021-04-25 15:47:23 -04:00
  • e20e8e4686 [mod_webdav] accept alt syntax in webdav.opts gstrauss 2021-04-25 15:46:59 -04:00
  • 1d478003d5 [mod_expire] accept time labels without plural 's' gstrauss 2021-04-25 04:52:41 -04:00
  • a7b95c5b6a [mod_expires,mod_webdav] fix truncated date string gstrauss 2021-04-24 04:25:20 -04:00
  • 81d18a8e35 [core] discard some HTTP/2 DATA after response (fixes #3078) gstrauss 2021-04-22 01:11:47 -04:00
  • 3392e8fb11 [core] update ls-hpack gstrauss 2021-04-20 22:04:56 -04:00
  • 7d27dd9a72 [mod_nss] define TLSv1_3 as bitflag gstrauss 2021-04-16 07:06:02 -04:00
  • b2b15d9165 [core] exit 0 upon shutdown if no connections open gstrauss 2021-04-07 16:31:55 -04:00
  • 84c518ead0 [scons] link lighttpd with pcre for static build gstrauss 2021-04-07 01:28:51 -04:00
  • 39f6fce7f7 [scons] link lighttpd with pcre for fullstatic gstrauss 2021-04-07 01:16:51 -04:00
  • f13752f3da [multiple] quiet coverity warnings gstrauss 2021-04-07 01:06:39 -04:00
  • fccf2b768c [mod_dirlisting] ignore error if include file fail gstrauss 2021-04-07 00:37:09 -04:00
  • 8e14cdc5c5 [mod_webdav] always define webdav_mmap_file_chunk gstrauss 2021-04-07 00:20:46 -04:00
  • 579045de84 [mod_openssl] issue error trace if < openssl 1.1.1 gstrauss 2021-04-06 22:52:56 -04:00
  • 454ecaa5f9 [TLS] rename ssl.verifyclient.ca-*file options gstrauss 2021-04-06 22:31:08 -04:00
  • 325d89b99f [multiple] more reuse of http_date_time_to_str() gstrauss 2021-04-03 12:43:46 -04:00
  • c41ebea4bb [build] fix zstd option in meson (fixes #3076) gstrauss 2021-04-02 01:01:02 -04:00
  • 82abd16dd7 [mod_proxy] send HTTP/1.0 to backend if no Host gstrauss 2021-04-02 00:43:03 -04:00
  • 20a68d7301 [core] vector.h tweaks gstrauss 2021-04-01 22:18:16 -04:00
  • 7283c43566 [mod_webdav] limit mem use under extreme condition gstrauss 2021-04-01 11:25:42 -04:00
  • c6362e127f [mod_webdav] webdav_log_xml_response() gstrauss 2021-03-31 20:16:10 -04:00
  • 378bc0343f [mod_dirlisting] dir-listing.cache option gstrauss 2021-03-31 08:34:53 -04:00
  • 94359ac956 [mod_dirlisting] parse query string in javascript gstrauss 2021-03-28 22:52:38 -04:00
  • fa4e2b87c5 [mod_dirlisting] upper limit on parallel dirlist gstrauss 2021-03-28 10:46:25 -04:00
  • 8d4da3392c [mod_dirlisting] read dir in pieces; less blocking gstrauss 2021-03-26 22:56:46 -04:00
  • 376aea0320 [mod_dirlisting] restructure and keep state gstrauss 2021-03-26 22:53:27 -04:00
  • 36e0772984 [mod_dirlisting] process dir in subrequest handler gstrauss 2021-03-25 20:04:35 -04:00
  • 680e6b3bca [multiple] buffer_copy_path_len2() aggregate gstrauss 2021-03-25 13:29:18 -04:00
  • 262561fae1 [core] ignore empty headers unless pseudo-headers gstrauss 2021-03-25 07:53:55 -04:00
  • 7a078f567a [core] mark debug path unlikely gstrauss 2021-03-25 05:47:05 -04:00
  • 91b3b3bf90 [core] remove an excess check gstrauss 2021-03-25 04:12:21 -04:00
  • 9ee17ae2bc [core] mark some chunk.h funcs attr cold gstrauss 2021-03-25 04:11:57 -04:00
  • 3014a5f8c9 [core] mark select http_kv.[ch] funcs attr nonnull gstrauss 2021-03-25 04:09:51 -04:00
  • cfc8eeb5a7 [core] mark select buffer.[ch] funcs attr nonnull gstrauss 2021-03-25 04:09:00 -04:00
  • de40881a2e [core] define __attribute_nonnull__ gstrauss 2021-03-25 04:08:33 -04:00
  • dc01487ea6 [multiple] use buffer_append_* aggregates gstrauss 2021-03-24 21:39:08 -04:00
  • b4310877ac [core] config_vars_init() gstrauss 2021-03-24 21:32:51 -04:00
  • e7464bab9b [core] buffer_append_* aggregates gstrauss 2021-03-24 21:21:02 -04:00
  • 82fbfcba15 [build] check for mempcpy() gstrauss 2021-03-24 21:20:14 -04:00
  • 12acca1887 [core] short-circuit encoding if nothing to encode gstrauss 2021-03-24 11:05:13 -04:00
  • 4863c9a63c [multiple] pass len when copying constant strings gstrauss 2021-03-24 08:37:09 -04:00
  • f608217955 [mod_ssi] use intermediate chunkqueue to aggregate gstrauss 2021-03-24 08:36:32 -04:00
  • 7c8437a0ec [mod_ssi] shared code to wrap strftime() gstrauss 2021-03-24 06:59:53 -04:00
  • 6d008a147e [mod_status] double-buffer large output to tmpfile gstrauss 2021-03-24 05:21:45 -04:00
  • 4250de77d3 [mod_trigger_b4_dl] gdbm_reorganize once a day gstrauss 2021-03-23 16:05:02 -04:00
  • a6d1dccad3 [multiple] strftime %F and %T gstrauss 2021-03-23 11:52:21 -04:00
  • f711207d5c [mod_accesslog] reformat numeric timestamp code gstrauss 2021-03-23 11:42:35 -04:00
  • 8308915b4e [mod_accesslog] strftime %z for numeric timestamp gstrauss 2021-03-23 11:25:54 -04:00
  • 069c0fff21 [mod_accesslog] reformat numeric timestamp gstrauss 2021-03-23 11:24:52 -04:00
  • 4db5c1ec7b [mod_magnet] use http_chunk_* APIs gstrauss 2021-03-23 02:27:46 -04:00
  • 4eeff345b1 [mod_userdir] use 2-element cache gstrauss 2021-03-22 22:55:55 -04:00
  • be8ff83931 [core] buffer_append_strftime() perf annotations gstrauss 2021-03-22 13:59:58 -04:00
  • 0ffb8167c1 [TLS] use stack for SSL_CLIENT_S_DN_* tag gstrauss 2021-03-22 10:33:45 -04:00
  • 250ced26d8 [TLS] https_add_ssl_client_verify_err() gstrauss 2021-03-22 09:32:49 -04:00
  • 0bc7e0a3e6 [mod_indexfile] reduce copying of base path gstrauss 2021-03-22 06:55:02 -04:00
  • 347509261b [mod_userdir] use stat_cache_path_isdir() gstrauss 2021-03-21 07:31:55 -04:00
  • 26f354cb37 [multiple] http_header APIs to reduce str copies gstrauss 2021-03-21 04:04:51 -04:00
  • f83ff671fc [mod_dirlisting] limit buffer use for large dirs gstrauss 2021-03-20 07:57:35 -04:00
  • 8dc663e86d [mod_cml] use cached time from log_epoch_secs gstrauss 2021-03-20 04:51:32 -04:00
  • d8f8548fcb [core] use monotonic secs for piped loggers start gstrauss 2021-03-20 04:45:45 -04:00
  • 76b9cb8717 [mod_ssi] inline some buffers in ssi plugin_data gstrauss 2021-03-19 02:07:33 -04:00
  • 9c8b9ff010 [core] move special case for Content-Type CGI hdr gstrauss 2021-03-18 20:42:14 -04:00
  • 160baff923 [core] copy string and len directly from tmp_buf gstrauss 2021-03-18 20:39:59 -04:00
  • 0ee964268b [core] restart if large large clock jump detected (#3075) gstrauss 2021-03-18 16:50:40 -04:00
  • d50d4dc0e5 [TLS] init STEK even if time is 1970 (fixes #3075) gstrauss 2021-03-17 06:11:00 -04:00
  • dde9df4310 [multiple] mark addtl funcs attr returns_nonnull gstrauss 2021-03-16 20:27:05 -04:00
  • a83b5a0121 [core] remove bad prototype from algo_splaytree.h gstrauss 2021-03-16 19:44:46 -04:00
  • 91adbe7bb1 [core] http_kv.[ch] perf tuning gstrauss 2021-03-16 19:16:51 -04:00