Age | Commit message (Expand) | Author | Files | Lines |
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 | -1/+3 |
2022-10-12 | HTTP: added a $request_time variable. | Zhidao HONG | 1 | -0/+2 |
2022-09-19 | HTTP: fixed cookie parsing. | Zhidao HONG | 1 | -5/+2 |
2022-08-29 | Status: added requests count. | Zhidao HONG | 1 | -0/+2 |
2022-07-28 | Log: customizable access log format. | Zhidao HONG | 1 | -3/+6 |
2022-07-14 | Var: dynamic variables support. | Zhidao HONG | 1 | -0/+54 |
2022-06-22 | Constified numerous function parameters. | Andrew Clayton | 1 | -6/+6 |
2022-06-20 | Router: forwared header replacement. | Zhidao HONG | 1 | -40/+111 |
2022-06-20 | Router: introduced nxt_http_forward_t. | Zhidao HONG | 1 | -14/+16 |
2022-05-19 | HTTP: generalized uri encoding. | Zhidao HONG | 1 | -0/+83 |
2022-05-18 | HTTP: generalized argument and cookie parsing. | Zhidao HONG | 1 | -0/+276 |
2021-09-07 | Router: refactored variable pass. | Zhidao HONG | 1 | -2/+0 |
2021-08-12 | Router: client IP address replacement. | Oisin Canty | 1 | -0/+150 |
2021-07-24 | Router: split nxt_http_app_conf_t from nxt_http_action_t. | Zhidao HONG | 1 | -3/+1 |
2021-04-22 | Router: grouped app and share fields in nxt_http_action_t. | Zhidao HONG | 1 | -2/+2 |
2020-10-26 | Increased request memory pool size. | Valentin Bartenev | 1 | -1/+1 |
2020-08-13 | Basic variables support. | Valentin Bartenev | 1 | -4/+11 |
2020-05-14 | PHP: implemented "targets" option. | Valentin Bartenev | 1 | -0/+2 |
2020-04-16 | Using malloc/free for the http fields hash. | Max Romanov | 1 | -3/+3 |
2020-03-12 | Using disk file to store large request body. | Max Romanov | 1 | -0/+8 |
2020-03-12 | Moving request memory pool retain call after RPC data allocation. | Max Romanov | 1 | -10/+0 |
2020-03-12 | Checking Content-Length value right after header parse. | Max Romanov | 1 | -1/+8 |
2019-11-14 | Initial proxy support. | Igor Sysoev | 1 | -2/+2 |
2019-11-14 | Introduced chained buffer completion handlers. | Igor Sysoev | 1 | -3/+8 |
2019-11-14 | Using request task. | Igor Sysoev | 1 | -2/+2 |
2019-11-14 | Replacing pass with action. | Igor Sysoev | 1 | -15/+15 |
2019-09-19 | Basic support for serving static files. | Valentin Bartenev | 1 | -17/+8 |
2019-08-26 | Adding body handler to nxt_http_request_header_send(). | Igor Sysoev | 1 | -2/+3 |
2019-08-20 | Introducing websocket support in router and libunit. | Max Romanov | 1 | -6/+15 |
2019-08-06 | Refactored HTTP protocol callback table. | Igor Sysoev | 1 | -14/+14 |
2019-07-24 | Added routing based on request scheme. | Axel Duch | 1 | -1/+0 |
2019-05-30 | Handling routing errors. | Igor Sysoev | 1 | -15/+12 |
2019-03-21 | Adjusting request schema value according to connection tls state. | Max Romanov | 1 | -6/+9 |
2019-03-18 | Setting request error flag in error handler. | Max Romanov | 1 | -0/+2 |
2019-03-06 | Removed unnecessary abstraction layer. | Alexander Borisov | 1 | -74/+8 |
2019-02-27 | Fixed processing of SERVER_NAME after 77aad2c142a0. | Valentin Bartenev | 1 | -2/+7 |
2019-02-27 | Initial routing implementation. | Igor Sysoev | 1 | -8/+45 |
2019-02-23 | Removed surplus check for NUL in nxt_http_validate_host(). | Valentin Bartenev | 1 | -1/+0 |
2019-02-19 | Validation and normalization of request host. | Valentin Bartenev | 1 | -7/+110 |
2019-02-18 | Fixed memory leak on response body sending failure. | Igor Sysoev | 1 | -1/+3 |
2019-02-18 | Rejecting requests with duplicate "Content-Length". | Valentin Bartenev | 1 | -5/+8 |
2019-02-07 | Rejecting requests with invalid "Content-Length". | Valentin Bartenev | 1 | -3/+9 |
2019-02-07 | Rejecting requests with invalid "Content-Length". | Valentin Bartenev | 1 | -3/+9 |
2018-10-22 | Handling of timers with bias. | Valentin Bartenev | 1 | -1/+1 |
2018-07-30 | Sending 408 response on idle connection timeout. | Igor Sysoev | 1 | -12/+13 |
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -1/+1 |
2018-05-30 | Fixed keep-alive hanging after reconfiguration. | Igor Sysoev | 1 | -2/+5 |
2018-05-21 | Added SERVER_SOFTWARE request meta-variable. | Valentin Bartenev | 1 | -1/+1 |
2018-04-11 | Initial access log support. | Valentin Bartenev | 1 | -8/+10 |