Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-18 | Rejecting requests with duplicate "Content-Length". | Valentin Bartenev | 2 | -6/+8 | |
2019-02-14 | Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64. | Andrei Belov | 2 | -0/+9 | |
Closes #221 on GitHub. | |||||
2019-02-14 | Packages: removed unit-perl on CentOS 6. | Andrei Belov | 1 | -1/+7 | |
CentOS 6 has Perl version 5.10, which is unsupported by Unit. | |||||
2019-02-14 | Tests: added tests for "Content-Length" header. | Andrey Zelenkov | 1 | -0/+46 | |
2019-02-14 | Tests: headers with equal header fields allowed. | Andrey Zelenkov | 1 | -1/+6 | |
2019-02-14 | Tests: minor fixes. | Andrey Zelenkov | 2 | -5/+3 | |
2019-02-11 | Merged with the 1.7 branch. | Valentin Bartenev | 12 | -9/+62 | |
2019-02-07 | Added tag 1.7.1 for changeset 0f04ef991fbc | Valentin Bartenev | 1 | -0/+1 | |
2019-02-07 | Generated Dockerfiles for Unit 1.7.1.1.7.1 | Valentin Bartenev | 9 | -9/+9 | |
2019-02-07 | Added version 1.7.1 CHANGES. | Valentin Bartenev | 2 | -0/+52 | |
2019-02-07 | Rejecting requests with invalid "Content-Length". | Valentin Bartenev | 1 | -3/+9 | |
2019-02-07 | Rejecting requests with invalid "Content-Length". | Valentin Bartenev | 1 | -3/+9 | |
2019-01-28 | Tests: large configuration tests. | Andrey Zelenkov | 1 | -0/+47 | |
2019-01-28 | Tests: added test for reading body from IO::Handle-like object. | Andrey Zelenkov | 3 | -0/+58 | |
2019-01-28 | Tests: removed blocking mode customization for sockets. | Andrey Zelenkov | 1 | -5/+2 | |
This customization was added in 0e12b17e512d and left unused. Also, set blocking mode by default for all sockets. | |||||
2019-01-24 | Packages: disabled debugsource generation on relevant platforms. | Andrei Belov | 2 | -0/+22 | |
In particular, this fixes unit-go package building on Fedora >= 29. | |||||
2019-01-24 | Packages: fixed control socket path after 7012b4fd5113. | Andrei Belov | 10 | -10/+10 | |
2019-01-24 | Packages: systemd and other improvements. | Remi Collet | 5 | -16/+56 | |
See the following links for details: https://github.com/nginx/unit/pull/212 https://github.com/nginx/unit/issues/213 Closes #155, closes #212, closes #213. | |||||
2019-01-24 | Packages: Fedora >= 29 have python 3.7. | Remi Collet | 3 | -0/+78 | |
Closes #211. | |||||
2019-01-23 | Node.js: fixed module version on installation from sources. | Alexander Borisov | 1 | -0/+5 | |
2019-01-21 | Fixed processing Unix listening socket failures. | Igor Sysoev | 1 | -16/+13 | |
This is related to issue #198 on GitHub. | |||||
2019-01-21 | Go: fixed module installation, broken in ed8b1aaefdd1. | Alexander Borisov | 1 | -1/+1 | |
Added the nxt_unit_version.h dependency. This closes #214 issue on GitHub. | |||||
2019-01-21 | Go: fixed module installation, broken in ed8b1aaefdd1. | Alexander Borisov | 1 | -1/+1 | |
Added the nxt_unit_version.h dependency. This closes #214 issue on GitHub. | |||||
2019-01-18 | Testing correct value. | Igor Sysoev | 1 | -1/+1 | |
2019-01-18 | Testing correct value. | Igor Sysoev | 1 | -1/+1 | |
2019-01-09 | Year 2019. | Valentin Bartenev | 2 | -8/+10 | |
2019-01-09 | Year 2019. | Valentin Bartenev | 2 | -8/+10 | |
2018-12-27 | Packages: Ubuntu 18.10 "cosmic" support added. | Andrei Belov | 5 | -1/+89 | |
2018-12-27 | Packages: Ubuntu 18.10 "cosmic" support added. | Andrei Belov | 5 | -1/+89 | |
2018-12-27 | Packages: URL fixed in examples to work with latest curl. | Andrei Belov | 22 | -22/+22 | |
2019-02-07 | Version bump. | Valentin Bartenev | 1 | -2/+2 | |
2018-12-27 | Packages: URL fixed in examples to work with latest curl. | Andrei Belov | 22 | -22/+22 | |
2018-12-25 | Tests: removed skipping Go tests on x86. | Andrey Zelenkov | 1 | -6/+1 | |
2018-12-25 | Tests: added delay to wait for error logging. | Andrey Zelenkov | 1 | -0/+3 | |
2018-12-25 | Tests: fixed test_tls_reconfigure. | Andrey Zelenkov | 1 | -9/+11 | |
Previously, order of applying TLS configuration and sending partial request to the application was uncertain. These changes make sure that client-application connection was established before reconfiguration. Additionally, added test to check that non-TLS connection works correctly after reconfiguration. | |||||
2018-12-25 | Tests: set TCP_NODELAY option by default. | Andrey Zelenkov | 1 | -0/+3 | |
2018-12-25 | Tests: test_node_application_write_before_writeHead reworked. | Andrey Zelenkov | 2 | -2/+3 | |
Added res.end() call in application and response status check. Also, renamed to test_node_application_write_before_write_head. | |||||
2018-12-25 | Tests: expectedFailure's removed from test_node_application.py. | Andrey Zelenkov | 1 | -7/+0 | |
Also removed alert skip in test_node_application_write_before_writeHead. Fixes committed in 1340e3539362, 1e008ef94f43, 5df32621af19, dae402cb243f and 41f561b3a178. | |||||
2018-12-24 | Tests: more QUERY_STRING tests. | Andrey Zelenkov | 5 | -0/+88 | |
2018-12-24 | Version bump. | Valentin Bartenev | 1 | -2/+2 | |
2018-12-20 | Added tag 1.7 for changeset 784b45adb0fe | Valentin Bartenev | 1 | -0/+1 | |
2018-12-20 | Generated Dockerfiles for Unit 1.7.1.7 | Valentin Bartenev | 9 | -9/+9 | |
2018-12-20 | Added version 1.7 CHANGES. | Valentin Bartenev | 2 | -0/+135 | |
2018-12-20 | Fixed style in CHANGES. | Valentin Bartenev | 2 | -4/+4 | |
2018-12-20 | Python: fixed error reporting on initialization of applications. | Valentin Bartenev | 1 | -11/+10 | |
PyErr_Print() writes traceback to "sys.stderr", which is a file object that can buffer the output. If the process exits immediately, the buffer can be destroyed before flushing to the log. As a result, the user doesn't see the traceback. Now Py_Finalize() is also called in case of any errors during initialization. It finalizes the interpreter and flushes all data. | |||||
2018-12-20 | Python: cleanup of nxt_python_init(). | Valentin Bartenev | 1 | -10/+3 | |
- Removed surplus NULL assignments; - Added missing nxt_slow_path(); - Style cleanup. | |||||
2018-12-20 | Python: fixed a typo in path error message. | Artem Konev | 1 | -1/+1 | |
2018-12-19 | Python: replaced PyErr_PrintEx(1) with PyErr_Print(). | Valentin Bartenev | 1 | -4/+4 | |
These function calls are equivalent. No functional changes. | |||||
2018-12-19 | Node.js: removed value checking for headers. | Alexander Borisov | 1 | -8/+0 | |
2018-12-19 | Node.js: removed unused _implicitHeader() function. | Alexander Borisov | 1 | -5/+0 | |