Wed, 25 Apr 2018 15:11:01 +0300 |
Valentin Bartenev |
Python: added a missing slash in the path to "pyenv.cfg".
default tip
|
Tue, 24 Apr 2018 20:49:36 +0300 |
Valentin Bartenev |
Support for PEP 405 virtual environments.
|
Tue, 24 Apr 2018 18:51:22 +0300 |
Nick Shadrin |
Fixed typo in RPM packages.
|
Mon, 23 Apr 2018 15:26:52 +0300 |
Andrey Zelenkov |
Tests: added access log test with unix socket.
|
Mon, 23 Apr 2018 15:26:46 +0300 |
Andrey Zelenkov |
Tests: added delay to wait for requests logging.
|
Mon, 23 Apr 2018 15:15:09 +0300 |
Andrey Zelenkov |
Tests: removed alert skips after b6ca49c1da1b.
|
Fri, 20 Apr 2018 23:57:46 +0300 |
Valentin Bartenev |
Fixed segfault when two modules have the same type and version.
|
Fri, 20 Apr 2018 19:46:36 +0300 |
Igor Sysoev |
Fixed alerts about freeing non-freeable memory on connection close.
|
Fri, 20 Apr 2018 19:46:36 +0300 |
Igor Sysoev |
Prevention of freeing non-freeable memory pool block.
|
Fri, 20 Apr 2018 17:23:43 +0300 |
Max Romanov |
Go: fixed request.Read() behaviour for EOF.
|
Thu, 19 Apr 2018 19:48:58 +0300 |
Valentin Bartenev |
Router: fixed race condition while access log reopening.
|
Thu, 19 Apr 2018 17:35:07 +0300 |
Alexander Borisov |
Python: returning write() callable object from start_response().
|
Wed, 18 Apr 2018 17:28:22 +0300 |
Valentin Bartenev |
Removed duplicating socket address parsing function.
|
Wed, 18 Apr 2018 17:28:04 +0300 |
Valentin Bartenev |
Added missing cleanup when nxt_port_socket_write() failed.
|
Wed, 18 Apr 2018 16:02:43 +0300 |
Andrey Zelenkov |
Tests: re-opening access log file.
|
Wed, 18 Apr 2018 16:02:37 +0300 |
Andrey Zelenkov |
Tests: graceful shutdown.
|
Tue, 17 Apr 2018 21:13:43 +0300 |
Valentin Bartenev |
Added missing checks if nxt_port_rpc_register_handler() failed.
|
Sun, 15 Apr 2018 19:44:38 +0300 |
Sergey Kandaurov |
Enabled exporting symbols for OpenBSD.
|
Fri, 13 Apr 2018 20:07:02 +0300 |
Valentin Bartenev |
Improved "unitd" command line help.
|
Fri, 13 Apr 2018 19:10:15 +0300 |
Valentin Bartenev |
Version bump.
|
Thu, 12 Apr 2018 19:50:37 +0300 |
Valentin Bartenev |
Added tag 1.0 for changeset 5870dd420309
|
Thu, 12 Apr 2018 19:47:37 +0300 |
Valentin Bartenev |
Generated Dockerfiles for Unit 1.0.
1.0
|
Thu, 12 Apr 2018 19:47:33 +0300 |
Valentin Bartenev |
Added version 1.0 CHANGES.
|
Thu, 12 Apr 2018 19:39:25 +0300 |
Valentin Bartenev |
Version bump.
|
Thu, 12 Apr 2018 17:11:35 +0300 |
Igor Sysoev |
Miscellaneous changes.
|
Thu, 12 Apr 2018 17:11:34 +0300 |
Igor Sysoev |
Disabling timer when request header has been entirely read.
|
Thu, 12 Apr 2018 17:11:33 +0300 |
Igor Sysoev |
Fixed idle timeout, broken in b3e55c647741.
|
Wed, 11 Apr 2018 18:34:11 +0300 |
Andrey Zelenkov |
Tests: access_log tests.
|
Wed, 11 Apr 2018 18:29:48 +0300 |
Valentin Bartenev |
Configure scripts cleanup.
|
Wed, 11 Apr 2018 18:23:58 +0300 |
Valentin Bartenev |
Controller: added "/config" prefix for the configuration object.
|
Wed, 11 Apr 2018 18:23:58 +0300 |
Valentin Bartenev |
Access log reopening.
|
Wed, 11 Apr 2018 18:23:33 +0300 |
Valentin Bartenev |
Initial access log support.
|
Wed, 11 Apr 2018 17:33:18 +0300 |
Igor Sysoev |
Introducing connection state io_read_handler.
|
Wed, 11 Apr 2018 17:33:16 +0300 |
Igor Sysoev |
Keepalive processing optimization.
|
Wed, 11 Apr 2018 12:49:58 +0300 |
Valentin Bartenev |
Fixed pipelined request processing, broken by 9e16499b63f0.
|
Tue, 10 Apr 2018 19:38:48 +0300 |
Igor Sysoev |
Added "408 Request Timeout" error response.
|
Tue, 10 Apr 2018 19:38:45 +0300 |
Igor Sysoev |
Refactored HTTP header parsing.
|
Tue, 10 Apr 2018 19:30:45 +0300 |
Igor Sysoev |
Splitting HTTP processing in more granulate connection states.
|
Tue, 10 Apr 2018 16:51:22 +0300 |
Valentin Bartenev |
HTTP parser: saving partial method.
|
Tue, 10 Apr 2018 16:51:22 +0300 |
Valentin Bartenev |
HTTP parser: saving unsupported version.
|
Tue, 10 Apr 2018 16:51:22 +0300 |
Valentin Bartenev |
HTTP parser: correct "target" for partial or invalid request line.
|
Mon, 09 Apr 2018 19:16:19 +0300 |
Valentin Bartenev |
Processing of partially parsed HTTP header.
|
Sun, 08 Apr 2018 14:08:06 +0300 |
Valentin Bartenev |
Controller: fixed a memory leak when PUT operation failed.
|
Fri, 06 Apr 2018 16:27:46 +0300 |
Max Romanov |
Go: Forced WriteHeader after application request processing.
|
Thu, 05 Apr 2018 17:55:06 +0300 |
Andrey Zelenkov |
Tests: added Python test with not iterable object.
|
Thu, 05 Apr 2018 17:20:26 +0300 |
Max Romanov |
Handling error return from application 'run()' function.
|
Thu, 05 Apr 2018 17:19:25 +0300 |
Max Romanov |
Stopping timed out application process.
|
Thu, 05 Apr 2018 15:54:08 +0300 |
Valentin Bartenev |
Fixed NXT_INT64_T_HEXLEN.
|
Thu, 05 Apr 2018 15:49:41 +0300 |
Valentin Bartenev |
Style.
|
Wed, 04 Apr 2018 18:53:39 +0300 |
Alexander Borisov |
Changed version processing for modules.
|
Wed, 04 Apr 2018 18:13:05 +0300 |
Valentin Bartenev |
Style: capitalized letters in hexadecimal literals.
|
Wed, 04 Apr 2018 15:33:11 +0300 |
Andrey Zelenkov |
Tests: fixed unwanted comment in a11b80dedc6b.
|
Tue, 03 Apr 2018 16:26:22 +0300 |
Alexander Borisov |
Ruby: added 'enc/trans/transdb' module for converting encodings.
|
Tue, 03 Apr 2018 16:28:26 +0300 |
Igor Sysoev |
HTTP: using r->mem_pool retention counter for response buffers.
|
Mon, 02 Apr 2018 19:20:11 +0300 |
Andrey Zelenkov |
Tests: Perl script with syntax error.
|
Mon, 02 Apr 2018 18:37:45 +0300 |
Andrey Zelenkov |
Tests: change alert skip in test_listeners_empty after RPC fixes.
|
Mon, 02 Apr 2018 18:05:34 +0300 |
sshaw |
Ruby: correctly getting version from RbConfig::CONFIG.
|
Mon, 02 Apr 2018 17:42:36 +0300 |
Valentin Bartenev |
Version bump.
|
Mon, 02 Apr 2018 17:03:41 +0300 |
Andrey Zelenkov |
Tests: more Python tests.
|
Mon, 02 Apr 2018 17:03:41 +0300 |
Andrey Zelenkov |
Tests: added Python test with iterator context.
|