Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-24 | HTTP parser: restricting control chars in header fields values. | Valentin Bartenev | 1 | -3/+1 | |
This also fixes an infinite loop here (found with honggfuzz). | |||||
2018-01-22 | Packages: explicit Python module versioning in Debian examples. | Andrei Belov | 4 | -4/+4 | |
2018-01-22 | Packages: added support for Amazon Linux. | Andrei Belov | 12 | -2/+302 | |
2018-01-22 | Packages: improved per-module dependency tracking. | Andrei Belov | 15 | -20/+74 | |
2018-01-19 | Python: fixed the "wsgi.errors" environment variable name. | Valentin Bartenev | 1 | -2/+2 | |
This closes issue #76 on GitHub. | |||||
2018-01-18 | Ability to validate configuration options with multiple types. | Valentin Bartenev | 1 | -45/+102 | |
2018-01-18 | Reduced duplication of validated app config options. | Max Romanov | 1 | -65/+17 | |
Common options moved to separate array. Application-specific arrays refers to common options. | |||||
2018-01-18 | Introducing pretty NXT_CONF_VLDT_END macro. | Max Romanov | 1 | -6/+9 | |
2018-01-17 | Tests: using LF line ending for test files. | Andrey Zelenkov | 6 | -869/+869 | |
2018-01-16 | HTTP: fixed chunked response on 32-bit platforms. | Igor Sysoev | 1 | -1/+1 | |
2018-01-15 | Checking for major HTTP version. | Valentin Bartenev | 5 | -13/+35 | |
2018-01-15 | Improved HTTP version representation. | Valentin Bartenev | 3 | -16/+19 | |
2018-01-15 | HTTP parser: improved error reporting. | Valentin Bartenev | 4 | -32/+59 | |
2018-01-15 | Tests: use "data" parameter in Request() to send body. | Andrey Zelenkov | 2 | -8/+5 | |
2018-01-15 | Tests: style. | Andrey Zelenkov | 1 | -13/+6 | |
2018-01-15 | Version bump. | Valentin Bartenev | 1 | -2/+2 | |
2018-01-15 | Added tag 0.4 for changeset 6071f4300f76 | Igor Sysoev | 1 | -0/+1 | |
2018-01-15 | Tests: exit with runner result.0.4 | Andrey Zelenkov | 1 | -1/+3 | |
2018-01-15 | Tests: fixed arguments order in getattr() call. | Andrey Zelenkov | 1 | -1/+1 | |
2018-01-15 | Tests: added test for 'atexit'. | Andrey Zelenkov | 1 | -0/+65 | |
2018-01-15 | Tests: simple python application. | Andrey Zelenkov | 2 | -0/+134 | |
2018-01-15 | Tests: assertTry() function introduced. | Andrey Zelenkov | 2 | -19/+30 | |
2018-01-15 | Tests: check_version() function introduced. | Andrey Zelenkov | 1 | -5/+15 | |
2018-01-15 | Added version 0.4 CHANGES. | Igor Sysoev | 3 | -2/+189 | |
2018-01-15 | PHP: "--lib-static" option uses "--lib-path" option. | Igor Sysoev | 1 | -6/+18 | |
2018-01-12 | Fixed reading of the rest of body, broken after 5817734dd9b9. | Valentin Bartenev | 1 | -1/+0 | |
2018-01-12 | PHP: added "--lib-static" configure option. | Igor Sysoev | 1 | -0/+7 | |
The libraries returned by "php-config --libs" are required to link with static libphp.a. Dynamic libphp.so contains the required libraries names. | |||||
2018-01-12 | HTTP: request body length was not passed to application. | Igor Sysoev | 1 | -0/+1 | |
The bug has appeared in changeset 5817734dd9b9. | |||||
2018-01-12 | PHP: Terminating names with zero. | Max Romanov | 1 | -4/+7 | |
Fixing issue introduced in changeset 462:17a2c9b27b57 . | |||||
2018-01-12 | Initializing script_name.start before using. | Max Romanov | 1 | -0/+1 | |
This makes gcc 4.4.6 happy. | |||||
2018-01-11 | Changing relative php scripts paths to real ones. | Max Romanov | 3 | -48/+73 | |
This is required to run phpMyAdmin. | |||||
2018-01-11 | Fixed DragonFly BSD shared memory implementation. | Igor Sysoev | 6 | -4/+74 | |
2018-01-11 | Using hg archive instead of copying to make distribution tarball. | Igor Sysoev | 1 | -6/+3 | |
2018-01-11 | HTTP: fixed large header buffers allocation and deallocation. | Igor Sysoev | 1 | -29/+32 | |
This closes #74 issue on GitHub. | |||||
2018-01-11 | HTTP: request body was not passed to application. | Igor Sysoev | 1 | -0/+5 | |
The bug has appeared in changeset 5817734dd9b9. | |||||
2018-01-10 | Tests: style. | Andrey Zelenkov | 4 | -22/+11 | |
2018-01-10 | Tests: --no-daemon option used for unit. | Andrey Zelenkov | 1 | -12/+31 | |
2018-01-10 | Tests: remove temporary folder when module not found. | Andrey Zelenkov | 1 | -0/+1 | |
2018-01-09 | HTTP parser: allowing underscore in header field names. | Valentin Bartenev | 2 | -2/+2 | |
2018-01-01 | Year 2018. | Valentin Bartenev | 2 | -8/+8 | |
2017-12-29 | Using correct pointer and size for memzero operation. | Igor Sysoev | 2 | -3/+6 | |
Found by Coverity (CID 215689). | |||||
2017-12-29 | Using correct pointer in test operation. | Igor Sysoev | 1 | -1/+1 | |
Found by Coverity (CID 215687). | |||||
2017-12-29 | Corrected allocation size of HTTP response header. | Igor Sysoev | 1 | -2/+6 | |
2017-12-29 | Version bump. | Igor Sysoev | 1 | -2/+2 | |
2017-12-28 | Packages: fixed building on 64-bit Debian 9 and Ubuntu 17.10. | Andrei Belov | 2 | -2/+2 | |
2017-12-28 | Added tag 0.3 for changeset b8400e8feb36 | Igor Sysoev | 1 | -0/+1 | |
2017-12-28 | Fixed Go package and PHP module building.0.3 | Igor Sysoev | 2 | -2/+2 | |
Go package and PHP module could not be built after changeset 5817734dd9b9. | |||||
2017-12-28 | Removed 0.3 tag, again. | Valentin Bartenev | 1 | -7/+0 | |
2017-12-28 | Removed duplicate declaration. | Igor Sysoev | 8 | -10/+7 | |
2017-12-28 | Packages: hardening flags for rpm. | Andrei Belov | 2 | -2/+13 | |