Age | Commit message (Expand) | Author | Files | Lines |
2022-07-14 | Var: dynamic variables support. | Zhidao HONG | 1 | -5/+9 |
2022-06-20 | Router: forwared header replacement. | Zhidao HONG | 1 | -3/+2 |
2022-05-19 | HTTP: generalized uri encoding. | Zhidao HONG | 1 | -103/+33 |
2022-05-30 | Static: supporting new "index" option. | Alejandro Colomar | 1 | -0/+5 |
2022-05-18 | HTTP: generalized argument and cookie parsing. | Zhidao HONG | 1 | -291/+3 |
2022-05-16 | Supporting empty Location URIs. | Alejandro Colomar | 1 | -1/+1 |
2022-04-26 | Fixed indentation. | Alejandro Colomar | 1 | -2/+2 |
2022-04-26 | Removed special cases for non-NXT_CONF_VALUE_ARRAY. | Alejandro Colomar | 1 | -45/+6 |
2021-11-05 | Router: matching query string support. | Zhidao HONG | 1 | -0/+45 |
2021-11-05 | HTTP: removed surplus check for r->args is not NULL. | Zhidao HONG | 1 | -4/+0 |
2021-11-05 | Router: fixed nxt_http_route_arguments_parse(). | Zhidao HONG | 1 | -20/+11 |
2021-09-28 | Static: variables in the "chroot" option. | Zhidao HONG | 1 | -2/+2 |
2021-09-07 | Router: refactored variable pass. | Zhidao HONG | 1 | -45/+52 |
2021-08-12 | Router: client IP address replacement. | Oisin Canty | 1 | -8/+4 |
2021-08-05 | Router: fixed crash when matching an empty address pattern array. | Oisin Canty | 1 | -0/+5 |
2021-08-02 | Router: fixed segmentation fault. | Zhidao HONG | 1 | -0/+4 |
2021-07-24 | Router: split nxt_http_app_conf_t from nxt_http_action_t. | Zhidao HONG | 1 | -23/+3 |
2021-07-26 | Router: renamed nxt_http_proxy_create() as nxt_http_proxy_init(). | Zhidao HONG | 1 | -10/+2 |
2021-07-23 | Router: split nxt_http_static_conf_t from nxt_http_action_t. | Zhidao HONG | 1 | -84/+17 |
2021-05-24 | Router: split nxt_http_return_conf_t from nxt_http_action_t. | Zhidao HONG | 1 | -87/+43 |
2021-05-06 | Static: implemented MIME filtering | Oisin Canty | 1 | -12/+29 |
2021-04-29 | Static: support for openat2() features. | Zhidao HONG | 1 | -1/+62 |
2021-04-22 | Router: grouped app and share fields in nxt_http_action_t. | Zhidao HONG | 1 | -19/+27 |
2021-02-01 | Fixed building by GCC 10 with -flto and -O2. | Valentin Bartenev | 1 | -0/+6 |
2020-11-17 | Router: matching regular expressions support. | Axel Duch | 1 | -13/+86 |
2020-10-07 | Router: fixed "not empty" pattern matching. | Valentin Bartenev | 1 | -4/+0 |
2020-08-28 | Router: fixed "pass" to upstreams. | hongzhidao | 1 | -1/+5 |
2020-08-13 | Fixed typo in return value check. | Valentin Bartenev | 1 | -1/+1 |
2020-08-13 | Basic variables support. | Valentin Bartenev | 1 | -71/+136 |
2020-07-24 | Minor changes and renaming an NJS artifact to NXT. | Axel Duch | 1 | -3/+3 |
2020-07-10 | Router: route patterns multi wildcards fix. | Axel Duch | 1 | -3/+6 |
2020-07-04 | Router: route patterns multi wildcards support. | Axel Duch | 1 | -113/+205 |
2020-05-15 | Router: removed two unused assignments. | Valentin Bartenev | 1 | -3/+0 |
2020-05-14 | Router: decode uri and args. | Axel Duch | 1 | -57/+221 |
2020-05-14 | PHP: implemented "targets" option. | Valentin Bartenev | 1 | -3/+18 |
2020-05-14 | Configuration: URI encoding in the "pass" option. | Valentin Bartenev | 1 | -29/+83 |
2020-03-30 | Configuration: support for rational numbers. | Valentin Bartenev | 1 | -1/+1 |
2020-03-21 | Implemented "location" option for "return" action. | Valentin Bartenev | 1 | -2/+36 |
2020-03-27 | Implemented "return" action. | Valentin Bartenev | 1 | -0/+12 |
2020-03-27 | Initialization of the action object made more consistent. | Valentin Bartenev | 1 | -3/+3 |
2020-03-06 | Round robin upstream added. | Igor Sysoev | 1 | -0/+6 |
2020-03-04 | Refactored nxt_http_action. | Igor Sysoev | 1 | -16/+12 |
2020-03-11 | Fixed negative patterns combined with address rules. | Axel Duch | 1 | -6/+40 |
2020-03-03 | Added a "fallback" option to be used with the "share" action. | Valentin Bartenev | 1 | -23/+49 |
2019-12-24 | Router: introducing routing on listener address. | Axel Duch | 1 | -4/+31 |
2019-12-24 | Router: introducing routing on client address. | Axel Duch | 1 | -4/+239 |
2019-11-14 | Initial proxy support. | Igor Sysoev | 1 | -2/+18 |
2019-11-14 | Replacing pass with action. | Igor Sysoev | 1 | -71/+123 |
2019-09-19 | Basic support for serving static files. | Valentin Bartenev | 1 | -8/+20 |
2019-07-24 | Added routing based on request scheme. | Axel Duch | 1 | -0/+36 |