index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
nxt_http_static.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
HTTP: stored matched action in nxt_http_request_t.
Zhidao HONG
1
-0
/
+2
2023-03-21
HTTP: added route logging.
Alejandro Colomar
1
-0
/
+6
2022-11-20
Basic njs support.
Zhidao HONG
1
-1
/
+1
2022-11-20
Var: separating nxt_tstr_t from nxt_var_t.
Zhidao HONG
1
-24
/
+28
2022-07-28
Log: customizable access log format.
Zhidao HONG
1
-2
/
+3
2022-07-14
Var: dynamic variables support.
Zhidao HONG
1
-3
/
+5
2022-06-22
Constified numerous function parameters.
Andrew Clayton
1
-2
/
+2
2022-06-21
Static: Fixed finding the file extension.
Alejandro Colomar
1
-6
/
+7
2022-05-30
Static: supporting new "index" option.
Alejandro Colomar
1
-10
/
+24
2022-05-26
Static: returning 404 when "index" is a non-regular file.
Alejandro Colomar
1
-1
/
+3
2022-05-16
Renamed nxt_http_static_ctx_t field 'index' to 'share_idx'.
Alejandro Colomar
1
-7
/
+7
2022-04-26
Removed special cases for non-NXT_CONF_VALUE_ARRAY.
Alejandro Colomar
1
-22
/
+6
2021-10-04
Static: removed surplus assignment.
Valentin Bartenev
1
-1
/
+0
2021-10-04
Static: fixed possible descriptor leak introduced in a946d8cd7f8c.
Valentin Bartenev
1
-0
/
+1
2021-10-01
Static: multiple paths in the "share" option.
Zhidao HONG
1
-70
/
+147
2021-09-30
Static: variables in the "share" option.
Zhidao HONG
1
-47
/
+73
2021-09-28
Static: variables in the "chroot" option.
Zhidao HONG
1
-75
/
+224
2021-07-23
Router: split nxt_http_static_conf_t from nxt_http_action_t.
Zhidao HONG
1
-62
/
+157
2021-05-26
Static: handled unknown MIME types when MIME-filtering active.
Oisin Canty
1
-18
/
+14
2021-05-26
MIME: added PHP.
Oisin Canty
1
-0
/
+2
2021-05-06
Static: implemented MIME filtering
Oisin Canty
1
-4
/
+35
2021-05-05
Fixed format and arguments mismatches in error log messages.
Zhidao HONG
1
-2
/
+2
2021-05-05
Fixed building without openat2().
Zhidao HONG
1
-1
/
+3
2021-04-29
Static: support for openat2() features.
Zhidao HONG
1
-26
/
+97
2021-04-22
Router: grouped app and share fields in nxt_http_action_t.
Zhidao HONG
1
-6
/
+6
2020-12-23
Static: fixing request memory pool leakage in router.
Max Romanov
1
-3
/
+20
2020-09-29
MIME: added AVIF and APNG image formats.
Valentin Bartenev
1
-1
/
+4
2020-05-20
Static: fixed potential undefined behavior in memcpy().
Valentin Bartenev
1
-1
/
+1
2020-03-03
Added a "fallback" option to be used with the "share" action.
Valentin Bartenev
1
-0
/
+13
2019-11-14
Initial proxy support.
Igor Sysoev
1
-1
/
+1
2019-11-14
Replacing pass with action.
Igor Sysoev
1
-4
/
+4
2019-09-24
Static: returning 404 for Unix domain sockets.
Valentin Bartenev
1
-0
/
+11
2019-09-20
Fixed segfault if an inappropriate file system object is requested.
Valentin Bartenev
1
-1
/
+2
2019-09-19
Basic support for serving static files.
Valentin Bartenev
1
-0
/
+599