summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2009-10-02update r3167: do not set r->discard_body if the body has been just discardedIgor Sysoev1-2/+1
2009-09-30read_aheadIgor Sysoev15-0/+79
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-28release-0.8.17 tagIgor Sysoev1-0/+1
2009-09-28nginx-0.8.17-RELEASErelease-0.8.17Igor Sysoev1-0/+43
2009-09-28fix request counter in resolver handling, the bug was introduced in r3050Igor Sysoev1-18/+23
2009-09-28allow "make clean" for OpenSSL, the bug was introduced in r2874Igor Sysoev2-7/+7
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-22release-0.8.16 tagIgor Sysoev1-0/+1
2009-09-22nginx-0.8.16-RELEASErelease-0.8.16Igor Sysoev1-0/+98
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
2009-09-21allow to log invalid $request in access_log always,Igor Sysoev1-2/+39
before it was logged only if error_log was set to info or debug level
2009-09-19fix resolver cache rbtree comparisonIgor Sysoev1-9/+3
2009-09-18restore environ, this fixes segfault on reconfiguration failure whenIgor Sysoev1-0/+3
perl module creates new environment
2009-09-18fix commentIgor Sysoev1-2/+2
2009-09-18*) issue warning instead of failure: this is too common caseIgor Sysoev1-3/+4
*) use ngx_log_error(), since OpenSSL does not set an error on the failure
2009-09-16fix memory leak in resolverIgor Sysoev1-0/+4
2009-09-16win32 ngx_file_info() utf8 supportIgor Sysoev1-4/+16
2009-09-16preserve errno while ngx_free()Igor Sysoev1-3/+6
2009-09-15do not pass buf with empty cached response,Igor Sysoev1-1/+7
this fixes "zero size buf in output" alert
2009-09-15nginx always sent "Vary: Accept-Encoding",Igor Sysoev1-3/+8
if both gzip_static and gzip_vary were on
2009-09-15image_filter_transparencyIgor Sysoev1-11/+44
2009-09-15fix alpha-channel transparency in PNGIgor Sysoev1-0/+10
2009-09-15allow perl "sub{..."Igor Sysoev1-1/+4
2009-09-15bump versionIgor Sysoev2-3/+3
2009-09-14release-0.8.15 tagIgor Sysoev1-0/+1