summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Merged with the default branch.1.16.0-1Andrei Belov77-669/+3327
2020-03-12Added tag 1.16.0 for changeset 8bab088952ddValentin Bartenev1-0/+1
2020-03-12Generated Dockerfiles for Unit 1.16.0.1.16.0Valentin Bartenev8-8/+8
2020-03-12Added version 1.16.0 CHANGES.Valentin Bartenev2-0/+103
2020-03-12Using disk file to store large request body.Max Romanov18-36/+455
2020-03-12Moving request memory pool retain call after RPC data allocation.Max Romanov2-10/+15
2020-03-12Checking Content-Length value right after header parse.Max Romanov2-6/+8
2020-03-12Tests: added Python input readline and iterator tests.Max Romanov5-6/+125
2020-03-12Python: implementing input readline and line iterator.Max Romanov1-2/+145
2020-03-12Introducing readline function in libunit.Max Romanov4-44/+53
2020-03-12Tests: fixed race in USR1 signal tests.Andrei Zeliankou1-19/+22
2020-03-12Tests: round robin upstream tests.Andrei Zeliankou4-0/+489
2020-03-12Tests: skip "last message send failed" alerts globally.Andrei Zeliankou1-0/+1
2020-03-06Round robin upstream added.Igor Sysoev11-34/+654
2020-03-04Legacy upstream code removed.Igor Sysoev4-274/+0
2020-03-04Refactored nxt_http_action.Igor Sysoev3-21/+19
2020-02-061.15.0-1Andrei Belov1-0/+1
2020-02-06Merged with the default branch.1.15.0-1Andrei Belov40-116/+409
2020-02-06Added tag 1.15.0 for changeset 801ac82f80fbValentin Bartenev1-0/+1
2020-02-06Generated Dockerfiles for Unit 1.15.0.1.15.0Valentin Bartenev8-8/+8
2020-02-06Added version 1.15.0 CHANGES.Valentin Bartenev2-0/+68
2020-02-05Tests: added test for uploading files with SSL.Tiago Natel de Moura2-0/+49
2020-02-05Tests: add helper for form-data and multipart.Tiago Natel de Moura2-22/+90
2020-02-05Kept the value of c->socket.read_handler while data is available.Tiago Natel de Moura1-4/+0
2020-02-04Tests: fixing Python 3.8.1 errors on Mac.Max Romanov3-21/+18
2020-02-04Removing duplicate macro definitions.Max Romanov1-4/+0
2020-02-03Initializing local buffer ctx_impl field for correct release.Max Romanov1-0/+1
2020-02-03Fixed req_app_link reference counting on cancellation.Max Romanov1-16/+7
2020-02-03Storing pointer to next buffer in chain before free the buffer.Max Romanov1-2/+3
2020-02-03Added missing stream argument to error message.Max Romanov1-1/+2
2020-02-03Freeing memory allocated for engine structure in case of error.Max Romanov1-1/+1
2020-01-31Tests: more routing tests with negative rules.Andrei Zeliankou1-0/+57
2020-03-11Fixed negative patterns combined with address rules.Axel Duch1-6/+40
2020-03-10Tests: use blocking to print unit.log files.Andrei Zeliankou1-1/+1
2020-03-10Tests: redirect tests output to the stdout.Andrei Zeliankou6-13/+20
2020-03-06Tests: unitd stderr output redirected to unit.log.Valentin Bartenev1-13/+13
2020-03-06Tests: simplified unitd process running.Valentin Bartenev1-42/+26
2020-03-04PHP: fixed log format in alert.Tiago Natel de Moura1-1/+2
2020-03-04The kqueue EOF flag might be ignored on some conditions.Igor Sysoev1-2/+2
2020-03-04PHP: added ZTS indication to ./configure output.Valentin Bartenev1-0/+19
2020-03-04PHP: rearranged feature checks in ./configure.Valentin Bartenev1-46/+48
2020-03-03Tests: chdir() and open() for PHP module.Tiago Natel de Moura6-6/+161
2020-03-03Tests: added tests for "fallback" option for the "share" action.Andrei Zeliankou1-0/+212
2020-03-03Tests: check unique options in "action" object.Andrei Zeliankou1-0/+50
2020-03-03Added a "fallback" option to be used with the "share" action.Valentin Bartenev4-23/+68
2020-03-03Improved validation of the "action" object.Valentin Bartenev2-18/+41
2020-03-03PHP: optimization to avoid surplus chdir(2) calls.Tiago Natel de Moura2-101/+310
2020-03-03Fixing request_app_link reference counting for delayed requests.Max Romanov1-9/+36
2020-03-03Java: fixing Spring applications start.Max Romanov1-1/+1
2020-03-03Node.js: fixing x86 warning about the signed/unsigned comparison.Max Romanov1-2/+1