summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-04-12nginx-1.0.0-RELEASErelease-1.0.0Igor Sysoev1-0/+37
2011-04-12use memmove() in appropriate placesIgor Sysoev7-10/+14
2011-04-11"satisfy any" disabled custom 401 error pageIgor Sysoev1-3/+7
2011-04-08fix CPU hog in cache managerIgor Sysoev1-2/+7
patch by Maxim Dounin
2011-04-07fix "image_filter rotate 180" and crop caseIgor Sysoev1-4/+4
the bug has been introduced in r3879
2011-04-07bump versionIgor Sysoev2-3/+3
2011-04-04release-0.9.7 tagIgor Sysoev1-0/+1
2011-04-04nginx-0.9.7-RELEASErelease-0.9.7Igor Sysoev1-0/+40
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev5-0/+66
patch by Maxim Dounin
2011-04-04fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_passIgor Sysoev4-18/+11
is given by expression and refers to a defined upstream
2011-04-04image filter rotateIgor Sysoev1-3/+101
patch by Adam Bocim
2011-04-04bump versionIgor Sysoev2-3/+3
2011-03-21release-0.9.6 tagIgor Sysoev1-0/+1
2011-03-21nginx-0.9.6-RELEASErelease-0.9.6Igor Sysoev1-0/+27
2011-03-21map tests values in low case only, so caseless regex has no senseIgor Sysoev1-6/+0
2011-03-16$time_iso8601 log variableIgor Sysoev3-1/+26
patch by Michael Lustfield
2011-03-16allow regex as "map" parameterIgor Sysoev3-5/+128
2011-02-21remove semicolon, because it is already in "nginx: " prefixIgor Sysoev1-1/+1
2011-02-21fix warningsIgor Sysoev1-2/+2
2011-02-21copy OpenSSL-0.9.8r LICENSE for nginx/Windows zipIgor Sysoev1-1/+1
2011-02-21bump versionIgor Sysoev2-3/+3
2011-02-21release-0.9.5 tagIgor Sysoev1-0/+1
2011-02-21nginx-0.9.5-RELEASErelease-0.9.5Igor Sysoev1-0/+54
2011-02-21fix xhtml mime typeIgor Sysoev1-1/+1
thanks to Michael Lustfield the previous value has been suggested by Konstantin Arkhipov
2011-02-17fix u->one_addr handling in ngx_inet_resolve_host()Igor Sysoev1-1/+1
patch by Maxim Dounin
2011-02-17use backlog -1 on LinuxIgor Sysoev1-1/+1
thanks to Andrei Nigmatulin
2011-02-17always test proxy_redirect with slash, this fixes a case when nginx usesIgor Sysoev1-4/+30
proxy_pass "http://www", upstream redirects to "http://www.host/uri", and nginx rewrites it as ".host/uri" patch by Maxim Dounin
2011-02-11set current atime while setting mtimeIgor Sysoev1-1/+1
patch by Andrei Nigmatulin
2011-02-01fix "error_page 497 https://" caseIgor Sysoev1-1/+8
patch by Maxim Dounin the bug has been introduced in r3782
2011-01-27utf8 parameter of geoip_country and geoip_cityIgor Sysoev1-2/+24
patch by Denis F. Latypoff
2011-01-27bump versionIgor Sysoev2-3/+3
2011-01-21release-0.9.4 tagIgor Sysoev1-0/+1
2011-01-21nginx-0.9.4-RELEASErelease-0.9.4Igor Sysoev1-2/+25
2011-01-20server_name $hostnameIgor Sysoev1-1/+7
2011-01-20style fix: remove trailing spacesIgor Sysoev1-2/+2
2011-01-20move setting conf->server_name in merge phaseIgor Sysoev1-25/+25
2011-01-20use SwitchToThread() instead of Sleep(0), because the laterIgor Sysoev1-1/+1
may not yield control, if there is no thread with higher priority
2011-01-20fix building on Fedora 14Igor Sysoev1-1/+1
patch by Kirill A. Korinskiy
2011-01-20fix large stderr handling without http cacheIgor Sysoev1-1/+2
patch by Maxim Dounin the bug has been introduced in r3461
2011-01-20copy OpenSSL-0.9.8q LICENSE for nginx/Windows zipIgor Sysoev1-1/+1
2011-01-20introduce 494 code "Request Header Too Large"Igor Sysoev3-3/+22
2011-01-202011 yearIgor Sysoev1-1/+1
2010-12-15use boolean expression instead of "if"Igor Sysoev1-12/+2
2010-12-14rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODESIgor Sysoev2-5/+5
2010-12-14bump versionIgor Sysoev2-3/+3
2010-12-13release-0.9.3 tagIgor Sysoev1-0/+1
2010-12-13nginx-0.9.3-RELEASErelease-0.9.3Igor Sysoev1-2/+29
2010-12-13allow "env" to work in the single process modeIgor Sysoev1-0/+5
2010-12-12always run regex in server_name to get captures for IPv6 addresses,Igor Sysoev1-1/+5
the same fix for IPv4 addresses has been made in r2584
2010-12-12test wildcard tail hash existance for IPv6 addresses,Igor Sysoev1-2/+2
the same fix for IPv4 addresses has been made in r2581