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
2011-04-12use memmove() in appropriate placesIgor Sysoev
2011-04-11"satisfy any" disabled custom 401 error pageIgor Sysoev
2011-04-08fix CPU hog in cache managerIgor Sysoev
2011-04-07fix "image_filter rotate 180" and crop caseIgor Sysoev
2011-04-07bump versionIgor Sysoev
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev
2011-04-04fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_passIgor Sysoev
2011-04-04image filter rotateIgor Sysoev
2011-04-04bump versionIgor Sysoev
2011-03-21map tests values in low case only, so caseless regex has no senseIgor Sysoev
2011-03-16$time_iso8601 log variableIgor Sysoev
2011-03-16allow regex as "map" parameterIgor Sysoev
2011-02-21remove semicolon, because it is already in "nginx: " prefixIgor Sysoev
2011-02-21fix warningsIgor Sysoev
2011-02-21bump versionIgor Sysoev
2011-02-17fix u->one_addr handling in ngx_inet_resolve_host()Igor Sysoev
2011-02-17use backlog -1 on LinuxIgor Sysoev
2011-02-17always test proxy_redirect with slash, this fixes a case when nginx usesIgor Sysoev
2011-02-11set current atime while setting mtimeIgor Sysoev
2011-02-01fix "error_page 497 https://" caseIgor Sysoev
2011-01-27utf8 parameter of geoip_country and geoip_cityIgor Sysoev
2011-01-27bump versionIgor Sysoev
2011-01-20server_name $hostnameIgor Sysoev
2011-01-20style fix: remove trailing spacesIgor Sysoev
2011-01-20move setting conf->server_name in merge phaseIgor Sysoev
2011-01-20use SwitchToThread() instead of Sleep(0), because the laterIgor Sysoev
2011-01-20fix building on Fedora 14Igor Sysoev
2011-01-20fix large stderr handling without http cacheIgor Sysoev
2011-01-20introduce 494 code "Request Header Too Large"Igor Sysoev
2010-12-15use boolean expression instead of "if"Igor Sysoev
2010-12-15rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODESIgor Sysoev
2010-12-15bump versionIgor Sysoev
2010-12-13allow "env" to work in the single process modeIgor Sysoev
2010-12-13always run regex in server_name to get captures for IPv6 addresses,Igor Sysoev
2010-12-13test wildcard tail hash existance for IPv6 addresses,Igor Sysoev
2010-12-12style fixIgor Sysoev
2010-12-11remove semicolon, because it is already in "nginx: " prefixIgor Sysoev
2010-12-06bump versionIgor Sysoev
2010-12-06remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180Igor Sysoev
2010-12-06"If-Unmodified-Since" supportIgor Sysoev
2010-12-02fix building by msvc8 introduced by the previous commitIgor Sysoev
2010-12-02fallback to accept() if accept4() is not implemented,Igor Sysoev
2010-11-30bump versionIgor Sysoev
2010-11-29fix commentIgor Sysoev
2010-11-29revert processing NGX_OK in rewrite phase changed in r3798,Igor Sysoev
2010-11-29bump versionIgor Sysoev
2010-11-29add "nginx: " prefix when logging to the stderrIgor Sysoev
2010-11-29move ngx_strerror_init() at the very startIgor Sysoev
2010-11-29revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634Igor Sysoev
2010-11-29allocate last zero byte in ngx_crypt()Igor Sysoev