Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | disable SSLv2 and low ciphers by default | Igor Sysoev | 2009-10-06 |
| | |||
* | bump version | Igor Sysoev | 2009-10-06 |
| | |||
* | limit_conn_log_level | Igor Sysoev | 2009-10-06 |
| | |||
* | limit_req_log_level | Igor Sysoev | 2009-10-06 |
| | |||
* | fix building by gcc45 | Igor Sysoev | 2009-10-06 |
| | |||
* | make limit_req to conform to the leaky bucket algorithm | Igor Sysoev | 2009-10-06 |
| | |||
* | omit '\0' from "Location" header on MKCOL request | Igor Sysoev | 2009-10-06 |
| | |||
* | clear r->lingering_close to disable preventively calling | Igor Sysoev | 2009-10-02 |
| | | | | ngx_http_set_lingering_close() while request cleanup | ||
* | clear r->keepalive to disable preventively calling | Igor Sysoev | 2009-10-02 |
| | | | | ngx_http_set_keepalive() while request cleanup | ||
* | update r3167: do not set r->discard_body if the body has been just discarded | Igor Sysoev | 2009-10-02 |
| | |||
* | read_ahead | Igor Sysoev | 2009-09-30 |
| | |||
* | Linux/SPARC malloc() returns an address aligned to 8. This conflicts with | Igor Sysoev | 2009-09-30 |
| | | | | | our SPARC 16-byte alignment and some allocations may be done out of pool. ngx_memalign(ngx_pagesize) fixes this issue. | ||
* | log 499 instead 0, the bug was introduced in r3050 | Igor Sysoev | 2009-09-30 |
| | |||
* | allow several perl_modules | Igor Sysoev | 2009-09-30 |
| | |||
* | use ngx_conf_set_str_array_slot() for perl_require | Igor Sysoev | 2009-09-28 |
| | |||
* | optimize error handling | Igor Sysoev | 2009-09-28 |
| | |||
* | bump version | Igor Sysoev | 2009-09-28 |
| | |||
* | fix request counter in resolver handling, the bug was introduced in r3050 | Igor Sysoev | 2009-09-28 |
| | |||
* | we do not need to increase request counter in this place, | Igor Sysoev | 2009-09-28 |
| | | | | the bug had appeared in r3115 | ||
* | fix r3078: do not increase request counter if body has been just discarded | Igor Sysoev | 2009-09-26 |
| | |||
* | use parents around NGX_ATOMIC_T_LEN value | Igor Sysoev | 2009-09-25 |
| | |||
* | uniform ngx_directio_on/off() interface with other file functions | Igor Sysoev | 2009-09-25 |
| | |||
* | handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIG | Igor Sysoev | 2009-09-25 |
| | |||
* | fix discarding body | Igor Sysoev | 2009-09-25 |
| | |||
* | check unsafe Destination | Igor Sysoev | 2009-09-25 |
| | |||
* | low ENAMETOOLONG logging level | Igor Sysoev | 2009-09-25 |
| | |||
* | fix r3155 | Igor Sysoev | 2009-09-24 |
| | |||
* | test incomplete WriteFile() | Igor Sysoev | 2009-09-24 |
| | |||
* | log file name for read/write errors | Igor Sysoev | 2009-09-24 |
| | |||
* | delete Win95 code | Igor Sysoev | 2009-09-24 |
| | |||
* | fix debug log message | Igor Sysoev | 2009-09-24 |
| | |||
* | $ssl_session_id | Igor Sysoev | 2009-09-24 |
| | |||
* | update the previous commit: use ngx_strlow() | Igor Sysoev | 2009-09-24 |
| | |||
* | $host is always in low case: | Igor Sysoev | 2009-09-24 |
| | | | | | | | *) 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 | ||
* | low default connection errors level from alert to error | Igor Sysoev | 2009-09-23 |
| | |||
* | bump version | Igor Sysoev | 2009-09-23 |
| | |||
* | fail if file size was changed | Igor Sysoev | 2009-09-22 |
| | |||
* | fix typo in addition_types directive name | Igor Sysoev | 2009-09-22 |
| | |||
* | fix request counter for post_action, the bug was introduced in r3050 | Igor Sysoev | 2009-09-21 |
| | |||
* | allow to log invalid $request in access_log always, | Igor Sysoev | 2009-09-21 |
| | | | | before it was logged only if error_log was set to info or debug level | ||
* | fix resolver cache rbtree comparison | Igor Sysoev | 2009-09-19 |
| | |||
* | restore environ, this fixes segfault on reconfiguration failure when | Igor Sysoev | 2009-09-18 |
| | | | | perl module creates new environment | ||
* | fix comment | Igor Sysoev | 2009-09-18 |
| | |||
* | *) issue warning instead of failure: this is too common case | Igor Sysoev | 2009-09-18 |
| | | | | *) use ngx_log_error(), since OpenSSL does not set an error on the failure | ||
* | fix memory leak in resolver | Igor Sysoev | 2009-09-16 |
| | |||
* | win32 ngx_file_info() utf8 support | Igor Sysoev | 2009-09-16 |
| | |||
* | preserve errno while ngx_free() | Igor Sysoev | 2009-09-16 |
| | |||
* | do not pass buf with empty cached response, | Igor Sysoev | 2009-09-15 |
| | | | | this fixes "zero size buf in output" alert | ||
* | nginx always sent "Vary: Accept-Encoding", | Igor Sysoev | 2009-09-15 |
| | | | | if both gzip_static and gzip_vary were on | ||
* | image_filter_transparency | Igor Sysoev | 2009-09-15 |
| |