Age | Commit message (Expand) | Author | Files | Lines |
2022-12-06 | Python: Added support for Python 3.11. | Andrew Clayton | 2 | -2/+73 |
2022-12-03 | Added tools/README.md. | Liam Crilly | 1 | -0/+16 |
2022-11-29 | Tests: NJS. | Andrei Zeliankou | 4 | -1/+101 |
2022-11-22 | NJS: added http request prototype. | Zhidao HONG | 7 | -4/+359 |
2022-11-20 | Basic njs support. | Zhidao HONG | 20 | -44/+507 |
2022-11-20 | Var: separating nxt_tstr_t from nxt_var_t. | Zhidao HONG | 17 | -226/+403 |
2022-11-24 | Added security.txt. | Artem Konev | 1 | -0/+30 |
2022-11-22 | Tools: Added setup-unit. | Konstantin Pavlov | 1 | -0/+311 |
2022-11-20 | Var: improved variable parsing with empty names. | Zhidao HONG | 2 | -43/+33 |
2022-11-16 | Propagated NXT_RUBY_CFLAGS to Ruby checks. | Konstantin Pavlov | 1 | -3/+3 |
2022-11-17 | Refactored functions that set WSGI variables. | OutOfFocus4 | 1 | -6/+24 |
2022-11-17 | Removed dead code. | OutOfFocus4 | 3 | -16/+1 |
2022-11-04 | Packages: relaxed dependencies between modules and base package. | Konstantin Pavlov | 5 | -2/+6 |
2022-11-15 | Tests: fixed _check_processes() checks in "--restart" mode. | Andrei Zeliankou | 1 | -0/+4 |
2022-11-15 | Tests: removed migration test. | Andrei Zeliankou | 1 | -46/+0 |
2022-11-15 | Tests: fixed assertion in test_variables_dynamic. | Andrei Zeliankou | 1 | -4/+7 |
2022-11-15 | Tests: features and options checks improved. | Andrei Zeliankou | 3 | -16/+13 |
2022-11-15 | Optimization for the "--no-unix-sockets" case. | Andrei Zeliankou | 1 | -21/+19 |
2022-11-04 | Packages: added Python 3.8 and Python 3.9 modules on RHEL 8 clones. | Konstantin Pavlov | 3 | -0/+71 |
2022-11-04 | Removed the unsafe nxt_memchr() wrapper for memchr(3). | Alejandro Colomar | 10 | -27/+23 |
2022-11-04 | Removed the unsafe nxt_memcmp() wrapper for memcmp(3). | Alejandro Colomar | 18 | -46/+42 |
2022-11-02 | PHP: allowed to specify URLs without a trailing '/'. | Andrew Clayton | 5 | -6/+143 |
2022-10-28 | Fixed some function definitions. | Andrew Clayton | 4 | -5/+5 |
2022-10-28 | Fixed main() prototypes in auto tests. | Andrew Clayton | 22 | -129/+129 |
2022-10-27 | Fixed path for sed(1). | Alejandro Colomar | 1 | -1/+1 |
2022-10-26 | Improved readability of <docker-entrypoint.sh>. | javad mnjd | 1 | -5/+5 |
2022-10-26 | Set git diff driver for C source code files. | Andrew Clayton | 1 | -0/+2 |
2022-10-21 | TLS: Using ERR_get_error_all() with OpenSSL 3. | Remi Collet | 2 | -0/+10 |
2022-10-20 | Preferring system crypto policy. | Remi Collet | 2 | -7/+13 |
2022-10-20 | Avoided modifying existing directories at 'make install'. | Alex Colomar | 1 | -5/+10 |
2022-10-20 | Configuration: added the regex status in configure summary. | Zhidao HONG | 2 | -0/+7 |
2022-10-14 | Configuration: stopped automatic migration to the "share" behavior. | Zhidao HONG | 2 | -21/+6 |
2022-10-19 | Added parentheses for consistency. | Remi Collet | 1 | -8/+8 |
2022-10-19 | PHP: Fixed php_module_startup() call for PHP 8.2. | Remi Collet | 3 | -0/+14 |
2022-10-14 | Added missing error checking in the C API. | Alex Colomar | 2 | -11/+29 |
2022-10-14 | Fixed the build on MacOS (and others). | Andrew Clayton | 6 | -258/+281 |
2022-10-13 | Tests: added tests for the $request_time variable. | Andrei Zeliankou | 1 | -0/+29 |
2022-10-12 | HTTP: added a $request_time variable. | Zhidao HONG | 4 | -0/+43 |
2022-10-11 | Tests: reworked "test_variables.py". | Andrei Zeliankou | 2 | -216/+259 |
2022-10-11 | Tests: don't try to return response when "no_recv" is True. | Andrei Zeliankou | 14 | -50/+30 |
2022-10-06 | Added missing slashes in config section references in README.md. | Artem Konev | 1 | -2/+2 |
2022-10-04 | Ruby: used nxt_ruby_exception_log() in nxt_ruby_rack_init(). | Andrew Clayton | 1 | -1/+1 |
2022-10-04 | Ruby: added support for rack V3. | Zhidao HONG | 2 | -1/+12 |
2022-10-03 | Renamed a couple of members of nxt_unit_request_t. | Andrew Clayton | 10 | -23/+24 |
2022-10-03 | Socket: Created control socket & pid file directories. | Andrew Clayton | 4 | -0/+36 |
2022-10-03 | Added a .mailmap file. | Andrew Clayton | 1 | -0/+2 |
2022-09-27 | Tests: added test with proxy for status. | Andrei Zeliankou | 1 | -44/+51 |
2022-09-22 | Status: fixed error in connection statistics. | Zhidao HONG | 3 | -4/+13 |
2022-09-19 | HTTP: fixed cookie parsing. | Zhidao HONG | 3 | -5/+22 |
2022-09-19 | Version bump. | Andrei Zeliankou | 2 | -2/+31 |