| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-08-26 | fix build on Linux and Solaris introduced in r2200 | Igor Sysoev | 1 | -1/+9 | |
| 2008-08-26 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-08-26 | fix bugs introduced in r2204 | Igor Sysoev | 1 | -20/+19 | |
| 2008-08-26 | gzip_disable msie6 | Igor Sysoev | 4 | -7/+46 | |
| 2008-08-26 | fix divide by zero if max_fails=0 | Igor Sysoev | 1 | -1/+3 | |
| 2008-08-26 | *) refactor ngx_parse_inet_url() | Igor Sysoev | 5 | -127/+99 | |
| *) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields | |||||
| 2008-08-26 | *) refactor ngx_ptocidr() | Igor Sysoev | 4 | -41/+23 | |
| *) allow address without bitmask *) thus now ngx_http_geo_module accepts addresses without bitmask | |||||
| 2008-08-26 | ngx_strlchr() | Igor Sysoev | 1 | -1/+17 | |
| 2008-08-22 | split ngx_parse_url() | Igor Sysoev | 1 | -55/+81 | |
| 2008-08-22 | fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH | Igor Sysoev | 1 | -1/+5 | |
| 2008-08-21 | ngx_sock_ntop() takes family from sockaddr, remove duplicate field | Igor Sysoev | 7 | -17/+12 | |
| 2008-08-21 | *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() | Igor Sysoev | 11 | -162/+36 | |
| *) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN | |||||
| 2008-08-21 | call ngx_http_xslt_filter_exit() | Igor Sysoev | 1 | -2/+3 | |
| 2008-08-21 | server_name "" support | Igor Sysoev | 3 | -16/+30 | |
| 2008-08-19 | fix $r->header_in() for "User-Agent", "Connection", and "Host" | Igor Sysoev | 1 | -3/+6 | |
| broken in r2005, r2006, and r2008. | |||||
| 2008-08-19 | leave HEAD method while error_page redirection | Igor Sysoev | 1 | -2/+4 | |
| 2008-08-19 | do not discard body while error_page redirection | Igor Sysoev | 1 | -7/+4 | |
| 2008-08-18 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-08-18 | remove text/css from default charset_types | Igor Sysoev | 1 | -1/+0 | |
| as it does not usually require recoding | |||||
| 2008-08-17 | *) regex match must return NGX_OK to stop regex searching, | Igor Sysoev | 1 | -3/+13 | |
| this fixes inclusive regex location *) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR | |||||
| 2008-08-17 | fix noregex for inclusive locations | Igor Sysoev | 1 | -7/+16 | |
| 2008-08-17 | proxy_ssl_session_reuse | Igor Sysoev | 3 | -5/+29 | |
| 2008-08-17 | disable original URI usage in proxy_pass after X-Accel-Redirect | Igor Sysoev | 1 | -0/+2 | |
| 2008-08-17 | allow file existence test for POST requests in static module | Igor Sysoev | 1 | -7/+11 | |
| 2008-08-17 | ignore NGX_EACCES error while directory test | Igor Sysoev | 1 | -0/+13 | |
| 2008-08-15 | fix log message | Igor Sysoev | 2 | -1/+5 | |
| 2008-08-13 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-08-13 | restore connection address on request closure, | Igor Sysoev | 2 | -24/+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 hash | Igor Sysoev | 3 | -31/+48 | |
| *) fix inheritance: default hash instead of inherited one | |||||
| 2008-08-13 | disable error_page loop in 500 error when recursive errors are enabled | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-12 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-08-12 | fix the case when unset domain.tld was matched by *.domain.tld | Igor Sysoev | 1 | -14/+35 | |
| 2008-08-12 | *) charset_types | Igor Sysoev | 2 | -23/+65 | |
| *) change of default charset types *) addition_types | |||||
| 2008-08-12 | use hash in gzip_types, ssi_types, and sub_filter_types | Igor Sysoev | 5 | -289/+57 | |
| 2008-08-12 | backout both r2162 and r2128 and implement a new fix | Igor Sysoev | 2 | -6/+2 | |
| 2008-08-11 | check daily time range | Igor Sysoev | 1 | -0/+6 | |
| 2008-08-11 | expires daily time | Igor Sysoev | 1 | -7/+26 | |
| 2008-08-11 | ngx_next_time() | Igor Sysoev | 2 | -0/+42 | |
| 2008-08-11 | SSL connection readiness is required for level-triggered events only, | Igor Sysoev | 1 | -1/+4 | |
| broken in r2128 | |||||
| 2008-08-11 | consider log_not_found while testing index files | Igor Sysoev | 1 | -7/+10 | |
| 2008-08-06 | clear Last-Modified; set content-type and length for main request only | Igor Sysoev | 1 | -10/+24 | |
| 2008-08-06 | disable ranges, because xslt filter runs after range body filter | Igor Sysoev | 1 | -2/+0 | |
| 2008-08-05 | ngx_cpp_test_module | Igor Sysoev | 1 | -0/+27 | |
| 2008-08-05 | reuse compiled DTD hash in different locations, add DTD cleanup | Igor Sysoev | 1 | -11/+55 | |
| 2008-08-05 | update debug logging | Igor Sysoev | 1 | -15/+7 | |
| 2008-08-05 | reuse compiled XSLT tree in different locations | Igor Sysoev | 1 | -29/+83 | |
| 2008-08-05 | xsl:output's media-type and encoding support | Igor Sysoev | 1 | -13/+79 | |
| 2008-08-05 | we do not need dtd->name | Igor Sysoev | 1 | -2/+0 | |
| 2008-08-05 | xslt_stylesheet should be valid for location only | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-05 | fix xslt module context levels | Igor Sysoev | 1 | -3/+3 | |
