Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-10$upstream_http_... variablesIgor Sysoev
2007-04-04use 60 seconds interval but not 61 secondsIgor Sysoev
2007-04-02bump versionIgor Sysoev
2007-04-02release-0.5.17 tagIgor Sysoev
2007-04-02nginx-0.5.17-RELEASErelease-0.5.17Igor Sysoev
2007-04-02*) introduce ngx_strchr()Igor Sysoev
*) test server_name for '/': it's common configuration error when trailing ';' is omitted and a next directive is treated as server_name
2007-04-02style fixIgor Sysoev
2007-04-01disable $document_root variable in the "root/alias" directiveIgor Sysoev
2007-03-31ngx_ssl_recv_chain() must not update buf->last,Igor Sysoev
it fixes proxy_pass https://...
2007-03-31separate ngx_http_upstream_test_connect() andIgor Sysoev
use it in ngx_http_upstream_process_header() path too
2007-03-30flush nocachable variables before ngx_http_script_run()Igor Sysoev
2007-03-30disable TRACE methodIgor Sysoev
2007-03-29style fixIgor Sysoev
2007-03-29the "include" support inside the "types" directiveIgor Sysoev
2007-03-28style fixIgor Sysoev
2007-03-26bump versionIgor Sysoev
2007-03-26release-0.5.16 tagIgor Sysoev
2007-03-26nginx-0.5.16-RELEASErelease-0.5.16Igor Sysoev
2007-03-23ip_hash used wrong byte orderIgor Sysoev
2007-03-23fix segfault if upstream sends trailing ";" in "charset="Igor Sysoev
2007-03-21fix "zero size buf" if request body file is multiple of 32K and FastCGI is usedIgor Sysoev
2007-03-21fix building without --with-debug on SolarisIgor Sysoev
2007-03-19bump versionIgor Sysoev
2007-03-19fix change logIgor Sysoev
2007-03-19release-0.5.15 tagIgor Sysoev
2007-03-19nginx-0.5.15-RELEASErelease-0.5.15Igor Sysoev
2007-03-19Many changes:Igor Sysoev
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev
2007-03-07worker processes did not exit after reconfiguration andIgor Sysoev
did not rotate logs if eventport was used
2007-03-06style fixIgor Sysoev
2007-03-06style fixIgor Sysoev
2007-03-06bump versionIgor Sysoev
2007-03-06style fixIgor Sysoev
2007-03-06avoid endless loopIgor Sysoev
2007-03-06decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev
2007-02-23release-0.5.14 tagIgor Sysoev
2007-02-23nginx-0.5.14-RELEASErelease-0.5.14Igor Sysoev
2007-02-21use the contemporary directivesIgor Sysoev
2007-02-20ngx_log_error() > ngx_conf_log_error()Igor Sysoev
2007-02-20use "goto" instead of indistinct "break"Igor Sysoev
2007-02-20stop on superfluous closing "}"Igor Sysoev
2007-02-19bump versionIgor Sysoev
2007-02-19release-0.5.13 tagIgor Sysoev
2007-02-19nginx-0.5.13-RELEASErelease-0.5.13Igor Sysoev
2007-02-18a client address must be allocated from a connection poolIgor Sysoev
to live through the keep-alive requests
2007-02-17ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev
2007-02-16COPY and MOVEIgor Sysoev
fix PUT and DELETE to conform to WebDAV specification
2007-02-15finalize request to allow post_actionIgor Sysoev
2007-02-15fix broken values, debug logging, and style fixIgor Sysoev
2007-02-15optimize $http_x_forwarded_forIgor Sysoev