summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Generated Dockerfiles for Unit 1.15.0.1.15.0Valentin Bartenev8-8/+8
2020-02-06Added version 1.15.0 CHANGES.Valentin Bartenev2-0/+68
2020-02-05Tests: added test for uploading files with SSL.Tiago Natel de Moura2-0/+49
2020-02-05Tests: add helper for form-data and multipart.Tiago Natel de Moura2-22/+90
2020-02-05Kept the value of c->socket.read_handler while data is available.Tiago Natel de Moura1-4/+0
2020-02-04Tests: fixing Python 3.8.1 errors on Mac.Max Romanov3-21/+18
2020-02-04Removing duplicate macro definitions.Max Romanov1-4/+0
2020-02-03Initializing local buffer ctx_impl field for correct release.Max Romanov1-0/+1
2020-02-03Fixed req_app_link reference counting on cancellation.Max Romanov1-16/+7
2020-02-03Storing pointer to next buffer in chain before free the buffer.Max Romanov1-2/+3
2020-02-03Added missing stream argument to error message.Max Romanov1-1/+2
2020-02-03Freeing memory allocated for engine structure in case of error.Max Romanov1-1/+1
2020-01-23Tests: check for php extension.Tiago Natel de Moura2-1/+14
2020-01-28PHP: added check for the ".php" extension.Valentin Bartenev1-4/+11
2020-01-28Go: adding main configure CFLAGS and LDFLAGS to module build flags.Max Romanov1-1/+10
2020-01-28Fixed missing IPv6 checking in route-addr and an unused variable.Axel Duch1-2/+6
2020-01-28Node.js: suppress compilation warning.Max Romanov1-1/+1
2020-01-28Java: fixing configure errors reporting.Max Romanov1-3/+7
2020-01-28Java: introducing SHA512 sum validation for external JARs.Max Romanov4-1/+76
2020-01-28Java: fixing maven repository URL.Max Romanov1-1/+1
2020-01-28Packages: added curl dependency to fetch Java archives.Max Romanov2-2/+2
2020-01-28Ruby: changing callback functions prototype for v2.7.Max Romanov2-11/+13
2020-01-27Version bump.Valentin Bartenev1-2/+2
2020-01-27Updated copyright notice.Valentin Bartenev2-8/+18
2019-12-26Added tag 1.14.0 for changeset 6e28966ed1f2Valentin Bartenev1-0/+1
2019-12-26Generated Dockerfiles for Unit 1.14.0.1.14.0Valentin Bartenev8-8/+8
2019-12-26Added version 1.14.0 CHANGES.Valentin Bartenev2-0/+75
2019-12-25Go: changing import name for "unit.nginx.org/go".Max Romanov14-15/+15
2019-12-16Using the 64-bit Linux capability mode when available.Tiago Natel de Moura1-1/+11
2019-12-24Tests: routing by listener address.Axel Duch1-0/+58
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