log

age author description
Fri, 22 Mar 2013 15:14:07 +0000 Maxim Dounin Misc: switch to single export operation in "zip" target.
Thu, 21 Mar 2013 16:06:53 +0000 Ruslan Ermilov Split clients: check length when parsing configuration.
Thu, 21 Mar 2013 16:06:13 +0000 Ruslan Ermilov Removed unused ngx_http_clear_variable() macro.
Thu, 21 Mar 2013 16:05:35 +0000 Ruslan Ermilov Fixed language in a comment preceding ngx_http_index_handler().
Thu, 21 Mar 2013 16:04:09 +0000 Ruslan Ermilov Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
Thu, 21 Mar 2013 16:03:24 +0000 Ruslan Ermilov Use NGX_DEFAULT_POOL_SIZE macro where appropriate.
Thu, 21 Mar 2013 15:52:52 +0000 Ruslan Ermilov Simplified ngx_array_create().
Wed, 20 Mar 2013 18:07:25 +0000 Ruslan Ermilov Core: fixed resource leak if binary upgrade fails due to no memory.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 20 Mar 2013 10:18:26 +0000 Valentin Bartenev Win32: disabled MSVC warning about '\0' not fitting into array.
Wed, 20 Mar 2013 09:36:27 +0000 Valentin Bartenev URI processing code moved to a separate function.
Tue, 19 Mar 2013 08:13:48 +0000 Ruslan Ermilov Image filter: the "image_filter_interlace" directive.
Mon, 18 Mar 2013 14:50:29 +0000 Maxim Dounin The limit_req_status and limit_conn_status directives.
Mon, 18 Mar 2013 07:13:57 +0000 Ruslan Ermilov Core: guard against failed allocation during binary upgrade.
Fri, 15 Mar 2013 20:00:49 +0000 Valentin Bartenev Status: introduced the "ngx_stat_waiting" counter.
Fri, 15 Mar 2013 19:49:54 +0000 Valentin Bartenev Allow to reuse connections that wait their first request.
Thu, 14 Mar 2013 16:22:43 +0000 Maxim Dounin Upstream: fixed previous commit.
Thu, 14 Mar 2013 12:37:54 +0000 Maxim Dounin Upstream: call ngx_http_run_posted_requests() on resolve errors.
Thu, 14 Mar 2013 12:30:26 +0000 Maxim Dounin Request body: avoid linking rb->buf to r->header_in.
Thu, 14 Mar 2013 12:28:53 +0000 Maxim Dounin Request body: next upstream fix.
Tue, 12 Mar 2013 13:38:04 +0000 Maxim Dounin Fixed logging in ngx_http_wait_request_handler().
Mon, 11 Mar 2013 14:44:56 +0000 Valentin Bartenev Removed unused prototype of ngx_http_find_server_conf().
Mon, 11 Mar 2013 11:19:58 +0000 Valentin Bartenev Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED.
Thu, 07 Mar 2013 18:21:28 +0000 Valentin Bartenev SSL: Next Protocol Negotiation extension support.
Thu, 07 Mar 2013 18:14:27 +0000 Valentin Bartenev Refactored ngx_http_init_request().
Thu, 07 Mar 2013 18:07:16 +0000 Valentin Bartenev Removed c->single_connection flag.
Thu, 07 Mar 2013 17:59:27 +0000 Valentin Bartenev Respect the new behavior of TCP_DEFER_ACCEPT.
Thu, 07 Mar 2013 17:41:40 +0000 Valentin Bartenev Use "client_header_timeout" for all requests in a connection.
Thu, 07 Mar 2013 17:21:50 +0000 Valentin Bartenev Create request object only after the first byte was received.
Thu, 07 Mar 2013 17:07:04 +0000 Valentin Bartenev Version bump.