Age | Commit message (Expand) | Author | Files | Lines |
2020-10-13 | Using union instead of "void *". | Igor Sysoev | 1 | -102/+110 |
2020-10-13 | Using C99 style declaration. | Igor Sysoev | 1 | -563/+423 |
2020-10-13 | Reordering declarations. | Igor Sysoev | 1 | -296/+317 |
2020-09-18 | Python: app module callable name configuration. | Max Romanov | 1 | -0/+6 |
2020-08-25 | Isolation: added "automount" option. | Tiago Natel de Moura | 1 | -0/+21 |
2020-08-21 | Configuration: removed "reschedule_timeout" option. | Valentin Bartenev | 1 | -6/+0 |
2020-08-19 | Configuration: improved error message of invalid listener address. | Valentin Bartenev | 1 | -2/+9 |
2020-08-13 | Basic variables support. | Valentin Bartenev | 1 | -0/+21 |
2020-07-28 | Configuration: fixed buffer over-read in pattern validation. | Axel Duch | 1 | -2/+3 |
2020-07-24 | Configuration: added checking for presence of mandatory fields. | Valentin Bartenev | 1 | -3/+131 |
2020-07-24 | Added missing ending indicator in object members validation lists. | Valentin Bartenev | 1 | -1/+5 |
2020-07-24 | Configuration: removing redundant check. | Axel Duch | 1 | -3/+3 |
2020-07-04 | Router: route patterns multi wildcards support. | Axel Duch | 1 | -39/+5 |
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 1 | -0/+18 |
2020-05-14 | Router: decode uri and args. | Axel Duch | 1 | -2/+115 |
2020-05-14 | PHP: implemented "targets" option. | Valentin Bartenev | 1 | -23/+179 |
2020-05-14 | Configuration: URI encoding in the "pass" option. | Valentin Bartenev | 1 | -33/+27 |
2020-03-30 | Rational number support in upstream server weight. | Igor Sysoev | 1 | -7/+7 |
2020-03-30 | Configuration: support for rational numbers. | Valentin Bartenev | 1 | -7/+7 |
2020-03-21 | Implemented "location" option for "return" action. | Valentin Bartenev | 1 | -0/+5 |
2020-03-27 | Implemented "return" action. | Valentin Bartenev | 1 | -4/+34 |
2020-03-12 | Using disk file to store large request body. | Max Romanov | 1 | -0/+10 |
2020-03-06 | Round robin upstream added. | Igor Sysoev | 1 | -0/+130 |
2020-03-03 | Added a "fallback" option to be used with the "share" action. | Valentin Bartenev | 1 | -0/+5 |
2020-03-03 | Improved validation of the "action" object. | Valentin Bartenev | 1 | -16/+41 |
2019-12-24 | Router: introducing routing on listener address. | Axel Duch | 1 | -0/+5 |
2019-12-24 | Router: introducing routing on client address. | Axel Duch | 1 | -0/+68 |
2019-12-24 | Adding "limits/shm" configuration validation and parsing. | Max Romanov | 1 | -0/+5 |
2019-11-14 | Initial proxy support. | Igor Sysoev | 1 | -4/+37 |
2019-10-10 | Style fixes. | Igor Sysoev | 1 | -10/+9 |
2019-10-09 | Configuration: added check for mandatory options of "action". | Valentin Bartenev | 1 | -2/+33 |
2019-09-19 | Basic support for serving static files. | Valentin Bartenev | 1 | -0/+129 |
2019-09-19 | Initial applications isolation support using Linux namespaces. | Tiago de Bem Natel de Moura | 1 | -67/+236 |
2019-08-20 | Introducing websocket support in router and libunit. | Max Romanov | 1 | -0/+25 |
2019-07-24 | Added routing based on request scheme. | Axel Duch | 1 | -0/+29 |
2019-05-30 | Added routing based on header fields. | Igor Sysoev | 1 | -2/+66 |
2019-04-12 | Controller: rejecting double wildcards. | Valentin Bartenev | 1 | -1/+6 |
2019-04-10 | Added support for wildcards in the middle of match patterns. | Igor Sysoev | 1 | -3/+24 |
2019-03-22 | Style fixing. | Max Romanov | 1 | -0/+1 |
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+71 |
2019-02-27 | Controller: added "routes" configuration. | Valentin Bartenev | 1 | -0/+186 |
2019-02-27 | Controller: added "pass" configuration option. | Valentin Bartenev | 1 | -0/+62 |
2018-10-09 | Renamed "go" application type to "external". | Valentin Bartenev | 1 | -16/+16 |
2018-09-20 | Controller: certificates storage interface. | Valentin Bartenev | 1 | -0/+52 |
2018-07-09 | Controller: added "settings" configuration object. | Valentin Bartenev | 1 | -0/+45 |
2018-07-02 | Fixed error message about "spare" value. | Valentin Bartenev | 1 | -1/+1 |
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -1/+1 |
2018-06-20 | Using own popcount where the compiler builtin is not available. | Sergey Kandaurov | 1 | -1/+1 |
2018-06-07 | PHP: added setting of individual configuration options. | Valentin Bartenev | 1 | -0/+30 |
2018-06-07 | PHP: added setting of php.ini configuration file path. | Valentin Bartenev | 1 | -0/+15 |