summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-11-17HTTP parser: allowed more characters in header field names.Valentin Bartenev7-37/+100
2020-11-16Isolation: added option to disable "procfs" mount.Tiago Natel de Moura3-18/+31
2020-11-16Tests: tmpfs automount.Tiago Natel de Moura2-3/+29
2020-11-16Tests: fixing tests interrupt in terminal.Max Romanov10-9/+52
2020-11-16Tests: making available versions unique.Max Romanov1-4/+3
2020-11-13Isolation: added option to disable tmpfs mount.Tiago Natel de Moura3-19/+33
2020-11-12Tests: removed test case that reuses rootfs path.Tiago Natel de Moura1-4/+0
2020-11-12Tests: added a test for "body_buffer_size" option.Andrei Zeliankou1-0/+38
2020-11-11Tests: added a test for fastcgi_finish_request() function.Andrei Zeliankou2-0/+37
2020-11-11PHP: implementation of the fastcgi_finish_request() function.Valentin Bartenev1-2/+76
2020-11-11PHP: prevention of consuming unread request body on finalization.Valentin Bartenev1-0/+15
2020-11-10Fixing multi-buffer body send to application.Max Romanov2-6/+20
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov11-28/+242
2020-11-10Java: fixing isolation mounts for Alpine musl.Max Romanov1-1/+1
2020-11-10Tests: supporting instant app parameters in load().Max Romanov3-89/+37
2020-11-09Packages: added Ubuntu 20.10 "groovy" support.Andrei Belov8-1/+274
2020-11-06Java: fixing ClassGraph deprecated API call.Max Romanov1-1/+1
2020-11-06Tests: fixing racing condition in ASGI threads test.Max Romanov1-5/+5
2020-11-05Ruby: error checking during thread creation.Max Romanov1-2/+6
2020-11-05Tests: added Perl threading tests.Max Romanov2-0/+52
2020-11-05Perl: request processing in multiple threads.Max Romanov5-148/+374
2020-11-05Tests: added Ruby threading tests.Max Romanov2-0/+54
2020-11-05Ruby: request processing in multiple threads.Max Romanov6-206/+510
2020-11-05Ruby: reusing static constant references to string objects.Max Romanov1-43/+115
2020-11-05Tests: added Java threading tests.Max Romanov2-0/+73
2020-11-05Java: request processing in multiple threads.Max Romanov4-14/+205
2020-11-05Tests: added Python threading tests.Max Romanov4-0/+124
2020-11-05Python: fixing some arguments reference counting.Max Romanov1-33/+130
2020-11-05Python: request processing in multiple threads.Max Romanov13-497/+992
2020-11-05Python: introducting macro to simplify minor version check.Max Romanov1-1/+3
2020-11-03Tests: disabled detailed output by default.Andrei Zeliankou1-1/+1
2020-11-03Tests: force applications to build for JVM 8.Andrei Zeliankou1-0/+1
2020-11-02Java: upgrading 3rd-party components.Max Romanov3-19/+19
2020-11-01Fixed building test app without debug.Valentin Bartenev1-2/+8
2020-10-30Java: supporting jsp-file attribute for servlet.Max Romanov1-0/+66
2020-10-30Isolation: fixed passing custom options to nmount().Valentin Bartenev1-4/+8
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura15-198/+353
2020-10-29Tests: added new ruby isolation test without namespaces.Tiago Natel de Moura1-1/+20
2020-10-29Isolation: correctly unmount non-dependent paths first.Tiago Natel de Moura1-4/+36
2020-10-28Tests: improving get_application_type() and fixing its name.Max Romanov7-28/+14
2020-10-28Added threading to the libunit test app.Max Romanov1-22/+108
2020-10-28Preserving the app port write socket.Max Romanov4-10/+17
2020-10-28Libunit: waking another context with the RPC_READY message.Max Romanov1-1/+37
2020-10-28Router: introducing the PORT_ACK message.Max Romanov4-5/+39
2020-10-28Libunit: releasing cached read buffers when destroying context.Max Romanov1-0/+8
2020-10-28Libunit: added a function to discern main and worker contexts.Max Romanov2-0/+13
2020-10-28Libunit: gracefully quitting a multicontext application.Max Romanov2-24/+74
2020-10-28Router: broadcasting the SHM_ACK message to all process ports.Max Romanov3-11/+40
2020-10-28Added error response logging.Max Romanov1-4/+10
2020-10-28Router: checking a buffer before accessing its memory fields.Max Romanov1-1/+1