summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04update debug loggingIgor Sysoev1-4/+4
2008-08-04style fixIgor Sysoev1-8/+11
2008-08-04fix building by bcc broken in r2143Igor Sysoev1-0/+1
2008-08-04bump versionIgor Sysoev2-2/+2
2008-08-04Solaris directio()Igor Sysoev1-0/+5
2008-08-04fix building by msvc8 introduced in r2127Igor Sysoev1-1/+1
2008-08-04if upstream sent a location header without status use 302Igor Sysoev2-1/+9
2008-08-04ngx_http_xslt_filter_moduleIgor Sysoev1-0/+1109
2008-08-04test Content-Type via hash:Igor Sysoev5-0/+182
*) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types()
2008-08-04$arg_... variableIgor Sysoev2-0/+75
2008-08-04ngx_hash_strlow()Igor Sysoev7-77/+40
2008-08-04ngx_strlow()Igor Sysoev9-30/+24
2008-08-04fix building by bcc broken in r2130Igor Sysoev2-1/+8
2008-07-31fix conflicting names "true" and "false"Igor Sysoev2-27/+22
2008-07-30bump versionIgor Sysoev2-2/+2
2008-07-30directioIgor Sysoev17-12/+143
2008-07-30*) move Darwin support to separate filesIgor Sysoev6-0/+632
*) Darwin sendfile() support
2008-07-30update connection readiness after SSL handshake,Igor Sysoev1-0/+3
this fixes mail proxy SSL connection hanging if level-triggered event is used
2008-07-29case insensitive file system location support provided by locale onlyIgor Sysoev3-1/+16
2008-07-29rename ngx_utf_...() to ngx_utf8_...()Igor Sysoev4-18/+18
2008-07-29fix typoIgor Sysoev2-12/+12
2008-07-29*) ssl_verify_client askIgor Sysoev5-9/+74
*) test ssl_client_certificate for ssl_verify_client *) $ssl_client_cert adds TAB before each line except first one *) $ssl_client_raw_cert contains certificate as is
2008-07-29allow range for partial flv responseIgor Sysoev1-3/+2
2008-07-29support several buf's for single-part rangeIgor Sysoev1-19/+73
patch by Maxim Dounin
2008-07-25fix utf-8 names in autoindexIgor Sysoev3-32/+37
2008-07-23fix ranges without Content-TypeIgor Sysoev1-3/+8
2008-07-23split ngx_http_range_filter_moduleIgor Sysoev1-122/+210
2008-07-09handle connect()'s EAGAIN on LinuxIgor Sysoev1-3/+14
2008-07-07bump versionIgor Sysoev2-2/+2
2008-07-07always test root existence for access_log with variablesIgor Sysoev5-4/+26
2008-07-04allow several values in query stringIgor Sysoev1-2/+8
2008-07-03show an error message for invalid parameterIgor Sysoev1-2/+4
2008-07-01bump versionIgor Sysoev2-2/+2
2008-07-01nginx could not be build without gzip, introduced in r2052Igor Sysoev1-0/+4
2008-07-01NULL script in default access_logIgor Sysoev1-0/+1
2008-06-30fix error when response parsed by sub filter, then by SSI filterIgor Sysoev2-4/+5
and some response parts are output as file buffers
2008-06-30fix variable access_log mergingIgor Sysoev1-1/+2
2008-06-30fix error messageIgor Sysoev2-1/+6
2008-06-30bump versionIgor Sysoev2-2/+2
2008-06-30-g switchIgor Sysoev5-7/+95
2008-06-30variables in access_logIgor Sysoev3-22/+294
2008-06-30fix commentIgor Sysoev1-3/+4
2008-06-30fix the previous commitIgor Sysoev1-21/+14
2008-06-26use ngx_file_info() and test uniq if file is already openIgor Sysoev1-24/+35
2008-06-26ngx_memzero() ngx_open_file_info_tIgor Sysoev6-14/+14
2008-06-26the "Expect" header supportIgor Sysoev4-1/+57
2008-06-26fix bug when inactive subrequest is truncated,Igor Sysoev1-2/+13
if output_buffers are less than subrequest size
2008-06-25refactor obscure codeIgor Sysoev1-7/+11
2008-06-23initialize of.uniq in ngx_open_cached_file()Igor Sysoev7-9/+18
2008-06-23prepare to allow various number of connections in child processesIgor Sysoev3-44/+32