summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-20http: Refactor out nxt_tstr_cond_t from the access log moduleZhidao HONG1-2/+1
2024-06-20http: Support chunked request bodiesZhidao HONG1-0/+1
2024-01-29HTTP: enhanced access log with conditional filtering.Zhidao HONG1-0/+2
2023-05-08NJS: supported loadable modules.Zhidao HONG1-0/+4
2023-04-25Allow to remove the version string in HTTP responses.Andrew Clayton1-0/+2
2023-03-21HTTP: added route logging.Alejandro Colomar1-0/+2
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-3/+3
2022-07-28Log: customizable access log format.Zhidao HONG1-1/+3
2022-07-14Log: split access log from nxt_router.c.Zhidao HONG1-0/+16
2022-07-14Var: dynamic variables support.Zhidao HONG1-0/+1
2022-06-20Router: forwared header replacement.Zhidao HONG1-0/+1
2022-06-20Router: introduced nxt_http_forward_t.Zhidao HONG1-2/+2
2021-11-09Introducing application prototype processes.Tiago Natel de Moura1-0/+2
2021-10-28Moving request limit control to libunit.Max Romanov1-1/+0
2021-08-12Router: client IP address replacement.Oisin Canty1-0/+3
2021-07-29Application restart introduced.Max Romanov1-0/+2
2021-07-24Router: split nxt_http_app_conf_t from nxt_http_action_t.Zhidao HONG1-3/+3
2021-05-17Fixing racing condition on listen socket close in router.Max Romanov1-0/+2
2020-11-17HTTP parser: allowed more characters in header field names.Valentin Bartenev1-0/+2
2020-08-21Configuration: removed "reschedule_timeout" option.Valentin Bartenev1-1/+0
2020-08-13Basic variables support.Valentin Bartenev1-2/+2
2020-08-12Responding with error in case of first process start failure.Max Romanov1-0/+1
2020-08-11Made router port message handlers into static functions.Max Romanov1-6/+0
2020-08-11Introducing the shared application port.Max Romanov1-5/+9
2020-07-06Destroying temporary router configuration.Igor Sysoev1-6/+0
2020-05-14PHP: implemented "targets" option.Valentin Bartenev1-0/+3
2020-03-12Using disk file to store large request body.Max Romanov1-0/+2
2020-03-06Round robin upstream added.Igor Sysoev1-0/+5
2020-03-04Refactored nxt_http_action.Igor Sysoev1-2/+2
2019-11-14Initial proxy support.Igor Sysoev1-0/+7
2019-11-14Replacing pass with action.Igor Sysoev1-3/+3
2019-09-19Basic support for serving static files.Valentin Bartenev1-1/+5
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+9
2019-08-14Renaming supplemental request structures in router.Max Romanov1-2/+2
2019-05-30Handling routing errors.Igor Sysoev1-0/+3
2019-03-06Removed unnecessary abstraction layer.Alexander Borisov1-1/+1
2019-02-27Initial routing implementation.Igor Sysoev1-2/+8
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+4
2018-09-20Added SSL/TLS support on connection level.Igor Sysoev1-0/+4
2018-08-10Introducing app joint to accurate app release.Max Romanov1-2/+10
2018-08-06Unit application library.Max Romanov1-6/+0
2018-05-30Fixed keep-alive hanging after reconfiguration.Igor Sysoev1-0/+3
2018-04-11Access log reopening.Valentin Bartenev1-0/+2
2018-04-11Initial access log support.Valentin Bartenev1-9/+25
2018-03-28Using more expressive name for field.Igor Sysoev1-1/+1
2018-01-29Introducing extended app process management.Max Romanov1-3/+14
2017-12-28Removed duplicate declaration.Igor Sysoev1-0/+2
2017-12-28Removed duplicate declaration.Igor Sysoev1-3/+0
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-0/+7
2017-12-27Implementing worker stop after limits.requests.Max Romanov1-0/+1