Age | Commit message (Expand) | Author | Files | Lines |
2019-01-21 | Fixed processing Unix listening socket failures. | Igor Sysoev | 1 | -16/+13 |
2019-01-21 | Go: fixed module installation, broken in ed8b1aaefdd1. | Alexander Borisov | 1 | -1/+1 |
2019-01-21 | Go: fixed module installation, broken in ed8b1aaefdd1. | Alexander Borisov | 1 | -1/+1 |
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 |
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 |
2018-12-25 | Tests: expectedFailure's removed from test_node_application.py. | Andrey Zelenkov | 1 | -7/+0 |
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 |
2018-12-20 | Python: cleanup of nxt_python_init(). | Valentin Bartenev | 1 | -10/+3 |
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 |
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 |
2018-12-19 | Node.js: added check for libunit version at compile time. | Alexander Borisov | 4 | -8/+26 |
2018-12-19 | libunit: added generation of version header file. | Alexander Borisov | 4 | -5/+18 |
2018-12-19 | Node.js: checking for exception after running JS code from C++. | Alexander Borisov | 1 | -3/+20 |
2018-12-19 | Node.js: checking uniqueness of HTTP headers for different case. | Alexander Borisov | 2 | -24/+62 |
2018-12-19 | Node.js: calling write callback asynchronously. | Alexander Borisov | 1 | -1/+13 |
2018-12-19 | Node.js: style fixes. | Alexander Borisov | 1 | -8/+10 |
2018-12-19 | Node.js: changed the unit-http socket constructor. | Alexander Borisov | 1 | -5/+10 |
2018-12-19 | Node.js: napi_call_function() replaced with napi_make_callback(). | Alexander Borisov | 2 | -27/+63 |
2018-12-19 | Node.js: changed the 'data' event calling sequence for the request. | Alexander Borisov | 1 | -10/+30 |
2018-12-19 | Node.js: buffering HTTP headers before writing the body. | Alexander Borisov | 1 | -10/+13 |
2018-12-12 | Node.js: removed unused dependency. | Valentin Bartenev | 1 | -4/+1 |
2018-12-12 | Node.js: fixed global install in some cases. | Valentin Bartenev | 1 | -1/+1 |
2018-12-11 | Tests: more Node.js tests. | Andrey Zelenkov | 11 | -2/+200 |
2018-11-28 | Tests: PHP directives "disable_classes" and "disable_functions". | Andrey Zelenkov | 3 | -0/+118 |
2018-12-04 | Tests: fixed test_node_application_write_callback. | Andrey Zelenkov | 2 | -3/+9 |
2018-12-04 | Ruby: rpath made optional. | Valentin Bartenev | 1 | -3/+22 |
2018-11-29 | Packages: made unit-go architecture-dependent. | Andrei Belov | 9 | -137/+2 |
2018-11-27 | PHP: fixed "disable_functions" and "disable_classes" options. | Valentin Bartenev | 1 | -10/+87 |
2018-11-26 | Packages: added strict version dependency for unit-dev/unit-devel. | Andrei Belov | 2 | -1/+3 |
2018-11-22 | PHP: workaround for bug #71041. | Valentin Bartenev | 2 | -3/+32 |