log

age author description
Fri, 01 Feb 2013 14:37:43 +0000 Maxim Dounin SSL: fixed ngx_ssl_handshake() with level-triggered event methods.
Mon, 28 Jan 2013 15:41:12 +0000 Valentin Bartenev SSL: take into account data in the buffer while limiting output.
Mon, 28 Jan 2013 15:40:25 +0000 Valentin Bartenev SSL: avoid calling SSL_write() with zero data size.
Mon, 28 Jan 2013 15:38:36 +0000 Valentin Bartenev SSL: calculation of buffer size moved closer to its usage.
Mon, 28 Jan 2013 15:37:11 +0000 Valentin Bartenev SSL: preservation of flush flag for buffered data.
Mon, 28 Jan 2013 15:35:12 +0000 Valentin Bartenev SSL: resetting of flush flag after the data was written.
Mon, 28 Jan 2013 15:34:09 +0000 Valentin Bartenev SSL: removed conditions that always hold true.
Mon, 28 Jan 2013 14:42:07 +0000 Ruslan Ermilov Secure_link: fixed configuration inheritance.
Fri, 25 Jan 2013 09:59:28 +0000 Ruslan Ermilov Events: fixed null pointer dereference with resolver and poll.
Thu, 24 Jan 2013 16:15:51 +0000 Ruslan Ermilov GeoIP: IPv6 support.
Thu, 24 Jan 2013 16:15:07 +0000 Ruslan Ermilov Configure: fixed GeoIP library detection.
Thu, 24 Jan 2013 16:14:12 +0000 Ruslan Ermilov Configure: fixed style of include directories.
Tue, 22 Jan 2013 12:36:00 +0000 Maxim Dounin Proxy: fixed proxy_method to always add space.
Mon, 21 Jan 2013 15:05:54 +0000 Sergey Budnevitch Removed redundant variable assignment.
Mon, 21 Jan 2013 13:15:29 +0000 Ruslan Ermilov Variables $pipe, $request_length, $time_iso8601, and $time_local.