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
path: root/src
AgeCommit message (Expand)Author
2007-04-19style fix: rename functionsIgor Sysoev
2007-04-19store the upstream states before X-Accel-Redirect to a next upstreamIgor Sysoev
2007-04-18style fixIgor Sysoev
2007-04-18style fix: remove tabsIgor Sysoev
2007-04-18fix segfault whenIgor Sysoev
2007-04-18set nginx_stash after reconfiguration in single interpreter perlIgor Sysoev
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-02*) introduce ngx_strchr()Igor Sysoev
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
2007-03-31separate ngx_http_upstream_test_connect() andIgor Sysoev
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-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-19Many changes:Igor Sysoev
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev
2007-03-07worker processes did not exit after reconfiguration andIgor Sysoev
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-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-18a client address must be allocated from a connection poolIgor Sysoev
2007-02-17ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev
2007-02-16COPY and MOVEIgor Sysoev
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
2007-02-15fix formatIgor Sysoev
2007-02-15close connection for too long commandsIgor Sysoev
2007-02-15if client closes a connection prematurely, then epoll (at leastIgor Sysoev
2007-02-15add debug loggingIgor Sysoev
2007-02-14return error for too long commandsIgor Sysoev