aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix grammarIgor Sysoev2008-09-17
|
* bump versionIgor Sysoev2008-09-15
|
* set request handlers, this fixes complex proxied 400 handler with SSI includesIgor Sysoev2008-09-15
|
* $pidIgor Sysoev2008-09-15
|
* disable directio for unaligned reads in LinuxIgor Sysoev2008-09-12
|
* disable directio for access_log with variablesIgor Sysoev2008-09-12
|
* cache directio flag in open file cacheIgor Sysoev2008-09-12
|
* add filename to the log messageIgor Sysoev2008-09-11
|
* strip charset name quotesIgor Sysoev2008-09-09
|
* bump versionIgor Sysoev2008-09-08
|
* fix building on 64-bit platforms, introduced in r2232Igor Sysoev2008-09-08
|
* bump versionIgor Sysoev2008-09-08
|
* allow underscores in client request header linesIgor Sysoev2008-09-08
|
* ngx_http_random_index_moduleIgor Sysoev2008-09-05
|
* *) autoconfigure struct dirent capabilitiesIgor Sysoev2008-09-05
| | | | | *) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h
* remove unused #include'sIgor Sysoev2008-09-05
|
* style fixIgor Sysoev2008-09-05
|
* *) handle unaligned file part for directioIgor Sysoev2008-09-05
| | | | *) disable sendfile in directio mode
* split ngx_output_chain()Igor Sysoev2008-09-03
|
* bump versionIgor Sysoev2008-09-01
|
* 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
|