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