summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2010-10-12file AIO read may be posted inside loopIgor Sysoev2-6/+7
2010-10-11add default listen port at the end of server block parsing instead ofIgor Sysoev1-33/+33
merge phase: otherwise the first server without an listen directive did not become the default server if there was no explicit default server; the bug has been introduced in r3218
2010-10-08fix testing, the bug has been introduced in r3218Igor Sysoev1-2/+2
2010-10-04gzip_disable degradationIgor Sysoev3-8/+59
2010-10-04ngx_http_degraded()Igor Sysoev2-11/+36
2010-10-04bump versionIgor Sysoev2-3/+3
2010-09-28nginx uses SSL mode for a listen socket with any option set,Igor Sysoev1-1/+1
the bug has been introduced in r3765
2010-09-28bump versionIgor Sysoev2-3/+3
2010-09-27allow duplicate listen ssl optionsIgor Sysoev2-1/+10
2010-09-27decrease resolver errors level to errorIgor Sysoev1-1/+1
2010-09-15worker_rlimit_core should be off_tIgor Sysoev3-5/+5
2010-09-13fix typoIgor Sysoev3-4/+4
2010-09-06discard "secure_link_expires on|off"Igor Sysoev1-25/+11
2010-09-06bump versionIgor Sysoev2-3/+3
2010-09-02new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev5-20/+272
secure_link_expires
2010-09-02fix race condition if during reconfiguration two cache managers tryIgor Sysoev2-1/+10
to delete old inactive entries: one of them removes a entry just locked by other manager from the queue and the rbtree as long inactive entry, causes the latter manager to segfault leaving cache mutex locked, the bug has been introduced in r3727
2010-09-02gzip_disable msie6 ignored other patternsIgor Sysoev1-1/+1