| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-09-05 | *) autoconfigure struct dirent capabilities | Igor Sysoev | 7 | -84/+93 | |
| *) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h | |||||
| 2008-09-05 | remove unused #include's | Igor Sysoev | 14 | -16/+2 | |
| 2008-09-05 | style fix | Igor Sysoev | 2 | -14/+14 | |
| 2008-09-05 | *) handle unaligned file part for directio | Igor Sysoev | 9 | -42/+138 | |
| *) disable sendfile in directio mode | |||||
| 2008-09-03 | split ngx_output_chain() | Igor Sysoev | 1 | -59/+64 | |
| 2008-09-01 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-09-01 | fix building by msvc introduced in r2223 | Igor Sysoev | 1 | -1/+1 | |
| 2008-09-01 | escape a query string characters taken from URI while rewrite | Igor Sysoev | 1 | -0/+1 | |
| 2008-09-01 | *) listen ssl | Igor Sysoev | 12 | -39/+275 | |
| *) no default ssl_cetificate and ssl_cetificate_key | |||||
| 2008-09-01 | style fix: remove tabs and trailing spaces | Igor Sysoev | 2 | -4/+4 | |
| 2008-09-01 | test conf file size, this fixes OpenBSD's "nginx -c /tmp/" bug | Igor Sysoev | 1 | -10/+26 | |
| 2008-09-01 | use ngx_pmemalign() to allocate radix pages | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-30 | ngx_timezone_update() | Igor Sysoev | 5 | -4/+58 | |
| 2008-08-29 | set listen configuration to default server, | Igor Sysoev | 1 | -0/+1 | |
| this fixes the case, when default server is not the first one | |||||
| 2008-08-27 | remove unused debug log | Igor Sysoev | 1 | -9/+0 | |
| 2008-08-27 | quoted too long parameter error | Igor Sysoev | 1 | -2/+15 | |
| 2008-08-26 | too long parameter error | Igor Sysoev | 1 | -8/+20 | |
| 2008-08-26 | remove never used macro | Igor Sysoev | 1 | -3/+0 | |
| 2008-08-26 | fix types | Igor Sysoev | 1 | -4/+4 | |
| 2008-08-26 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 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 | |
