summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-09-05*) autoconfigure struct dirent capabilitiesIgor Sysoev7-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-05remove unused #include'sIgor Sysoev14-16/+2
2008-09-05style fixIgor Sysoev2-14/+14
2008-09-05*) handle unaligned file part for directioIgor Sysoev9-42/+138
*) disable sendfile in directio mode
2008-09-03split ngx_output_chain()Igor Sysoev1-59/+64
2008-09-01bump versionIgor Sysoev2-2/+2
2008-09-01fix building by msvc introduced in r2223Igor Sysoev1-1/+1
2008-09-01escape a query string characters taken from URI while rewriteIgor Sysoev1-0/+1
2008-09-01*) listen sslIgor Sysoev12-39/+275
*) no default ssl_cetificate and ssl_cetificate_key
2008-09-01style fix: remove tabs and trailing spacesIgor Sysoev2-4/+4
2008-09-01test conf file size, this fixes OpenBSD's "nginx -c /tmp/" bugIgor Sysoev1-10/+26
2008-09-01use ngx_pmemalign() to allocate radix pagesIgor Sysoev1-1/+1
2008-08-30ngx_timezone_update()Igor Sysoev5-4/+58
2008-08-29set listen configuration to default server,Igor Sysoev1-0/+1
this fixes the case, when default server is not the first one
2008-08-27remove unused debug logIgor Sysoev1-9/+0
2008-08-27quoted too long parameter errorIgor Sysoev1-2/+15
2008-08-26too long parameter errorIgor Sysoev1-8/+20
2008-08-26remove never used macroIgor Sysoev1-3/+0
2008-08-26fix typesIgor Sysoev1-4/+4
2008-08-26bump versionIgor Sysoev2-2/+2
2008-08-26fix build on Linux and Solaris introduced in r2200Igor Sysoev1-1/+9
2008-08-26bump versionIgor Sysoev2-2/+2
2008-08-26fix bugs introduced in r2204Igor Sysoev1-20/+19
2008-08-26gzip_disable msie6Igor Sysoev4-7/+46
2008-08-26fix divide by zero if max_fails=0Igor Sysoev1-1/+3
2008-08-26*) refactor ngx_parse_inet_url()Igor Sysoev5-127/+99
*) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields
2008-08-26*) refactor ngx_ptocidr()Igor Sysoev4-41/+23
*) allow address without bitmask *) thus now ngx_http_geo_module accepts addresses without bitmask
2008-08-26ngx_strlchr()Igor Sysoev1-1/+17
2008-08-22split ngx_parse_url()Igor Sysoev1-55/+81
2008-08-22fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCHIgor Sysoev1-1/+5
2008-08-21ngx_sock_ntop() takes family from sockaddr, remove duplicate fieldIgor Sysoev7-17/+12
2008-08-21*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev11-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-21call ngx_http_xslt_filter_exit()Igor Sysoev1-2/+3
2008-08-21server_name "" supportIgor Sysoev3-16/+30
2008-08-19fix $r->header_in() for "User-Agent", "Connection", and "Host"Igor Sysoev1-3/+6
broken in r2005, r2006, and r2008.
2008-08-19leave HEAD method while error_page redirectionIgor Sysoev1-2/+4
2008-08-19do not discard body while error_page redirectionIgor Sysoev1-7/+4
2008-08-18bump versionIgor Sysoev2-2/+2
2008-08-18remove text/css from default charset_typesIgor Sysoev1-1/+0
as it does not usually require recoding
2008-08-17*) regex match must return NGX_OK to stop regex searching,Igor Sysoev1-3/+13
this fixes inclusive regex location *) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR
2008-08-17fix noregex for inclusive locationsIgor Sysoev1-7/+16
2008-08-17proxy_ssl_session_reuseIgor Sysoev3-5/+29
2008-08-17disable original URI usage in proxy_pass after X-Accel-RedirectIgor Sysoev1-0/+2
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-15fix log messageIgor Sysoev2-1/+5
2008-08-13bump versionIgor Sysoev2-2/+2
2008-08-13restore connection address on request closure,Igor Sysoev2-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 hashIgor Sysoev3-31/+48
*) fix inheritance: default hash instead of inherited one
2008-08-13disable error_page loop in 500 error when recursive errors are enabledIgor Sysoev1-1/+1