summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-12-06Tests: options moved to the separate class.Andrei Zeliankou39-41/+62
2020-11-30Node.js: removing unnecessary warnings.Max Romanov1-18/+6
2020-11-24Libunit: improved error logging around initialization env variable.Valentin Bartenev1-12/+31
2020-11-24Version bump.Valentin Bartenev2-2/+9
2020-11-19Added tag 1.21.0 for changeset f804aaf7eee1Valentin Bartenev1-0/+1
2020-11-19Generated Dockerfiles for Unit 1.21.0.1.21.0Valentin Bartenev9-9/+9
2020-11-19Added version 1.21.0 CHANGES.Valentin Bartenev2-0/+210
2020-11-17Router: matching regular expressions support.Axel Duch13-36/+572
2020-11-19Libunit: fixing read buffer leakage.Max Romanov1-0/+1
2020-11-19Tests: added tests for a "discard_unsafe_fields" option.Andrei Zeliankou2-0/+47
2020-11-19Tests: style.Andrei Zeliankou1-36/+40
2020-11-18Python: improving ASGI http send message processing.Max Romanov1-12/+13
2020-11-18Libunit: fixing read buffer allocations on exit.Max Romanov1-5/+5
2020-11-18Libunit: closing active requests on quit.Max Romanov5-11/+96
2020-11-18Libunit: making minor tweaks.Max Romanov1-11/+4
2020-11-18Go: removing C proxy functions and re-using goroutines.Max Romanov8-303/+225
2020-11-18Libunit: fixing racing condition in request struct recycling.Max Romanov1-2/+2
2020-11-18Libunit: fixing racing condition for port add / state change.Max Romanov1-39/+87
2020-11-18Libunit: improving logging consistency.Max Romanov5-6/+11
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