Age | Commit message (Expand) | Author | Files | Lines |
2020-12-09 | Tests: TestUnit class removed. | Andrei Zeliankou | 3 | -38/+35 |
2020-12-09 | Tests: isolation check moved to the pytest_sessionstart(). | Andrei Zeliankou | 10 | -259/+197 |
2020-12-02 | Docker: creating tags and pushing to AWS ECR as well. | Konstantin Pavlov | 1 | -0/+4 |
2020-12-07 | Ruby: fixed crash on thread start. | Max Romanov | 2 | -1/+19 |
2020-12-08 | Tests: fixed ruby isolation. | Tiago Natel de Moura | 1 | -19/+8 |
2020-12-08 | Tests: skip_alert() converted to the fixture. | Andrei Zeliankou | 15 | -39/+32 |
2020-12-08 | Tests: utils module introduced. | Andrei Zeliankou | 10 | -57/+59 |
2020-12-08 | Docs: special handling for empty "date" and "time" XML attributes. | Andrei Belov | 4 | -21/+84 |
2020-12-08 | PHP: populating PHP_AUTH_* server variables. | Valentin Bartenev | 6 | -0/+26 |
2020-12-07 | HTTP: fixed status line format for unknown status codes. | Valentin Bartenev | 2 | -17/+26 |
2020-12-07 | Node.js: avoided use of request struct for debug logging. | Max Romanov | 1 | -3/+3 |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 39 | -41/+62 |
2020-11-30 | Node.js: removing unnecessary warnings. | Max Romanov | 1 | -18/+6 |
2020-11-24 | Libunit: improved error logging around initialization env variable. | Valentin Bartenev | 1 | -12/+31 |
2020-11-24 | Version bump. | Valentin Bartenev | 2 | -2/+9 |
2020-11-19 | Added tag 1.21.0 for changeset f804aaf7eee1 | Valentin Bartenev | 1 | -0/+1 |
2020-11-19 | Generated Dockerfiles for Unit 1.21.0.1.21.0 | Valentin Bartenev | 9 | -9/+9 |
2020-11-19 | Added version 1.21.0 CHANGES. | Valentin Bartenev | 2 | -0/+210 |
2020-11-17 | Router: matching regular expressions support. | Axel Duch | 13 | -36/+572 |
2020-11-19 | Libunit: fixing read buffer leakage. | Max Romanov | 1 | -0/+1 |
2020-11-19 | Tests: added tests for a "discard_unsafe_fields" option. | Andrei Zeliankou | 2 | -0/+47 |
2020-11-19 | Tests: style. | Andrei Zeliankou | 1 | -36/+40 |
2020-11-18 | Python: improving ASGI http send message processing. | Max Romanov | 1 | -12/+13 |
2020-11-18 | Libunit: fixing read buffer allocations on exit. | Max Romanov | 1 | -5/+5 |
2020-11-18 | Libunit: closing active requests on quit. | Max Romanov | 5 | -11/+96 |
2020-11-18 | Libunit: making minor tweaks. | Max Romanov | 1 | -11/+4 |
2020-11-18 | Go: removing C proxy functions and re-using goroutines. | Max Romanov | 8 | -303/+225 |
2020-11-18 | Libunit: fixing racing condition in request struct recycling. | Max Romanov | 1 | -2/+2 |
2020-11-18 | Libunit: fixing racing condition for port add / state change. | Max Romanov | 1 | -39/+87 |
2020-11-18 | Libunit: improving logging consistency. | Max Romanov | 5 | -6/+11 |
2020-11-17 | HTTP parser: allowed more characters in header field names. | Valentin Bartenev | 7 | -37/+100 |
2020-11-16 | Isolation: added option to disable "procfs" mount. | Tiago Natel de Moura | 3 | -18/+31 |
2020-11-16 | Tests: tmpfs automount. | Tiago Natel de Moura | 2 | -3/+29 |
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 10 | -9/+52 |
2020-11-16 | Tests: making available versions unique. | Max Romanov | 1 | -4/+3 |
2020-11-13 | Isolation: added option to disable tmpfs mount. | Tiago Natel de Moura | 3 | -19/+33 |
2020-11-12 | Tests: removed test case that reuses rootfs path. | Tiago Natel de Moura | 1 | -4/+0 |
2020-11-12 | Tests: added a test for "body_buffer_size" option. | Andrei Zeliankou | 1 | -0/+38 |
2020-11-11 | Tests: added a test for fastcgi_finish_request() function. | Andrei Zeliankou | 2 | -0/+37 |
2020-11-11 | PHP: implementation of the fastcgi_finish_request() function. | Valentin Bartenev | 1 | -2/+76 |
2020-11-11 | PHP: prevention of consuming unread request body on finalization. | Valentin Bartenev | 1 | -0/+15 |
2020-11-10 | Fixing multi-buffer body send to application. | Max Romanov | 2 | -6/+20 |
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 11 | -28/+242 |
2020-11-10 | Java: fixing isolation mounts for Alpine musl. | Max Romanov | 1 | -1/+1 |
2020-11-10 | Tests: supporting instant app parameters in load(). | Max Romanov | 3 | -89/+37 |
2020-11-09 | Packages: added Ubuntu 20.10 "groovy" support. | Andrei Belov | 8 | -1/+274 |
2020-11-06 | Java: fixing ClassGraph deprecated API call. | Max Romanov | 1 | -1/+1 |
2020-11-06 | Tests: fixing racing condition in ASGI threads test. | Max Romanov | 1 | -5/+5 |
2020-11-05 | Ruby: error checking during thread creation. | Max Romanov | 1 | -2/+6 |
2020-11-05 | Tests: added Perl threading tests. | Max Romanov | 2 | -0/+52 |