summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-26bump versionIgor Sysoev1-1/+1
2008-08-26*) refactor ngx_parse_inet_url()Igor Sysoev1-1/+1
*) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields
2008-08-26*) refactor ngx_ptocidr()Igor Sysoev2-16/+0
*) allow address without bitmask *) thus now ngx_http_geo_module accepts addresses without bitmask
2008-08-21*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev1-2/+2
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN
2008-08-21call ngx_http_xslt_filter_exit()Igor Sysoev1-2/+3
2008-08-18bump versionIgor Sysoev1-1/+1
2008-08-18remove text/css from default charset_typesIgor Sysoev1-1/+0
as it does not usually require recoding
2008-08-17proxy_ssl_session_reuseIgor Sysoev1-0/+19
2008-08-17allow file existence test for POST requests in static moduleIgor Sysoev1-7/+11
2008-08-17ignore NGX_EACCES error while directory testIgor Sysoev1-0/+13
2008-08-13bump versionIgor Sysoev1-1/+1
2008-08-13restore connection address on request closure,Igor Sysoev1-14/+57
this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx
2008-08-13*) fix segfaults in types hashIgor Sysoev1-8/+8
*) fix inheritance: default hash instead of inherited one
2008-08-12bump versionIgor Sysoev1-1/+1
2008-08-12*) charset_typesIgor Sysoev2-23/+65
*) change of default charset types *) addition_types
2008-08-12use hash in gzip_types, ssi_types, and sub_filter_typesIgor Sysoev3-289/+49
2008-08-11check daily time rangeIgor Sysoev1-0/+6
2008-08-11expires daily timeIgor Sysoev1-7/+26
2008-08-11consider log_not_found while testing index filesIgor Sysoev1-7/+10
2008-08-06clear Last-Modified; set content-type and length for main request onlyIgor Sysoev1-10/+24
2008-08-06disable ranges, because xslt filter runs after range body filterIgor Sysoev1-2/+0
2008-08-05reuse compiled DTD hash in different locations, add DTD cleanupIgor Sysoev1-11/+55
2008-08-05reuse compiled XSLT tree in different locationsIgor Sysoev1-29/+83
2008-08-05xsl:output's media-type and encoding supportIgor Sysoev1-13/+79
2008-08-05we do not need dtd->nameIgor Sysoev1-2/+0
2008-08-05xslt_stylesheet should be valid for location onlyIgor Sysoev1-1/+1
2008-08-05fix xslt module context levelsIgor Sysoev1-3/+3
2008-08-04style fixIgor Sysoev1-8/+11
2008-08-04bump versionIgor Sysoev1-1/+1
2008-08-04if upstream sent a location header without status use 302Igor Sysoev1-0/+7
2008-08-04ngx_http_xslt_filter_moduleIgor Sysoev1-0/+1109
2008-08-04ngx_hash_strlow()Igor Sysoev3-43/+9
2008-08-04ngx_strlow()Igor Sysoev3-12/+4
2008-07-30bump versionIgor Sysoev1-1/+1
2008-07-30directioIgor Sysoev5-0/+5
2008-07-29rename ngx_utf_...() to ngx_utf8_...()Igor Sysoev2-7/+7
2008-07-29fix typoIgor Sysoev1-6/+6
2008-07-29*) ssl_verify_client askIgor Sysoev2-7/+26
*) 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 Sysoev1-5/+6
2008-07-23fix ranges without Content-TypeIgor Sysoev1-3/+8
2008-07-23split ngx_http_range_filter_moduleIgor Sysoev1-122/+210
2008-07-07bump versionIgor Sysoev1-1/+1
2008-07-07always test root existence for access_log with variablesIgor Sysoev4-4/+25
2008-07-04allow several values in query stringIgor Sysoev1-2/+8
2008-07-01bump versionIgor Sysoev1-1/+1
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