Age | Commit message (Expand) | Author | Files | Lines |
2020-07-24 | Minor changes and renaming an NJS artifact to NXT. | Axel Duch | 1 | -3/+3 |
2020-07-23 | Fixing request_app_link reference counting. | Max Romanov | 1 | -4/+2 |
2020-07-23 | Fixing various router crashes on exit caused by runtime pool free. | Max Romanov | 1 | -7/+18 |
2020-07-23 | PHP: using nxt_unit_default_init() for module structure init. | Max Romanov | 1 | -32/+4 |
2020-07-23 | Fixing main and application port structs file descriptor init. | Max Romanov | 1 | -0/+2 |
2020-07-23 | PHP: removing assertion to fix build on macOS. | Max Romanov | 1 | -1/+5 |
2020-07-22 | Tests: switching stdout to blocking before printing log. | Max Romanov | 1 | -3/+6 |
2020-07-22 | Fixing buffer overflow check in discovery. | Max Romanov | 1 | -1/+1 |
2020-07-21 | PHP: logging in request context when possible. | Valentin Bartenev | 1 | -2/+12 |
2020-07-21 | PHP: fixed incorrect time in interpreter error log messages. | Valentin Bartenev | 1 | -5/+6 |
2020-07-21 | Fixed non-debug log time format in libunit. | Valentin Bartenev | 1 | -0/+7 |
2020-07-13 | Docker: run entrypoint scripts for unitd-debug as well. | Konstantin Pavlov | 1 | -1/+1 |
2020-07-10 | Router: route patterns multi wildcards fix. | Axel Duch | 2 | -3/+27 |
2020-07-06 | Destroying temporary router configuration. | Igor Sysoev | 2 | -34/+40 |
2020-07-04 | Router: route patterns multi wildcards support. | Axel Duch | 3 | -157/+254 |
2020-06-26 | Tests: fixed opcache detection. | Andrei Zeliankou | 1 | -1/+2 |
2020-06-24 | Tests: added chunked tests. | Andrei Zeliankou | 1 | -0/+249 |
2020-06-23 | Upstream chunked transfer encoding support. | Igor Sysoev | 7 | -98/+179 |
2020-06-23 | Decreased level of some socket close() errors. | Igor Sysoev | 2 | -13/+36 |
2020-06-23 | Isolation: fixed build when features aren't detected. | Tiago Natel de Moura | 5 | -129/+116 |
2020-06-23 | Python: fixed interpreter path in ./configure. | Tiago Natel de Moura | 1 | -2/+1 |
2020-06-16 | Packages: added Fedora 32 support. | Andrei Belov | 3 | -1/+79 |
2020-06-08 | Version bump. | Valentin Bartenev | 1 | -2/+2 |
2020-05-28 | Adjusted tag 1.18.0 to include 9e14c63773be. | Valentin Bartenev | 1 | -1/+1 |
2020-05-28 | Packages: fixed java configure script.1.18.0 | Tiago Natel de Moura | 4 | -5/+5 |
2020-05-28 | Added tag 1.18.0 for changeset a34bc498d976 | Valentin Bartenev | 1 | -0/+1 |
2020-05-28 | Generated Dockerfiles for Unit 1.18.0. | Valentin Bartenev | 8 | -8/+8 |
2020-05-28 | Added version 1.18.0 CHANGES. | Valentin Bartenev | 2 | -0/+58 |
2020-05-28 | Tests: Added rootfs tests. | Tiago Natel de Moura | 12 | -35/+543 |
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 27 | -74/+1520 |
2020-03-09 | Refactor of process management. | Tiago Natel de Moura | 28 | -1331/+1543 |
2020-05-28 | Moving nxt_stream_ident to shared memory. | Max Romanov | 3 | -3/+31 |
2020-05-28 | Added NULL check for engine->port. | Max Romanov | 1 | -2/+4 |
2020-05-28 | Closing unsent file descriptors from port queue. | Max Romanov | 1 | -0/+6 |
2020-05-20 | Tests: print unit.log in case of errors. | Andrei Zeliankou | 1 | -1/+2 |
2020-05-20 | Static: fixed potential undefined behavior in memcpy(). | Valentin Bartenev | 1 | -1/+1 |
2020-05-20 | PHP: building with PHP 8 (development version). | Remi Collet | 2 | -1/+13 |
2020-05-15 | Fixed global constant declaration (appeared in 9af10e099d09). | Valentin Bartenev | 1 | -1/+1 |
2020-05-15 | Router: removed two unused assignments. | Valentin Bartenev | 2 | -5/+2 |
2020-05-15 | Tests: added tests for "targets" option. | Andrei Zeliankou | 4 | -0/+141 |
2020-05-15 | Tests: added test for encoding in the "pass" option. | Andrei Zeliankou | 1 | -0/+55 |
2020-05-15 | Tests: style. | Andrei Zeliankou | 34 | -43/+60 |
2020-05-15 | Tests: test_proxy_invalid simplified. | Andrei Zeliankou | 1 | -79/+20 |
2020-05-14 | Tests: decode uri and args. | Axel Duch | 1 | -35/+158 |
2020-05-14 | Router: decode uri and args. | Axel Duch | 4 | -60/+381 |
2020-05-14 | PHP: implemented "targets" option. | Valentin Bartenev | 11 | -260/+509 |
2020-05-14 | Configuration: URI encoding in the "pass" option. | Valentin Bartenev | 5 | -66/+123 |
2020-05-12 | Tests: added respawn tests. | Andrei Zeliankou | 1 | -0/+95 |
2020-05-12 | Waiting for router instead of reporting to user on config update. | Max Romanov | 1 | -24/+25 |
2020-05-12 | Blocking config change when applying the initial router config. | Max Romanov | 1 | -11/+32 |