summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-17Sun Studio on sparc uses different bit orderIgor Sysoev6-41/+56
2007-07-16Sun Studio 12 compatibilityIgor Sysoev3-2/+30
2007-07-15--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev1-1/+1
2007-07-13msie_refresh should escape at least '"' to prevent XSSIgor Sysoev3-16/+43
2007-07-13"?" should not be escapedIgor Sysoev1-1/+1
2007-07-13dav_access uses ngx_conf_set_access_slot()Igor Sysoev1-64/+2
2007-07-13proxy_store and fastcgi_store were changed,Igor Sysoev5-22/+171
proxy_store_access and fastcgi_store_access were added
2007-07-12bump versionIgor Sysoev2-2/+2
2007-07-12proxy_store and fastcgi_storeIgor Sysoev6-4/+254
2007-07-11style fixIgor Sysoev1-0/+1
2007-07-11style fixIgor Sysoev1-3/+1
2007-07-11reset errnoIgor Sysoev1-0/+4
2007-07-11fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev1-0/+4
2007-07-11fix segfault when CRAM-MD5 is not enabled but client tries itIgor Sysoev1-2/+11
2007-07-10fix memory allocation for auth_http_headerIgor Sysoev1-0/+1
2007-07-10fix segfault when session was freed twiceIgor Sysoev5-35/+84
2007-07-10proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on wereIgor Sysoev1-2/+23
broken by r1111
2007-07-09bump versionIgor Sysoev2-2/+2
2007-07-09fix headers split in FastCGI recordsIgor Sysoev1-19/+92
2007-07-08omit unnecessary conditionsIgor Sysoev1-6/+6
2007-07-08when the FastCGI header was split in records,Igor Sysoev1-1/+1
nginx passed garbage in the header to a client
2007-07-06add commentIgor Sysoev1-0/+5
2007-06-17bump versionIgor Sysoev2-2/+2
2007-06-17if a subrequest was finished and SSI was in middle of SSI command parsingIgor Sysoev1-2/+8
and the command was a fast subrequest then the second subrequest output was just after first subrequest output and response part of main request between the subrequests went after the second subrequest.
2007-06-17if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->savedIgor Sysoev1-0/+1
and if it was not reset, then any '#' was treated as SSI command start
2007-06-17if subrequest response was buffered in file, then subrequest was finalizedIgor Sysoev2-2/+15
with 0 code, ngx_http_writer() was not set, and response part in file was lost
2007-06-16fix building on threaded or multiplicity interpreter perl,Igor Sysoev1-0/+11
the bug was introduced by previous commit
2007-06-15set worker's perl $$Igor Sysoev1-1/+12
2007-06-14bump versionIgor Sysoev2-2/+2
2007-06-11the "www.example.*" wildcard hash supportIgor Sysoev9-278/+451
2007-06-11bump versionIgor Sysoev2-2/+2
2007-06-08bump versionIgor Sysoev2-2/+2
2007-06-08fix building --without-http_rewrite_module, the bug was introduced in r1236Igor Sysoev1-13/+23
2007-06-07style fixIgor Sysoev1-1/+1
2007-06-07style fixIgor Sysoev1-7/+7
2007-06-07namespace may be set via $memcached_keyIgor Sysoev1-1/+0
2007-06-06strstr() -> strchr()Igor Sysoev1-1/+1
2007-06-06eliminate old unused typedefIgor Sysoev1-12/+0
2007-06-06fix bug introduced in r1228Igor Sysoev1-1/+1
2007-06-05change wordingIgor Sysoev1-3/+3
2007-06-05use pointer to an array instead of array for inclusive locations inside locationIgor Sysoev4-23/+29
2007-06-05optimize regex location searchIgor Sysoev2-20/+41
2007-06-04forbid alias inside location given by regular expressionIgor Sysoev1-0/+12
2007-06-04fix ssl_verify_client for HTTP/0.9Igor Sysoev1-49/+46
2007-06-04style fixIgor Sysoev1-1/+1
2007-06-04bump versionIgor Sysoev2-2/+2
2007-06-04fastcgi_catch_stderrIgor Sysoev1-1/+27
2007-06-03inherit flush flag, this fixes https proxyingIgor Sysoev1-4/+6
2007-06-03add debug loggingIgor Sysoev1-2/+3
2007-05-30add commentIgor Sysoev1-0/+3