summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-08-14upstream sendfile bit was overridden by r->connection->sendfileIgor Sysoev1-0/+2
2007-08-10ignore meaningless bits in CIDR and warn about themIgor Sysoev1-5/+14
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev14-142/+161
2007-07-29--sysconfdir=DIRIgor Sysoev1-3/+3
2007-07-11fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev1-0/+4
2007-07-10fix segfault when session was freed twiceIgor Sysoev1-21/+27
2007-05-23style fixIgor Sysoev1-1/+0
2007-03-31ngx_ssl_recv_chain() must not update buf->last,Igor Sysoev1-7/+15
it fixes proxy_pass https://...
2007-03-21fix building without --with-debug on SolarisIgor Sysoev1-1/+1
2007-03-06decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev2-4/+4
2007-02-12correct r1100Igor Sysoev1-3/+4
2007-02-09fix segfault when a large FastCGI response was written to a temporary fileIgor Sysoev1-1/+16
2007-01-31style fixIgor Sysoev1-1/+2
2007-01-18unused valueIgor Sysoev1-1/+0
2007-01-18style fix: remove trailing spacesIgor Sysoev1-4/+4
2007-01-18fix FastCGI "zero size buf" alert,Igor Sysoev1-7/+9
the previous commit did not fix too
2007-01-17fix FastCGI "zero size buf" alert,Igor Sysoev1-1/+14
r841 did not fix it
2007-01-15add debug logging for FastCGI zero size buf alertIgor Sysoev1-0/+6
2007-01-12ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev1-3/+3
2007-01-12fix duplicate rbtree keys caseIgor Sysoev1-39/+104
2007-01-12style fix: remove tabsIgor Sysoev1-12/+12
2007-01-12add commentIgor Sysoev1-0/+5
2007-01-11axe aio draftsIgor Sysoev1-58/+0
2007-01-11axe long ago unnecessary fileIgor Sysoev1-20/+0
2007-01-11optimize the SSL session cache allocations on 64-bit platformsIgor Sysoev2-10/+32
2007-01-11ssl_session_timeout was set only if builtin cache was usedIgor Sysoev1-2/+2
2007-01-11optimize the SSL session cache allocationsIgor Sysoev2-56/+43
2007-01-11stop rbtree search early if equal hash was foundIgor Sysoev1-36/+54
2007-01-09pass the inherited shm_zone dataIgor Sysoev1-2/+8
2007-01-08d2i_SSL_SESSION() was changed in 0.9.7fIgor Sysoev1-1/+1
2007-01-03move the session cache callbacks to the ngx_openssl_moduleIgor Sysoev2-4/+481
2007-01-02ngx_ssl_get_server_conf()Igor Sysoev2-8/+27
2007-01-02OPENSSL_config()Igor Sysoev2-0/+5
2006-12-15fix typoIgor Sysoev1-1/+1
2006-12-04upstream choice modulesIgor Sysoev2-189/+54
2006-11-23fix segfaultIgor Sysoev1-1/+1
2006-11-20slab allocator in shared memoryIgor Sysoev1-13/+1
2006-11-19fix the previous commitIgor Sysoev1-4/+2
2006-11-18fix endless loop when too many FastCGI sent too many to stderrIgor Sysoev1-1/+9
2006-11-16rbtree insert procedureIgor Sysoev1-0/+1
2006-11-06fix FastCGI "zero size buf" alertIgor Sysoev1-0/+2
2006-10-28undo the previous wrong commitIgor Sysoev1-1/+0
2006-10-28bad commitIgor Sysoev1-0/+1
2006-10-09style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-09-26Solaris 10 event ports supportIgor Sysoev4-23/+643
2006-09-25rename variableIgor Sysoev1-6/+6
2006-09-22remove unused oneshot flagIgor Sysoev2-3/+0
2006-08-09nginx-0.3.57-RELEASE importrelease-0.3.57Igor Sysoev2-29/+148
*) Feature: the $ssl_client_serial variable. *) Bugfix: in the "!-e" operator of the "if" directive. Thanks to Andrian Budanstov. *) Bugfix: while a client certificate verification nginx did not send to a client the required certificates information. *) Bugfix: the $document_root variable did not support the variables in the "root" directive.
2006-07-28nginx-0.3.55-RELEASE importrelease-0.3.55Igor Sysoev2-3/+3
*) Feature: the "stub" parameter in the "include" SSI command. *) Feature: the "block" SSI command. *) Feature: the unicode2nginx script was added to contrib. *) Bugfix: if a "root" was specified by variable only, then the root was relative to a server prefix. *) Bugfix: if the request contained "//" or "/./" and escaped symbols after them, then the proxied request was sent unescaped. *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines. *) Bugfix: a segmentation fault occurred if "client_body_in_file_only on" was used and nginx switched to a next upstream. *) Bugfix: on some condition while reconfiguration character codes inside the "charset_map" may be treated invalid; the bug had appeared in 0.3.50.
2006-07-11nginx-0.3.54-RELEASE importrelease-0.3.54Igor Sysoev3-15/+30
*) Feature: nginx now logs the subrequest information to the error log. *) Feature: the "proxy_next_upstream", "fastcgi_next_upstream", and "memcached_next_upstream" directives support the "off" parameter. *) Feature: the "debug_connection" directive supports the CIDR address form. *) Bugfix: if a response of proxied server or FastCGI server was converted from UTF-8 or back, then it may be transferred incomplete. *) Bugfix: the $upstream_response_time variable had the time of the first request to a backend only. *) Bugfix: nginx could not be built on amd64 platform; the bug had appeared in 0.3.53.