Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-14Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev
2011-11-14Fix of "Content-Length" header of MP4 response if start argument was used.Igor Sysoev
2011-11-14Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.Valentin Bartenev
2011-11-14Reverted incorrect change in internal md5 (part of r3928).Maxim Dounin
2011-11-14Fixed fastcgi/scgi/uwsgi_param inheritance.Maxim Dounin
2011-11-14Separate functions to merge fastcgi/scgi/uwsgi params.Maxim Dounin
2011-11-14Fixed Upgrade header clearing with proxy_cache.Maxim Dounin
2011-11-14Fixed proxy_set_header inheritance with proxy_set_body.Maxim Dounin
2011-11-14Fixed proxy_set_header inheritance with proxy_cache (ticket #45).Maxim Dounin
2011-11-14Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.Sergey Budnevitch
2011-11-10Limit zone: added the "limit_conn_zone" directive.Valentin Bartenev
2011-11-10Limit zone: support for multiple "limit_conn" limits.Valentin Bartenev
2011-11-10Limit zone: rbtree lookup moved to a separate function.Valentin Bartenev
2011-11-10Changed error message to be more appropriate in the imaginaryRuslan Ermilov
2011-11-09Fixed compression pointer processing in DNS response greater than 255 bytes.Igor Sysoev
2011-11-08Fix of "keepalive_disable" directive.Igor Sysoev
2011-11-08The "image_filter_sharpen" directive.Igor Sysoev
2011-11-01Ancient incomplete ngx_http_status_module removal.Igor Sysoev
2011-11-01Version bump.Igor Sysoev
2011-10-31Silently ignoring a stale global SSL error left after disabled renegotiation.Igor Sysoev
2011-10-31Fixed segfault on configuration testing with ssl (ticket #37).Maxim Dounin
2011-10-31Event pipe: reduced number of file buffers used.Maxim Dounin
2011-10-31Event pipe: fixes for complex protocols.Maxim Dounin
2011-10-25Decrease of log level of some SSL handshake errors.Igor Sysoev
2011-10-25Fixed port range checking.Ruslan Ermilov
2011-10-25Fixed range checking for the "somaxconn" sysctl.Ruslan Ermilov
2011-10-24Support of several servers in the "resolver" directive.Igor Sysoev
2011-10-24Using of junk value in slab allocator similar to modern FreeBSD values.Igor Sysoev
2011-10-24malloc() debugging on MacOSX.Igor Sysoev
2011-10-24FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.Igor Sysoev
2011-10-21Fixed another return in unix ngx_write_chain_to_file().Maxim Dounin
2011-10-20Fixed unix ngx_write_chain_to_file() to return total bytes written.Maxim Dounin
2011-10-20Fixing conflict with SDK off_t definition.Igor Sysoev
2011-10-20Recent SDKs allow to build IPV6 only for Windows XP or above.Igor Sysoev
2011-10-17Fixed "expires @time" with unknown last modified time (ticket #32).Maxim Dounin
2011-10-17Fixed "expires @00h".Maxim Dounin
2011-10-17Version bump.Igor Sysoev
2011-10-16Added clearing of modules' contexts in ngx_http_named_location().Maxim Dounin
2011-10-13Fixed utf8 decode (ticket #25).Maxim Dounin
2011-10-13Skipping location rewrite phase for server null location.Igor Sysoev
2011-10-12Better recheck of dead upstream servers.Maxim Dounin
2011-10-12Clear old Location header (if any) while adding a new one.Maxim Dounin
2011-10-12Wording fix, "many data" is incorrect.Maxim Dounin
2011-10-12Fixed two minor bugs in "types" parsing code.Ruslan Ermilov
2011-10-12Fixed grammar in a comment.Ruslan Ermilov
2011-10-12Replaced magic constants representing default values of some directivesRuslan Ermilov
2011-10-12Stylistic change in checking the boolean expression.Ruslan Ermilov
2011-10-12Preallocating exact number of default MIME types entries.Igor Sysoev
2011-10-12Removed old warning that suggested to use "server_name_in_redirect off"Ruslan Ermilov
2011-10-11Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.Maxim Dounin