summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-07-07nginx-0.3.53-RELEASE importrelease-0.3.53Igor Sysoev4-14/+35
*) Change: the "add_header" directive adds the string to 204, 301, and 302 responses. *) Feature: the "server" directive in the "upstream" context supports the "weight" parameter. *) Feature: the "server_name" directive supports the "*" wildcard. *) Feature: nginx supports the request body size more than 2G. *) Bugfix: if a client was successfully authorized using "satisfy_any on", then anyway the message "access forbidden by rule" was written in the log. *) Bugfix: the "PUT" method may erroneously not create a file and return the 409 code. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx continued proxying anyway.
2006-05-23nginx-0.3.47-RELEASE importrelease-0.3.47Igor Sysoev1-35/+0
*) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
2006-05-06nginx-0.3.45-RELEASE importrelease-0.3.45Igor Sysoev3-29/+176
*) Feature: the "ssl_verify_client", "ssl_verify_depth", and "ssl_client_certificate" directives. *) Change: the $request_method variable now returns the main request method. *) Change: the ° symbol codes were changed in koi-win conversion table. *) Feature: the euro and N symbols were added to koi-win conversion table. *) Bugfix: if nginx distributed the requests among several backends and some backend failed, then requests intended for this backend was directed to one live backend only instead of being distributed among the rest.
2006-04-26nginx-0.3.42-RELEASE importrelease-0.3.42Igor Sysoev3-11/+4
*) Feature: the "bind" option of the "listen" directive in IMAP/POP3 proxy. *) Bugfix: if the same capture in the "rewrite" directive was used more then once. *) Bugfix: the $sent_http_content_type, $sent_http_content_length, $sent_http_last_modified, $sent_http_connection, $sent_http_keep_alive, and $sent_http_transfer_encoding variables were not written to access log. *) Bugfix: the $sent_http_cache_control returned value of the single "Cache-Control" response header line.
2006-04-17nginx-0.3.39-RELEASE importrelease-0.3.39Igor Sysoev1-1/+4
*) Feature: the "uninitialized_variable_warn" directive; the logging level of the "uninitialized variable" message was lowered from "alert" to "warn". *) Feature: the "override_charset" directive. *) Change: now if the unknown variable is used in the "echo" and "if expr='$name'" SSI-commands, then the "unknown variable" message is not logged. *) Bugfix: the active connection counter increased on the exceeding of the connection limit specified by the "worker_connections" directive; the bug had appeared in 0.2.0. *) Bugfix: the limit rate might not work on some condition; the bug had appeared in 0.3.38.
2006-03-15nginx-0.3.33-RELEASE importrelease-0.3.33Igor Sysoev1-5/+8
*) Feature: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives. *) Bugfix: ngx_http_perl_module did not work with inlined in the configuration code, if it was not started with the "sub" word. *) Bugfix: in the "post_action" directive.