aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* disable SSLv2 and low ciphers by defaultIgor Sysoev2009-10-06
|
* bump versionIgor Sysoev2009-10-06
|
* limit_conn_log_levelIgor Sysoev2009-10-06
|
* limit_req_log_levelIgor Sysoev2009-10-06
|
* fix building by gcc45Igor Sysoev2009-10-06
|
* make limit_req to conform to the leaky bucket algorithmIgor Sysoev2009-10-06
|
* omit '\0' from "Location" header on MKCOL requestIgor Sysoev2009-10-06
|
* clear r->lingering_close to disable preventively callingIgor Sysoev2009-10-02
| | | | ngx_http_set_lingering_close() while request cleanup
* clear r->keepalive to disable preventively callingIgor Sysoev2009-10-02
| | | | ngx_http_set_keepalive() while request cleanup
* update r3167: do not set r->discard_body if the body has been just discardedIgor Sysoev2009-10-02
|
* read_aheadIgor Sysoev2009-09-30
|
* Linux/SPARC malloc() returns an address aligned to 8. This conflicts withIgor Sysoev2009-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 r3050Igor Sysoev2009-09-30
|
* allow several perl_modulesIgor Sysoev2009-09-30
|
* use ngx_conf_set_str_array_slot() for perl_requireIgor Sysoev2009-09-28
|
* optimize error handlingIgor Sysoev2009-09-28
|
* bump versionIgor Sysoev2009-09-28
|
* fix request counter in resolver handling, the bug was introduced in r3050Igor Sysoev2009-09-28
|
* we do not need to increase request counter in this place,Igor Sysoev2009-09-28
| | | | the bug had appeared in r3115
* fix r3078: do not increase request counter if body has been just discardedIgor Sysoev2009-09-26
|
* use parents around NGX_ATOMIC_T_LEN valueIgor Sysoev2009-09-25
|
* uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev2009-09-25
|
* handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIGIgor Sysoev2009-09-25
|
* fix discarding bodyIgor Sysoev2009-09-25
|
* check unsafe DestinationIgor Sysoev2009-09-25
|
* low ENAMETOOLONG logging levelIgor Sysoev2009-09-25
|
* fix r3155Igor Sysoev2009-09-24
|
* test incomplete WriteFile()Igor Sysoev2009-09-24
|
* log file name for read/write errorsIgor Sysoev2009-09-24
|
* delete Win95 codeIgor Sysoev2009-09-24
|
* fix debug log messageIgor Sysoev2009-09-24
|
* $ssl_session_idIgor Sysoev2009-09-24
|
* update the previous commit: use ngx_strlow()Igor Sysoev2009-09-24
|
* $host is always in low case:Igor Sysoev2009-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 errorIgor Sysoev2009-09-23
|
* bump versionIgor Sysoev2009-09-23
|
* fail if file size was changedIgor Sysoev2009-09-22
|
* fix typo in addition_types directive nameIgor Sysoev2009-09-22
|
* fix request counter for post_action, the bug was introduced in r3050Igor Sysoev2009-09-21
|
* allow to log invalid $request in access_log always,Igor Sysoev2009-09-21
| | | | before it was logged only if error_log was set to info or debug level
* fix resolver cache rbtree comparisonIgor Sysoev2009-09-19
|
* restore environ, this fixes segfault on reconfiguration failure whenIgor Sysoev2009-09-18
| | | | perl module creates new environment
* fix commentIgor Sysoev2009-09-18
|
* *) issue warning instead of failure: this is too common caseIgor Sysoev2009-09-18
| | | | *) use ngx_log_error(), since OpenSSL does not set an error on the failure
* fix memory leak in resolverIgor Sysoev2009-09-16
|
* win32 ngx_file_info() utf8 supportIgor Sysoev2009-09-16
|
* preserve errno while ngx_free()Igor Sysoev2009-09-16
|
* do not pass buf with empty cached response,Igor Sysoev2009-09-15
| | | | this fixes "zero size buf in output" alert
* nginx always sent "Vary: Accept-Encoding",Igor Sysoev2009-09-15
| | | | if both gzip_static and gzip_vary were on
* image_filter_transparencyIgor Sysoev2009-09-15
|