summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-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-20introduce 494 code "Request Header Too Large"Igor Sysoev3-3/+22
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-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
2010-12-12style fixIgor Sysoev1-1/+1
2010-12-11remove semicolon, because it is already in "nginx: " prefixIgor Sysoev1-2/+2
2010-12-06bump versionIgor Sysoev2-3/+3
2010-12-06remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180Igor Sysoev1-1/+0
2010-12-06"If-Unmodified-Since" supportIgor Sysoev3-5/+45
2010-12-02fix building by msvc8 introduced by the previous commitIgor Sysoev1-3/+5
2010-12-02fallback to accept() if accept4() is not implemented,Igor Sysoev1-2/+21
the issue has been introduced in r3787
2010-11-30bump versionIgor Sysoev2-3/+3
2010-11-29fix commentIgor Sysoev1-1/+1
2010-11-29revert processing NGX_OK in rewrite phase changed in r3798,Igor Sysoev1-5/+0
this broke "return 204" and "return code text"
2010-11-29bump versionIgor Sysoev2-3/+3
2010-11-29add "nginx: " prefix when logging to the stderrIgor Sysoev1-3/+6
2010-11-29move ngx_strerror_init() at the very startIgor Sysoev1-4/+4
2010-11-29revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634Igor Sysoev1-1/+10
2010-11-29allocate last zero byte in ngx_crypt()Igor Sysoev1-4/+4
2010-11-26style fixIgor Sysoev1-1/+1
2010-11-26fix building by icc8Igor Sysoev1-7/+0
2010-11-26keepalive_disableIgor Sysoev2-20/+47
2010-11-26allow variable as "map" valueIgor Sysoev1-6/+63
2010-11-25use "\" to escape "default", "include", and "hostnames" values instead of "!"Igor Sysoev1-1/+1
2010-11-25allow empty value as "map" parameterIgor Sysoev1-10/+0
2010-11-25allow expressions in the first "map" parameterIgor Sysoev1-31/+24
2010-11-25use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev7-66/+80
2010-11-25Linux accept4() supportIgor Sysoev2-1/+5
2010-11-24bump versionIgor Sysoev2-3/+3
2010-10-18allow override redirect status in error_pageIgor Sysoev2-9/+7
2010-10-14change order of limit_req lookup result processingIgor Sysoev1-51/+48
2010-10-13an excess was logged as 0.000 if requests were limited without delay:Igor Sysoev1-18/+8
*) use a real excess value instead of non-updated limit_req rbtree node field, *) move inactivity queue handling inside ngx_http_limit_req_lookup() since the node is not required outside the lookup function; the bug has been introduced in r3184
2010-10-12always update an aio_senfile connection flag accodring to a currentIgor Sysoev1-2/+4
location configuration, this clears the flag for requests passed via a keep-alive connection
2010-10-12update event flags after successful io_submit()Igor Sysoev1-0/+4