summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-0.8.19-RELEASErelease-0.8.19Igor Sysoev2009-10-061-1/+36
* fix r3184Igor Sysoev2009-10-061-4/+4
* disable SSLv2 and low ciphers by defaultIgor Sysoev2009-10-062-6/+4
* bump versionIgor Sysoev2009-10-062-3/+3
* release-0.8.18 tagIgor Sysoev2009-10-061-0/+1
* nginx-0.8.18-RELEASErelease-0.8.18Igor Sysoev2009-10-061-0/+88
* limit_conn_log_levelIgor Sysoev2009-10-061-1/+22
* limit_req_log_levelIgor Sysoev2009-10-061-3/+30
* fix building by gcc45Igor Sysoev2009-10-061-1/+1
* make limit_req to conform to the leaky bucket algorithmIgor Sysoev2009-10-061-4/+5
* omit '\0' from "Location" header on MKCOL requestIgor Sysoev2009-10-061-0/+1
* clear r->lingering_close to disable preventively callingIgor Sysoev2009-10-021-1/+6
* clear r->keepalive to disable preventively callingIgor Sysoev2009-10-021-0/+2
* update r3167: do not set r->discard_body if the body has been just discardedIgor Sysoev2009-10-021-2/+1
* read_aheadIgor Sysoev2009-09-3015-0/+79
* Linux/SPARC malloc() returns an address aligned to 8. This conflicts withIgor Sysoev2009-09-302-3/+6
* log 499 instead 0, the bug was introduced in r3050Igor Sysoev2009-09-301-0/+4
* allow several perl_modulesIgor Sysoev2009-09-301-16/+42
* use ngx_conf_set_str_array_slot() for perl_requireIgor Sysoev2009-09-281-37/+13
* optimize error handlingIgor Sysoev2009-09-281-14/+9
* bump versionIgor Sysoev2009-09-282-3/+3
* release-0.8.17 tagIgor Sysoev2009-09-281-0/+1
* nginx-0.8.17-RELEASErelease-0.8.17Igor Sysoev2009-09-281-0/+43
* fix request counter in resolver handling, the bug was introduced in r3050Igor Sysoev2009-09-281-18/+23
* allow "make clean" for OpenSSL, the bug was introduced in r2874Igor Sysoev2009-09-282-7/+7
* we do not need to increase request counter in this place,Igor Sysoev2009-09-281-1/+0
* fix r3078: do not increase request counter if body has been just discardedIgor Sysoev2009-09-261-2/+3
* use parents around NGX_ATOMIC_T_LEN valueIgor Sysoev2009-09-252-10/+10
* uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev2009-09-254-7/+7
* handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIGIgor Sysoev2009-09-251-29/+33
* fix discarding bodyIgor Sysoev2009-09-251-5/+6
* check unsafe DestinationIgor Sysoev2009-09-255-9/+18
* low ENAMETOOLONG logging levelIgor Sysoev2009-09-253-3/+12
* fix r3155Igor Sysoev2009-09-241-1/+1
* test incomplete WriteFile()Igor Sysoev2009-09-241-0/+7
* log file name for read/write errorsIgor Sysoev2009-09-242-13/+23
* delete Win95 codeIgor Sysoev2009-09-241-90/+12
* fix debug log messageIgor Sysoev2009-09-241-3/+3
* $ssl_session_idIgor Sysoev2009-09-243-0/+39
* update the previous commit: use ngx_strlow()Igor Sysoev2009-09-241-8/+4
* $host is always in low case:Igor Sysoev2009-09-241-45/+65
* low default connection errors level from alert to errorIgor Sysoev2009-09-231-5/+1
* bump versionIgor Sysoev2009-09-232-3/+3
* release-0.8.16 tagIgor Sysoev2009-09-221-0/+1
* nginx-0.8.16-RELEASErelease-0.8.16Igor Sysoev2009-09-221-0/+98
* fail if file size was changedIgor Sysoev2009-09-221-3/+1
* fix typo in addition_types directive nameIgor Sysoev2009-09-221-1/+1
* fix request counter for post_action, the bug was introduced in r3050Igor Sysoev2009-09-211-0/+2
* allow to log invalid $request in access_log always,Igor Sysoev2009-09-211-2/+39
* fix resolver cache rbtree comparisonIgor Sysoev2009-09-191-9/+3