| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-10-14 | nginx-0.8.20-RELEASErelease-0.8.20 | Igor Sysoev | 1 | -0/+84 | |
| 2009-10-14 | update r3201: ngx_http_random_index_module should behave consistently | Igor Sysoev | 1 | -1/+1 | |
| in spite of the dirent.d_type presence | |||||
| 2009-10-14 | ignore EACCES errors for top level directories in ngx_create_full_path() | Igor Sysoev | 1 | -2/+11 | |
| 2009-10-14 | do not create Win32 drive letter in ngx_create_full_path() | Igor Sysoev | 1 | -1/+7 | |
| 2009-10-14 | *) reset cached dirent.d_type after stat() | Igor Sysoev | 5 | -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-09 | nginx did not close log file set by --error-log-path, | Igor Sysoev | 1 | -0/+7 | |
| the bug was introduced in r2744 | |||||
| 2009-10-08 | test comma separator in "Cache-Control" | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-07 | hide cacheable Set-Cookie and P3P FastCGI response headers | Igor Sysoev | 1 | -3/+29 | |
| 2009-10-07 | use only strong ciphers by default | Igor Sysoev | 2 | -2/+2 | |
| 2009-10-07 | use real file cache length, this fixes cache size counting for responses | Igor Sysoev | 2 | -8/+5 | |
| without "Content-Length" header and 304 responses. | |||||
| 2009-10-07 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-10-06 | release-0.8.19 tag | Igor Sysoev | 1 | -0/+1 | |
| 2009-10-06 | nginx-0.8.19-RELEASErelease-0.8.19 | Igor Sysoev | 1 | -1/+36 | |
| 2009-10-06 | fix r3184 | Igor Sysoev | 1 | -4/+4 | |
| 2009-10-06 | disable SSLv2 and low ciphers by default | Igor Sysoev | 2 | -6/+4 | |
| 2009-10-06 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-10-06 | release-0.8.18 tag | Igor Sysoev | 1 | -0/+1 | |
| 2009-10-06 | nginx-0.8.18-RELEASErelease-0.8.18 | Igor Sysoev | 1 | -0/+88 | |
| 2009-10-06 | limit_conn_log_level | Igor Sysoev | 1 | -1/+22 | |
| 2009-10-06 | limit_req_log_level | Igor Sysoev | 1 | -3/+30 | |
| 2009-10-06 | fix building by gcc45 | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-06 | make limit_req to conform to the leaky bucket algorithm | Igor Sysoev | 1 | -4/+5 | |
| 2009-10-06 | omit '\0' from "Location" header on MKCOL request | Igor Sysoev | 1 | -0/+1 | |
| 2009-10-02 | clear r->lingering_close to disable preventively calling | Igor Sysoev | 1 | -1/+6 | |
| ngx_http_set_lingering_close() while request cleanup | |||||
| 2009-10-02 | clear r->keepalive to disable preventively calling | Igor Sysoev | 1 | -0/+2 | |
| ngx_http_set_keepalive() while request cleanup | |||||
| 2009-10-02 | update r3167: do not set r->discard_body if the body has been just discarded | Igor Sysoev | 1 | -2/+1 | |
| 2009-09-30 | read_ahead | Igor Sysoev | 15 | -0/+79 | |
| 2009-09-30 | Linux/SPARC malloc() returns an address aligned to 8. This conflicts with | Igor Sysoev | 2 | -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-30 | log 499 instead 0, the bug was introduced in r3050 | Igor Sysoev | 1 | -0/+4 | |
| 2009-09-30 | allow several perl_modules | Igor Sysoev | 1 | -16/+42 | |
| 2009-09-28 | use ngx_conf_set_str_array_slot() for perl_require | Igor Sysoev | 1 | -37/+13 | |
| 2009-09-28 | optimize error handling | Igor Sysoev | 1 | -14/+9 | |
| 2009-09-28 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-09-28 | release-0.8.17 tag | Igor Sysoev | 1 | -0/+1 | |
| 2009-09-28 | nginx-0.8.17-RELEASErelease-0.8.17 | Igor Sysoev | 1 | -0/+43 | |
| 2009-09-28 | fix request counter in resolver handling, the bug was introduced in r3050 | Igor Sysoev | 1 | -18/+23 | |
| 2009-09-28 | allow "make clean" for OpenSSL, the bug was introduced in r2874 | Igor Sysoev | 2 | -7/+7 | |
| 2009-09-28 | we do not need to increase request counter in this place, | Igor Sysoev | 1 | -1/+0 | |
| the bug had appeared in r3115 | |||||
| 2009-09-26 | fix r3078: do not increase request counter if body has been just discarded | Igor Sysoev | 1 | -2/+3 | |
| 2009-09-25 | use parents around NGX_ATOMIC_T_LEN value | Igor Sysoev | 2 | -10/+10 | |
| 2009-09-25 | uniform ngx_directio_on/off() interface with other file functions | Igor Sysoev | 4 | -7/+7 | |
| 2009-09-25 | handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIG | Igor Sysoev | 1 | -29/+33 | |
| 2009-09-25 | fix discarding body | Igor Sysoev | 1 | -5/+6 | |
| 2009-09-25 | check unsafe Destination | Igor Sysoev | 5 | -9/+18 | |
| 2009-09-25 | low ENAMETOOLONG logging level | Igor Sysoev | 3 | -3/+12 | |
| 2009-09-24 | fix r3155 | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-24 | test incomplete WriteFile() | Igor Sysoev | 1 | -0/+7 | |
| 2009-09-24 | log file name for read/write errors | Igor Sysoev | 2 | -13/+23 | |
| 2009-09-24 | delete Win95 code | Igor Sysoev | 1 | -90/+12 | |
| 2009-09-24 | fix debug log message | Igor Sysoev | 1 | -3/+3 | |
