summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14update r3201: ngx_http_random_index_module should behave consistentlyIgor Sysoev1-1/+1
in spite of the dirent.d_type presence
2009-10-14ignore EACCES errors for top level directories in ngx_create_full_path()Igor Sysoev1-2/+11
2009-10-14do not create Win32 drive letter in ngx_create_full_path()Igor Sysoev1-1/+7
2009-10-14*) reset cached dirent.d_type after stat()Igor Sysoev5-19/+17
this fixes slash after link to a directory in ngx_http_autoindex_module; *) use cached dirent.d_type as hint on all systems the issues has been introduced in r2235
2009-10-09nginx did not close log file set by --error-log-path,Igor Sysoev1-0/+7
the bug was introduced in r2744
2009-10-08test comma separator in "Cache-Control"Igor Sysoev1-1/+1
2009-10-07hide cacheable Set-Cookie and P3P FastCGI response headersIgor Sysoev1-3/+29
2009-10-07use only strong ciphers by defaultIgor Sysoev2-2/+2
2009-10-07use real file cache length, this fixes cache size counting for responsesIgor Sysoev2-8/+5
without "Content-Length" header and 304 responses.
2009-10-07bump versionIgor Sysoev2-3/+3
2009-10-06fix r3184Igor Sysoev1-4/+4
2009-10-06disable SSLv2 and low ciphers by defaultIgor Sysoev2-6/+4
2009-10-06bump versionIgor Sysoev2-3/+3
2009-10-06limit_conn_log_levelIgor Sysoev1-1/+22
2009-10-06limit_req_log_levelIgor Sysoev1-3/+30
2009-10-06fix building by gcc45Igor Sysoev1-1/+1
2009-10-06make limit_req to conform to the leaky bucket algorithmIgor Sysoev1-4/+5
2009-10-06omit '\0' from "Location" header on MKCOL requestIgor Sysoev1-0/+1
2009-10-02clear r->lingering_close to disable preventively callingIgor Sysoev1-1/+6
ngx_http_set_lingering_close() while request cleanup
2009-10-02clear r->keepalive to disable preventively callingIgor Sysoev1-0/+2
ngx_http_set_keepalive() while request cleanup
2009-10-02update r3167: do not set r->discard_body if the body has been just discardedIgor Sysoev1-2/+1
2009-09-30read_aheadIgor Sysoev14-0/+59
2009-09-30Linux/SPARC malloc() returns an address aligned to 8. This conflicts withIgor Sysoev2-3/+6
our SPARC 16-byte alignment and some allocations may be done out of pool. ngx_memalign(ngx_pagesize) fixes this issue.
2009-09-30log 499 instead 0, the bug was introduced in r3050Igor Sysoev1-0/+4
2009-09-30allow several perl_modulesIgor Sysoev1-16/+42
2009-09-28use ngx_conf_set_str_array_slot() for perl_requireIgor Sysoev1-37/+13
2009-09-28optimize error handlingIgor Sysoev1-14/+9
2009-09-28bump versionIgor Sysoev2-3/+3
2009-09-28fix request counter in resolver handling, the bug was introduced in r3050Igor Sysoev1-18/+23
2009-09-28we do not need to increase request counter in this place,Igor Sysoev1-1/+0
the bug had appeared in r3115
2009-09-26fix r3078: do not increase request counter if body has been just discardedIgor Sysoev1-2/+3
2009-09-25use parents around NGX_ATOMIC_T_LEN valueIgor Sysoev2-10/+10
2009-09-25uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev4-7/+7
2009-09-25handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIGIgor Sysoev1-29/+33
2009-09-25fix discarding bodyIgor Sysoev1-5/+6
2009-09-25check unsafe DestinationIgor Sysoev5-9/+18
2009-09-25low ENAMETOOLONG logging levelIgor Sysoev3-3/+12
2009-09-24fix r3155Igor Sysoev1-1/+1
2009-09-24test incomplete WriteFile()Igor Sysoev1-0/+7
2009-09-24log file name for read/write errorsIgor Sysoev2-13/+23
2009-09-24delete Win95 codeIgor Sysoev1-90/+12
2009-09-24fix debug log messageIgor Sysoev1-3/+3
2009-09-24$ssl_session_idIgor Sysoev3-0/+39
2009-09-24update the previous commit: use ngx_strlow()Igor Sysoev1-8/+4
2009-09-24$host is always in low case:Igor Sysoev1-45/+65
*) move low case convertation from ngx_http_find_virtual_server() to ngx_http_validate_host() *) add in ngx_http_validate_host() capability to copy host name in the pool allocated memory
2009-09-23low default connection errors level from alert to errorIgor Sysoev1-5/+1
2009-09-23bump versionIgor Sysoev2-3/+3
2009-09-22fail if file size was changedIgor Sysoev1-3/+1
2009-09-22fix typo in addition_types directive nameIgor Sysoev1-1/+1
2009-09-21fix request counter for post_action, the bug was introduced in r3050Igor Sysoev1-0/+2