summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Merged with the default branch.1.19.0-1Andrei Belov95-3172/+7952
2020-08-13Added tag 1.19.0 for changeset 86cdf66f8274Valentin Bartenev1-0/+1
2020-08-13Generated Dockerfiles for Unit 1.19.0.1.19.0Valentin Bartenev8-8/+8
2020-08-13Added version 1.19.0 CHANGES.Valentin Bartenev2-0/+156
2020-08-13Tests: set root by unprivilaged user.Tiago Natel de Moura1-0/+27
2020-08-13Tests: added test with error on loading application.Andrei Zeliankou1-0/+11
2020-08-13Tests: added variables tests.Andrei Zeliankou1-0/+94
2020-08-13Fixing router assertion in result of application prefork error.Max Romanov1-0/+8
2020-08-13Fixed error handling of prefork callback.Tiago Natel de Moura1-14/+21
2020-08-13Fixed typo in return value check.Valentin Bartenev1-1/+1
2020-08-13Basic variables support.Valentin Bartenev19-144/+1086
2020-08-12PHP: compatibility with 8.0.0 Beta 1.Remi Collet1-1/+15
2020-08-12Responding with error in case of first process start failure.Max Romanov3-18/+129
2020-08-12Fixing issues found by static analyzer.Max Romanov1-2/+4
2020-08-11Fixing return value initialization.Max Romanov1-19/+25
2020-08-11Style fixes for 2 file descriptors transfer over port.Max Romanov7-110/+115
2020-08-11Moving file descriptor blocking to libunit.Max Romanov3-19/+39
2020-08-11Wrapping close() call in libunit for logging.Max Romanov1-35/+44
2020-08-11Introducing application and port shared memory queues.Max Romanov11-311/+1793
2020-08-11Circular queues implementations and a test.Max Romanov4-0/+938
2020-08-11Port message extended to transfer 2 file descriptors.Max Romanov5-27/+81
2020-08-11Made router port message handlers into static functions.Max Romanov2-10/+13
2020-08-11Tests: reducing the number of generated applications.Max Romanov1-1/+3
2020-08-11Tests: skipping idle zero timeout.Max Romanov1-0/+1
2020-08-11Adding debug messages to catch process management issues.Max Romanov1-2/+36
2020-08-11Process structures refactoring in runtime and libunit.Max Romanov4-208/+93
2020-08-11Introducing the shared application port.Max Romanov12-1229/+894
2020-08-11Changing router to application shared memory exchange protocol.Max Romanov8-179/+374
2020-08-11Changing router to application port exchange protocol.Max Romanov7-97/+342
2020-08-11Adding a reference counter to the libunit port structure.Max Romanov3-357/+346
2020-08-11Libunit refactoring: port management.Max Romanov8-336/+379
2020-08-09Fixing leaked configuration objects.Max Romanov1-4/+30
2020-08-09Fixing connection remote sockaddr leakage.Max Romanov1-2/+4
2020-08-09Ruby: fixed gem mount paths.Valentin Bartenev1-4/+2
2020-08-09Ruby: simplified commands in ./configure script.Valentin Bartenev1-9/+9
2020-08-09Ruby: removed unused variable from ./configure script.Valentin Bartenev1-1/+0
2020-08-08Configure: verifying the Ruby library path.Valentin Bartenev1-4/+10
2020-08-07Node.js: correct port data memory release.Max Romanov1-1/+15
2020-08-07Fixing listen event connection leakage.Max Romanov1-0/+4
2020-08-05Improved mkstemp() error reporting.Valentin Bartenev1-1/+1
2020-08-05Fixed nxt_conn_accept_alloc() behavior in low memory conditions.Valentin Bartenev1-5/+5
2020-07-31Isolation: fixed the generation of mounts table.Tiago Natel de Moura6-23/+28
2020-07-28PHP: fixed version comparison in configure script.Tiago Natel de Moura1-2/+2
2020-07-28Configuration: fixed buffer over-read in pattern validation.Axel Duch1-2/+3
2020-07-28Tests: added PHP test with time check in error log messages.Andrei Zeliankou2-0/+29
2020-07-28Tests: fixed double stop() call for some tests.Andrei Zeliankou1-6/+11
2020-07-28Tests: style.Andrei Zeliankou4-7/+5
2020-07-25Using plain shared memory for configuration pass.Max Romanov4-83/+152
2020-07-24Configuration: added checking for presence of mandatory fields.Valentin Bartenev3-13/+131
2020-07-24Added missing ending indicator in object members validation lists.Valentin Bartenev1-1/+5