summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-24Router: introducing routing on listener address.Axel Duch2-4/+36
2019-12-24Tests: routing by client address configuration.Axel Duch1-0/+353
2019-12-24Router: introducing routing on client address.Axel Duch6-4/+734
2019-12-24Go: introducing SHM_ACK observer.Max Romanov3-11/+77
2019-12-24Node.js: implementing output message drain using SHM_ACK feature.Max Romanov3-26/+188
2019-12-24Introducing port messages to notify about out of shared memory.Max Romanov6-68/+567
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov11-11/+67
2019-12-24Renaming nxt_unit_mmap_buf_remove to nxt_unit_mmap_buf_unlink.Max Romanov1-7/+7
2019-12-24Introducing write tail reference to avoid buffer chain iteration.Max Romanov2-4/+17
2019-12-24Using non-shared memory buffers for small messages.Max Romanov1-101/+203
2019-12-24Go: moving source files to the root of the project.Max Romanov14-3/+6
2019-12-24Go: installing go module for tests into build directory.Max Romanov2-2/+2
2019-12-24Packages: making unit-go architecture independent.Max Romanov19-457/+17
2019-12-24Go: linking against libunit.Max Romanov2-12/+30
2019-12-24Removed unused variables from "docs/Makefile".Valentin Bartenev1-3/+1
2019-12-23Python: pre-creation of objects for string constants.Valentin Bartenev1-38/+156
2019-12-10Packages: added Python 3 support on Amazon Linux 2 (LTS).Andrei Belov3-4/+5
2019-12-09Java: fixing racing condition in external JAR download.Max Romanov1-3/+6
2019-12-09Tests: routing tests refactored.Andrei Zeliankou2-1774/+331
2019-12-06Tests: added privileged credential tests.Tiago Natel1-44/+150
2019-12-06Isolation: allowed the use of credentials with unpriv userns.Tiago Natel13-135/+1170
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel9-353/+378
2019-11-11Tests: added tests for setting user and group.Tiago Natel2-0/+95
2019-11-11Tests: added support for testing "user" and "group".Tiago Natel8-15/+34
2019-11-26Refactor of process init.Tiago Natel8-149/+249
2019-12-02Packages: added Python 3 support on RHEL/CentOS 7.Andrei Belov3-2/+12
2019-11-20Regenerated Dockerfiles.Konstantin Pavlov9-128/+35
2019-11-20Moved docker images to Debian 10 "buster".Konstantin Pavlov2-24/+11
2019-11-26Changed the group listing to run unprivileged when possible.Tiago Natel2-30/+120
2019-11-26Tests: added getjson() helper.Tiago Natel4-10/+29
2019-11-26Tests: parsing of "Transfer-Encoding: chunked" responses.Tiago Natel6-23/+71
2019-11-26Refactoring reference counting of req_app_link.Max Romanov1-34/+48
2019-11-09Tests: fixed tests to run as root.Tiago Natel5-25/+72
2019-11-22Configure: fixed posix_spawn() detection with glic 2.30.Sergey Kandaurov1-2/+2
2019-11-22Version bump.Sergey Kandaurov1-2/+2
2019-11-21Packages: added Ubuntu 19.10 "eoan" support.Andrei Belov8-1/+168
2019-11-19Packages: added Python 3.8 on Ubuntu 18.04, 19.04.Andrei Belov5-0/+79
2019-11-14Added tag 1.13.0 for changeset 3313bf222e6eValentin Bartenev1-0/+1
2019-11-14Generated Dockerfiles for Unit 1.13.0.1.13.0Valentin Bartenev9-9/+9
2019-11-14Added version 1.13.0 CHANGES.Valentin Bartenev2-0/+90
2019-11-14Tests: Python exception tests.Andrei Zeliankou2-0/+202
2019-11-14Python: avoiding buffering of exception backtraces.Valentin Bartenev1-7/+47
2019-11-14Python: removed wrong PyErr_Print() call.Valentin Bartenev1-1/+0
2019-11-14Python: optimized response object close() calling.Valentin Bartenev1-7/+14
2019-11-14Python: fixed an object leak when response close() is called.Valentin Bartenev1-10/+19
2019-11-14Python: refactored nxt_python_request_handler().Valentin Bartenev1-56/+31
2019-11-14Python: fixed potential object leak in case of allocation error.Valentin Bartenev1-0/+2
2019-11-14Python: improved error handling if response object isn't iterable.Valentin Bartenev1-0/+1
2019-11-14Python: fixed handling of errors on response object iteration.Valentin Bartenev1-8/+15
2019-11-14Tests: proxy tests.Andrei Zeliankou2-0/+647