summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2011-11-14nginx-1.1.8-RELEASErelease-1.1.8Igor Sysoev1-0/+95
2011-11-14Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev4-18/+38
2011-11-14Fix of "Content-Length" header of MP4 response if start argument was used.Igor Sysoev1-1/+2
2011-11-14Added image/webp and video/webm MIME types.Valentin Bartenev1-0/+2
2011-11-14Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.Valentin Bartenev6-111/+121
2011-11-14Reverted incorrect change in internal md5 (part of r3928).Maxim Dounin1-1/+2
2011-11-14Fixed fastcgi/scgi/uwsgi_param inheritance.Maxim Dounin3-90/+174
2011-11-14Separate functions to merge fastcgi/scgi/uwsgi params.Maxim Dounin3-87/+123
2011-11-14Fixed Upgrade header clearing with proxy_cache.Maxim Dounin1-0/+1
2011-11-14Fixed proxy_set_header inheritance with proxy_set_body.Maxim Dounin1-17/+12
2011-11-14Fixed proxy_set_header inheritance with proxy_cache (ticket #45).Maxim Dounin1-9/+23
2011-11-14Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.Sergey Budnevitch4-5/+5
2011-11-10Limit zone: added the "limit_conn_zone" directive.Valentin Bartenev1-3/+132
2011-11-10Limit zone: support for multiple "limit_conn" limits.Valentin Bartenev1-73/+117
2011-11-10Limit zone: rbtree lookup moved to a separate function.Valentin Bartenev1-51/+73
2011-11-10Changed error message to be more appropriate in the imaginaryRuslan Ermilov1-1/+1
2011-11-09Belatedly fixed language in 1.1.7 relnotes.Ruslan Ermilov1-3/+3
2011-11-09Fixed compression pointer processing in DNS response greater than 255 bytes.Igor Sysoev1-7/+7
2011-11-08Fix of "keepalive_disable" directive.Igor Sysoev1-6/+8
2011-11-08The "image_filter_sharpen" directive.Igor Sysoev1-1/+71
2011-11-01Ancient incomplete ngx_http_status_module removal.Igor Sysoev2-313/+0
2011-11-01Version bump.Igor Sysoev2-3/+3
2011-10-31release-1.1.7 tagIgor Sysoev1-0/+1
2011-10-31nginx-1.1.7-RELEASErelease-1.1.7Igor Sysoev1-0/+60
2011-10-31Silently ignoring a stale global SSL error left after disabled renegotiation.Igor Sysoev1-0/+7
2011-10-31Fixed documentation pointer.Ruslan Ermilov1-2/+1
2011-10-31Fixed segfault on configuration testing with ssl (ticket #37).Maxim Dounin1-1/+10
2011-10-31Event pipe: reduced number of file buffers used.Maxim Dounin2-22/+55
2011-10-31Event pipe: fixes for complex protocols.Maxim Dounin1-63/+20
2011-10-28Adding m4a and m4v MIME types (closed #42).Igor Sysoev1-0/+2
2011-10-26Revamped "configure --help" text.Ruslan Ermilov1-37/+40
2011-10-26Fix of building by Microsoft Visual C++ 10 compiler.Igor Sysoev1-0/+8
2011-10-25Decrease of log level of some SSL handshake errors.Igor Sysoev1-1/+19
2011-10-25Fixed port range checking.Ruslan Ermilov2-4/+4
2011-10-25Fixed range checking for the "somaxconn" sysctl.Ruslan Ermilov2-12/+5
2011-10-24Support of several servers in the "resolver" directive.Igor Sysoev4-51/+58
2011-10-24Using of junk value in slab allocator similar to modern FreeBSD values.Igor Sysoev1-2/+2
2011-10-24malloc() debugging on MacOSX.Igor Sysoev13-9/+48
2011-10-24FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.Igor Sysoev1-4/+4
2011-10-21Fixed another return in unix ngx_write_chain_to_file().Maxim Dounin1-2/+9
2011-10-20Fixed unix ngx_write_chain_to_file() to return total bytes written.Maxim Dounin1-2/+5
2011-10-20Fixing conflict with SDK off_t definition.Igor Sysoev1-1/+4
2011-10-20Recent SDKs allow to build IPV6 only for Windows XP or above.Igor Sysoev1-1/+1
2011-10-17Fixed "expires @time" with unknown last modified time (ticket #32).Maxim Dounin1-6/+6
2011-10-17Fixed "expires @00h".Maxim Dounin1-1/+1
2011-10-17Removal of incomplete draft documentation processing.Igor Sysoev1-6/+0
2011-10-17Version bump.Igor Sysoev2-3/+3
2011-10-17release-1.1.6 tagIgor Sysoev1-0/+1
2011-10-17nginx-1.1.6-RELEASErelease-1.1.6Igor Sysoev1-0/+120
2011-10-17Moving RELEASE target in more safe place.Igor Sysoev1-15/+15