summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-24Tests: using "expectedFailure" decorator instead of assertTry().Andrey Zelenkov6-273/+321
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov19-28/+29
2018-01-24Using size_t for the field width type of the "%*s" specifier.Sergey Kandaurov13-28/+39
2018-01-24HTTP parser: restricting control chars in header fields values.Valentin Bartenev1-3/+1
2018-01-22Packages: explicit Python module versioning in Debian examples.Andrei Belov4-4/+4
2018-01-22Packages: added support for Amazon Linux.Andrei Belov12-2/+302
2018-01-22Packages: improved per-module dependency tracking.Andrei Belov15-20/+74
2018-01-19Python: fixed the "wsgi.errors" environment variable name.Valentin Bartenev1-2/+2
2018-01-18Ability to validate configuration options with multiple types.Valentin Bartenev1-45/+102
2018-01-18Reduced duplication of validated app config options.Max Romanov1-65/+17
2018-01-18Introducing pretty NXT_CONF_VLDT_END macro.Max Romanov1-6/+9
2018-01-17Tests: using LF line ending for test files.Andrey Zelenkov6-869/+869
2018-01-16HTTP: fixed chunked response on 32-bit platforms.Igor Sysoev1-1/+1
2018-01-15Checking for major HTTP version.Valentin Bartenev5-13/+35
2018-01-15Improved HTTP version representation.Valentin Bartenev3-16/+19
2018-01-15HTTP parser: improved error reporting.Valentin Bartenev4-32/+59
2018-01-15Tests: use "data" parameter in Request() to send body.Andrey Zelenkov2-8/+5
2018-01-15Tests: style.Andrey Zelenkov1-13/+6
2018-01-15Version bump.Valentin Bartenev1-2/+2
2018-01-15Added tag 0.4 for changeset 6071f4300f76Igor Sysoev1-0/+1
2018-01-15Tests: exit with runner result.0.4Andrey Zelenkov1-1/+3
2018-01-15Tests: fixed arguments order in getattr() call.Andrey Zelenkov1-1/+1
2018-01-15Tests: added test for 'atexit'.Andrey Zelenkov1-0/+65
2018-01-15Tests: simple python application.Andrey Zelenkov2-0/+134
2018-01-15Tests: assertTry() function introduced.Andrey Zelenkov2-19/+30
2018-01-15Tests: check_version() function introduced.Andrey Zelenkov1-5/+15
2018-01-15Added version 0.4 CHANGES.Igor Sysoev3-2/+189
2018-01-15PHP: "--lib-static" option uses "--lib-path" option.Igor Sysoev1-6/+18
2018-01-12Fixed reading of the rest of body, broken after 5817734dd9b9.Valentin Bartenev1-1/+0
2018-01-12PHP: added "--lib-static" configure option.Igor Sysoev1-0/+7
2018-01-12HTTP: request body length was not passed to application.Igor Sysoev1-0/+1
2018-01-12PHP: Terminating names with zero.Max Romanov1-4/+7
2018-01-12Initializing script_name.start before using.Max Romanov1-0/+1
2018-01-11Changing relative php scripts paths to real ones.Max Romanov3-48/+73
2018-01-11Fixed DragonFly BSD shared memory implementation.Igor Sysoev6-4/+74
2018-01-11Using hg archive instead of copying to make distribution tarball.Igor Sysoev1-6/+3
2018-01-11HTTP: fixed large header buffers allocation and deallocation.Igor Sysoev1-29/+32