aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix building by msvc introduced in r2223Igor Sysoev2008-09-01
|
* escape a query string characters taken from URI while rewriteIgor Sysoev2008-09-01
|
* *) listen sslIgor Sysoev2008-09-01
| | | | *) no default ssl_cetificate and ssl_cetificate_key
* style fix: remove tabs and trailing spacesIgor Sysoev2008-09-01
|
* test conf file size, this fixes OpenBSD's "nginx -c /tmp/" bugIgor Sysoev2008-09-01
|
* use ngx_pmemalign() to allocate radix pagesIgor Sysoev2008-09-01
|
* ngx_timezone_update()Igor Sysoev2008-08-30
|
* set listen configuration to default server,Igor Sysoev2008-08-29
| | | | this fixes the case, when default server is not the first one
* remove unused debug logIgor Sysoev2008-08-27
|
* quoted too long parameter errorIgor Sysoev2008-08-27
|
* too long parameter errorIgor Sysoev2008-08-26
|
* remove never used macroIgor Sysoev2008-08-26
|
* fix typesIgor Sysoev2008-08-26
|
* bump versionIgor Sysoev2008-08-26
|
* fix build on Linux and Solaris introduced in r2200Igor Sysoev2008-08-26
|
* bump versionIgor Sysoev2008-08-26
|
* fix bugs introduced in r2204Igor Sysoev2008-08-26
|
* gzip_disable msie6Igor Sysoev2008-08-26
|
* fix divide by zero if max_fails=0Igor Sysoev2008-08-26
|
* *) refactor ngx_parse_inet_url()Igor Sysoev2008-08-26
| | | | | *) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields
* *) refactor ngx_ptocidr()Igor Sysoev2008-08-26
| | | | | *) allow address without bitmask *) thus now ngx_http_geo_module accepts addresses without bitmask
* ngx_strlchr()Igor Sysoev2008-08-26
|
* split ngx_parse_url()Igor Sysoev2008-08-22
|
* fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCHIgor Sysoev2008-08-22
|
* ngx_sock_ntop() takes family from sockaddr, remove duplicate fieldIgor Sysoev2008-08-21
|
* *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev2008-08-21
| | | | | | *) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN
* call ngx_http_xslt_filter_exit()Igor Sysoev2008-08-21
|
* server_name "" supportIgor Sysoev2008-08-21
|
* fix $r->header_in() for "User-Agent", "Connection", and "Host"Igor Sysoev2008-08-19
| | | | broken in r2005, r2006, and r2008.
* leave HEAD method while error_page redirectionIgor Sysoev2008-08-19
|
* do not discard body while error_page redirectionIgor Sysoev2008-08-19
|
* bump versionIgor Sysoev2008-08-18
|
* remove text/css from default charset_typesIgor Sysoev2008-08-18
| | | | as it does not usually require recoding
* *) regex match must return NGX_OK to stop regex searching,Igor Sysoev2008-08-17
| | | | | this fixes inclusive regex location *) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR
* fix noregex for inclusive locationsIgor Sysoev2008-08-17
|
* proxy_ssl_session_reuseIgor Sysoev2008-08-17
|
* disable original URI usage in proxy_pass after X-Accel-RedirectIgor Sysoev2008-08-17
|
* allow file existence test for POST requests in static moduleIgor Sysoev2008-08-17
|
* ignore NGX_EACCES error while directory testIgor Sysoev2008-08-17
|
* fix log messageIgor Sysoev2008-08-15
|
* bump versionIgor Sysoev2008-08-13
|
* restore connection address on request closure,Igor Sysoev2008-08-13
| | | | | this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx
* *) fix segfaults in types hashIgor Sysoev2008-08-13
| | | | *) fix inheritance: default hash instead of inherited one
* disable error_page loop in 500 error when recursive errors are enabledIgor Sysoev2008-08-13
|
* bump versionIgor Sysoev2008-08-12
|
* fix the case when unset domain.tld was matched by *.domain.tldIgor Sysoev2008-08-12
|
* *) charset_typesIgor Sysoev2008-08-12
| | | | | *) change of default charset types *) addition_types
* use hash in gzip_types, ssi_types, and sub_filter_typesIgor Sysoev2008-08-12
|
* backout both r2162 and r2128 and implement a new fixIgor Sysoev2008-08-12
|
* check daily time rangeIgor Sysoev2008-08-11
|