aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* exit cycle early,Igor Sysoev2007-07-19
| | | | found by Coverity's Scan
* fix potential double free(),Igor Sysoev2007-07-19
| | | | found by Coverity's Scan
* fix potential segfault,Igor Sysoev2007-07-19
| | | | found by Coverity's Scan
* fix memory leak,Igor Sysoev2007-07-19
| | | | found by Coverity's Scan
* bump versionIgor Sysoev2007-07-17
|
* Sun Studio on sparc uses different bit orderIgor Sysoev2007-07-17
|
* Sun Studio 12 compatibilityIgor Sysoev2007-07-16
|
* --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev2007-07-15
|
* msie_refresh should escape at least '"' to prevent XSSIgor Sysoev2007-07-13
|
* "?" should not be escapedIgor Sysoev2007-07-13
|
* dav_access uses ngx_conf_set_access_slot()Igor Sysoev2007-07-13
|
* proxy_store and fastcgi_store were changed,Igor Sysoev2007-07-13
| | | | proxy_store_access and fastcgi_store_access were added
* bump versionIgor Sysoev2007-07-12
|
* proxy_store and fastcgi_storeIgor Sysoev2007-07-12
|
* style fixIgor Sysoev2007-07-11
|
* style fixIgor Sysoev2007-07-11
|
* reset errnoIgor Sysoev2007-07-11
|
* fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev2007-07-11
|
* fix segfault when CRAM-MD5 is not enabled but client tries itIgor Sysoev2007-07-11
|
* fix memory allocation for auth_http_headerIgor Sysoev2007-07-10
|
* fix segfault when session was freed twiceIgor Sysoev2007-07-10
|
* proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on wereIgor Sysoev2007-07-10
| | | | broken by r1111
* bump versionIgor Sysoev2007-07-09
|
* fix headers split in FastCGI recordsIgor Sysoev2007-07-09
|
* omit unnecessary conditionsIgor Sysoev2007-07-08
|
* when the FastCGI header was split in records,Igor Sysoev2007-07-08
| | | | nginx passed garbage in the header to a client
* add commentIgor Sysoev2007-07-06
|
* bump versionIgor Sysoev2007-06-17
|
* if a subrequest was finished and SSI was in middle of SSI command parsingIgor Sysoev2007-06-17
| | | | | | 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.
* if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->savedIgor Sysoev2007-06-17
| | | | and if it was not reset, then any '#' was treated as SSI command start
* if subrequest response was buffered in file, then subrequest was finalizedIgor Sysoev2007-06-17
| | | | with 0 code, ngx_http_writer() was not set, and response part in file was lost
* fix building on threaded or multiplicity interpreter perl,Igor Sysoev2007-06-16
| | | | the bug was introduced by previous commit
* set worker's perl $$Igor Sysoev2007-06-15
|
* bump versionIgor Sysoev2007-06-14
|
* the "www.example.*" wildcard hash supportIgor Sysoev2007-06-11
|
* bump versionIgor Sysoev2007-06-11
|
* bump versionIgor Sysoev2007-06-08
|
* fix building --without-http_rewrite_module, the bug was introduced in r1236Igor Sysoev2007-06-08
|
* style fixIgor Sysoev2007-06-07
|
* style fixIgor Sysoev2007-06-07
|
* namespace may be set via $memcached_keyIgor Sysoev2007-06-07
|
* strstr() -> strchr()Igor Sysoev2007-06-06
|
* eliminate old unused typedefIgor Sysoev2007-06-06
|
* fix bug introduced in r1228Igor Sysoev2007-06-06
|
* change wordingIgor Sysoev2007-06-05
|
* use pointer to an array instead of array for inclusive locations inside locationIgor Sysoev2007-06-05
|
* optimize regex location searchIgor Sysoev2007-06-05
|
* forbid alias inside location given by regular expressionIgor Sysoev2007-06-04
|
* fix ssl_verify_client for HTTP/0.9Igor Sysoev2007-06-04
|
* style fixIgor Sysoev2007-06-04
|