log src/event/ngx_event_openssl.c @ 1591:135202406b0c

age author description
Fri, 31 Aug 2007 09:22:53 +0000 Igor Sysoev style fix
Mon, 27 Aug 2007 19:44:35 +0000 Igor Sysoev do not set read->eof, ready, and error prematurely
Mon, 27 Aug 2007 15:01:08 +0000 Igor Sysoev mark connection as not ready, this fixes endless loop introduced in r1368
Sun, 29 Jul 2007 18:24:53 +0000 Igor Sysoev make 64-bit ngx_int_t on 64-bit platforms
Sun, 29 Jul 2007 18:05:45 +0000 Igor Sysoev --sysconfdir=DIR
Wed, 23 May 2007 18:28:54 +0000 Igor Sysoev style fix
Sat, 31 Mar 2007 19:48:48 +0000 Igor Sysoev ngx_ssl_recv_chain() must not update buf->last,
Thu, 18 Jan 2007 19:40:31 +0000 Igor Sysoev style fix: remove trailing spaces
Fri, 12 Jan 2007 21:58:02 +0000 Igor Sysoev ngx_strn2cmp() > ngx_memn2cmp()
Fri, 12 Jan 2007 20:57:34 +0000 Igor Sysoev fix duplicate rbtree keys case
Fri, 12 Jan 2007 20:26:39 +0000 Igor Sysoev style fix: remove tabs
Thu, 11 Jan 2007 18:59:17 +0000 Igor Sysoev optimize the SSL session cache allocations on 64-bit platforms
Thu, 11 Jan 2007 18:57:09 +0000 Igor Sysoev ssl_session_timeout was set only if builtin cache was used
Thu, 11 Jan 2007 17:39:02 +0000 Igor Sysoev optimize the SSL session cache allocations
Thu, 11 Jan 2007 17:05:18 +0000 Igor Sysoev stop rbtree search early if equal hash was found