summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_static.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Simplify, by calling nxt_conf_get_string_dup()Alejandro Colomar1-3/+1
2024-01-20HTTP: Remove short read check in nxt_http_static_buf_completion()Andrew Clayton1-6/+1
2023-08-09HTTP: stored matched action in nxt_http_request_t.Zhidao HONG1-0/+2
2023-03-21HTTP: added route logging.Alejandro Colomar1-0/+6
2022-11-20Basic njs support.Zhidao HONG1-1/+1
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-24/+28
2022-07-28Log: customizable access log format.Zhidao HONG1-2/+3
2022-07-14Var: dynamic variables support.Zhidao HONG1-3/+5
2022-06-22Constified numerous function parameters.Andrew Clayton1-2/+2
2022-06-21Static: Fixed finding the file extension.Alejandro Colomar1-6/+7
2022-05-30Static: supporting new "index" option.Alejandro Colomar1-10/+24
2022-05-26Static: returning 404 when "index" is a non-regular file.Alejandro Colomar1-1/+3
2022-05-16Renamed nxt_http_static_ctx_t field 'index' to 'share_idx'.Alejandro Colomar1-7/+7
2022-04-26Removed special cases for non-NXT_CONF_VALUE_ARRAY.Alejandro Colomar1-22/+6
2021-10-04Static: removed surplus assignment.Valentin Bartenev1-1/+0
2021-10-04Static: fixed possible descriptor leak introduced in a946d8cd7f8c.Valentin Bartenev1-0/+1
2021-10-01Static: multiple paths in the "share" option.Zhidao HONG1-70/+147
2021-09-30Static: variables in the "share" option.Zhidao HONG1-47/+73
2021-09-28Static: variables in the "chroot" option.Zhidao HONG1-75/+224
2021-07-23Router: split nxt_http_static_conf_t from nxt_http_action_t.Zhidao HONG1-62/+157
2021-05-26Static: handled unknown MIME types when MIME-filtering active.Oisin Canty1-18/+14
2021-05-26MIME: added PHP.Oisin Canty1-0/+2
2021-05-06Static: implemented MIME filteringOisin Canty1-4/+35
2021-05-05Fixed format and arguments mismatches in error log messages.Zhidao HONG1-2/+2
2021-05-05Fixed building without openat2().Zhidao HONG1-1/+3
2021-04-29Static: support for openat2() features.Zhidao HONG1-26/+97
2021-04-22Router: grouped app and share fields in nxt_http_action_t.Zhidao HONG1-6/+6
2020-12-23Static: fixing request memory pool leakage in router.Max Romanov1-3/+20
2020-09-29MIME: added AVIF and APNG image formats.Valentin Bartenev1-1/+4
2020-05-20Static: fixed potential undefined behavior in memcpy().Valentin Bartenev1-1/+1
2020-03-03Added a "fallback" option to be used with the "share" action.Valentin Bartenev1-0/+13
2019-11-14Initial proxy support.Igor Sysoev1-1/+1
2019-11-14Replacing pass with action.Igor Sysoev1-4/+4
2019-09-24Static: returning 404 for Unix domain sockets.Valentin Bartenev1-0/+11
2019-09-20Fixed segfault if an inappropriate file system object is requested.Valentin Bartenev1-1/+2
2019-09-19Basic support for serving static files.Valentin Bartenev1-0/+599