summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-02-12signalfd() notification should be ignored if nothing was read.Igor Sysoev1-0/+1
2018-02-12Tests: perl module.Andrey Zelenkov15-0/+235
2018-02-12HTTP: the Date response header.Valentin Bartenev4-2/+59
2018-02-12Version bump.Valentin Bartenev1-2/+2
2018-02-09Added tag 0.6 for changeset 88831b81e384Valentin Bartenev1-0/+1
2018-02-09Generated Dockerfiles for Unit 0.6.0.6Valentin Bartenev8-8/+8
2018-02-09Added version 0.6 CHANGES.Valentin Bartenev2-0/+163
2018-02-09Made nxt_assert() statements to be compiled only with debug.Valentin Bartenev3-16/+30
2018-02-09Changed the default number of spare processes to 0.Valentin Bartenev2-2/+2
2018-02-09Fixed starting of applications with specified version.Valentin Bartenev1-5/+15
2018-02-09Version bump.Valentin Bartenev1-2/+2
2018-02-08Docker: typo fixed.Andrei Belov2-2/+2
2018-02-08Added tag 0.5 for changeset 1ba4d13d222bValentin Bartenev1-0/+1
2018-02-08Generated Dockerfiles for Unit 0.5.0.5Valentin Bartenev8-8/+97
2018-02-08Added version 0.5 CHANGES.Valentin Bartenev2-1/+213
2018-02-08Router: fixed freed memory access race condition.Igor Sysoev1-6/+8
2018-02-08Tests: expectedFailure removed from test_python_keepalive.py.Andrey Zelenkov1-1/+0
2018-02-08Perl: fixed IO-Object duplication bug.Alexander Borisov1-26/+2
2018-02-07Fixed reading of the rest of body, again.Valentin Bartenev2-19/+12
2018-02-07Docker: added Perl image.Andrei Belov1-2/+5
2018-02-07Packages: fixed building of deb packages with redefined versions.Andrei Belov1-0/+7
2018-02-07Packages: added Perl package.Andrei Belov12-1/+200
2018-02-07Perl: use ExtUtils::Embed in configure.Andrei Belov2-13/+15
2018-02-07Packages: fixed example configurations after fa714d76592b.Andrei Belov14-16/+16
2018-02-07Style fixes.Andrey Zelenkov12-25/+23
2018-02-07Fixed processing of application response in router.Max Romanov1-1/+4
2018-02-06Perl: added more checks for 'body' variableAlexander Borisov1-1/+6
2018-02-06Fixed configuration checks for "max" property.Andrey Zelenkov2-16/+16
2018-02-06Tests: more tests for processes.Andrey Zelenkov1-0/+93
2018-02-06Tests: changed process counting in test_python_procman.py.Andrey Zelenkov1-119/+71
2018-02-06Tests: minor fixes in test_python_procman.py.Andrey Zelenkov1-59/+35
2018-02-05Tests: added "Connection: close" header for default requests.Andrey Zelenkov1-1/+6
2018-02-05Tests: simplified test for query string.Andrey Zelenkov1-7/+2
2018-02-05Tests: adjusted check_version()'s.Andrey Zelenkov7-7/+16
2018-02-02Fixed typo in assertion statement introduced in 4979fe09d9cd.Max Romanov1-1/+1
2018-01-31Added Perl support.Alexander Borisov12-11/+1998
2018-01-30Generated Dockerfiles for unit 0.4.Konstantin Pavlov7-0/+623
2018-01-30Introduced docker images building tools.Konstantin Pavlov3-2/+163
2018-01-29Introducing extended app process management.Max Romanov16-137/+982
2018-01-30Tests: added keep-alive test.Andrey Zelenkov1-0/+64
2018-01-30Tests: reworked TestUnitHTTP.Andrey Zelenkov3-80/+120
2018-01-30Tests: added methods to manage unit configuration.Andrey Zelenkov6-253/+240
2018-01-30Tests: small fixes.Andrey Zelenkov3-21/+9
2018-01-30Tests: fixed test for listener without port.Andrey Zelenkov1-2/+2
2018-01-26Packages: "test" and "test-debug" targets for deb.Andrei Belov1-2/+22
2018-01-26Packages: "test" and "test-debug" targets for rpm.Andrei Belov3-4/+28
2018-01-25HTTP parser: simplified nxt_http_parse_field_value().Valentin Bartenev1-15/+11
2018-01-24Tests: ignore unexpected successes in return code.Andrey Zelenkov1-2/+5
2018-01-24Tests: added test for QUERY_STRING variable.Andrey Zelenkov1-0/+34
2018-01-24Tests: added test with "Transfer-Encoding" header in 204 response.Andrey Zelenkov1-0/+17