Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-24 | Tests: routing by listener address. | Axel Duch | 1 | -0/+58 | |
2019-12-24 | Tests: routing by client address configuration. | Axel Duch | 1 | -0/+353 | |
2019-12-24 | Go: installing go module for tests into build directory. | Max Romanov | 1 | -1/+1 | |
2019-12-09 | Tests: routing tests refactored. | Andrei Zeliankou | 2 | -1774/+331 | |
2019-12-06 | Tests: added privileged credential tests. | Tiago Natel | 1 | -44/+150 | |
2019-11-11 | Tests: added tests for setting user and group. | Tiago Natel | 2 | -0/+95 | |
2019-11-11 | Tests: added support for testing "user" and "group". | Tiago Natel | 8 | -15/+34 | |
2019-11-26 | Tests: added getjson() helper. | Tiago Natel | 4 | -10/+29 | |
2019-11-26 | Tests: parsing of "Transfer-Encoding: chunked" responses. | Tiago Natel | 6 | -23/+71 | |
2019-11-09 | Tests: fixed tests to run as root. | Tiago Natel | 5 | -25/+72 | |
- The mode of testdir was changed to allow reading from other users/groups. - The java multipart test now uploads the file into an app writable dir. - The build directory was made readable for other users. - The python environment test now uses the HOME env var instead of PWD because the latter is not set by the root shell (/bin/sh) by default. - The node `node_modules` directory now is copied into the `testdir` instead of using symlinks. | |||||
2019-11-14 | Tests: Python exception tests. | Andrei Zeliankou | 2 | -0/+202 | |
2019-11-14 | Tests: proxy tests. | Andrei Zeliankou | 2 | -0/+647 | |
2019-11-14 | Tests: run_process() and stop_processes() introduced. | Andrei Zeliankou | 1 | -0/+22 | |
2019-11-14 | Tests: waitforsocket() introduced. | Andrei Zeliankou | 1 | -0/+18 | |
2019-11-13 | Tests: fixed websocket tests. | Andrei Zeliankou | 3 | -81/+38 | |
2019-11-13 | Tests: added Python test with threading. | Andrei Zeliankou | 2 | -0/+46 | |
2019-11-13 | Tests: added Ruby test with constants. | Andrey Zelenkov | 2 | -0/+38 | |
2019-11-08 | Tests: fixed operator in http.py. | Andrey Zelenkov | 1 | -1/+1 | |
2019-10-23 | Tests: added test with invalid "working_directory" value. | Andrey Zelenkov | 1 | -0/+12 | |
2019-10-23 | Tests: more URI normalization tests. | Andrey Zelenkov | 1 | -8/+52 | |
2019-10-23 | Tests: added USR1 signal test for unit.log. | Andrey Zelenkov | 3 | -37/+101 | |
2019-10-23 | Tests: more static tests. | Andrey Zelenkov | 1 | -0/+6 | |
2019-10-23 | Tests: improved handshake for websocket tests. | Andrey Zelenkov | 2 | -7/+15 | |
2019-10-23 | Tests: style. | Andrey Zelenkov | 1 | -1/+3 | |
2019-10-23 | Tests: check initial configuration in test_access_log.py. | Andrey Zelenkov | 1 | -1/+5 | |
2019-10-23 | Tests: check initial configuration in test_routing.py. | Andrey Zelenkov | 1 | -27/+31 | |
2019-10-23 | Tests: added flush() in "errors_write" Python application. | Andrey Zelenkov | 1 | -0/+1 | |
2019-10-11 | Fixed passing false in namespace flags. | Tiago Natel | 1 | -0/+32 | |
This patch closes #328 in github. | |||||
2019-10-08 | Tests: default port number used. | Andrey Zelenkov | 1 | -1/+1 | |
2019-10-08 | Tests: increased subprocess timeout on Unit exit. | Andrey Zelenkov | 1 | -13/+13 | |
Also changed order of subprocess status checks. _terminate_process() method removed. | |||||
2019-09-25 | Tests: fixed hanging of Go tests. | Andrey Zelenkov | 2 | -14/+24 | |
This closes #319 issue on GitHub. | |||||
2019-09-24 | Tests: static tests with file system objects. | Andrey Zelenkov | 1 | -0/+24 | |
2019-09-19 | Tests: serving static files. | Andrey Zelenkov | 1 | -0/+376 | |
2019-09-19 | Initial applications isolation support using Linux namespaces. | Tiago de Bem Natel de Moura | 3 | -0/+301 | |
2019-09-18 | Tests: added read_buffer_size option in http(). | Andrey Zelenkov | 1 | -1/+8 | |
2019-09-17 | Tests: head() method introduced. | Andrey Zelenkov | 1 | -0/+3 | |
2019-09-17 | HTTP parser: fixed parsing of target after literal space character. | Valentin Bartenev | 1 | -0/+31 | |
In theory, all space characters in request target must be encoded; however, some clients may violate the specification. For the sake of interoperability, Unit supports unencoded space characters. Previously, if there was a space character before the extension or arguments parts, those parts weren't recognized. Also, quoted symbols and complex target weren't detected after a space character. | |||||
2019-09-16 | Tests: fixed features check. | Andrey Zelenkov | 1 | -2/+2 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 24 | -113/+146 | |
2019-09-16 | Tests: prepare_env() introduced. | Andrey Zelenkov | 1 | -8/+13 | |
2019-09-16 | Tests: style and minor fixes in java.py. | Andrey Zelenkov | 2 | -8/+7 | |
2019-09-16 | Tests: more comments. | Andrey Zelenkov | 1 | -0/+4 | |
2019-09-16 | Tests: set default "unsafe" value. | Andrey Zelenkov | 1 | -0/+1 | |
2019-09-05 | Tests: Java websockets tests. | Andrey Zelenkov | 2 | -0/+1526 | |
2019-09-05 | Java: introducing websocket support. | Max Romanov | 1 | -2/+10 | |
2019-09-03 | Tests: increased read_timeout for websockets tests. | Andrey Zelenkov | 1 | -2/+6 | |
2019-09-02 | Tests: fixed recv_bytes() in websockets.py. | Andrey Zelenkov | 2 | -11/+3 | |
2019-09-02 | Tests: removed duplicate websocket tests. | Andrey Zelenkov | 1 | -80/+0 | |
2019-09-02 | Tests: prevented writing non-chopped frames to the closed socket. | Andrey Zelenkov | 2 | -2/+4 | |
2019-08-30 | Tests: prevented writing to the closed socket for websocket tests. | Andrey Zelenkov | 1 | -1/+4 | |