summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2011-11-28nginx-1.1.9-RELEASErelease-1.1.9Maxim Dounin1-0/+166
2011-11-28Added (void) as we intentionally ignore returned values.Maxim Dounin2-2/+2
2011-11-28Allowed add_header for proxied 206 replies.Maxim Dounin1-0/+1
2011-11-28Added support for IP-literal in the Host header and request line (ticket #1).Valentin Bartenev2-26/+115
2011-11-25Added escaping of double quotes in ngx_escape_html().Maxim Dounin1-0/+9
2011-11-23Unlock of shared memory zones on process crash.Maxim Dounin1-11/+50
2011-11-23Fixed build without atomic operations.Maxim Dounin1-2/+2
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin6-49/+86
2011-11-23Fixed "rotate" to always work when combined with "resize/crop".Ruslan Ermilov1-1/+5
2011-11-23Cosmetics.Ruslan Ermilov1-3/+3
2011-11-23Fix of mp4 module seeking.Igor Sysoev1-1/+1
2011-11-22Protection from stale write events in epoll.Maxim Dounin1-0/+12
2011-11-22Fixed segfault on ssl servers without cert with SNI (ticket #54).Maxim Dounin1-12/+14
2011-11-22Made it possible to build/install from the SVN checkout.Ruslan Ermilov1-3/+15
2011-11-21o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> includedMaxim Konovalov1-4/+5
2011-11-21svgz extension for compressed SVG added (close #56).Maxim Konovalov1-1/+1
2011-11-21Fixed "keepalive_disable".Ruslan Ermilov1-1/+1
2011-11-18FreeBSD 10-current has recently gotten POSIX_FADV_* macros.Maxim Konovalov1-1/+1
2011-11-18Upstream: don't cache unfinished responses.Maxim Dounin1-2/+10
2011-11-18Fixed flv header to match specification.Maxim Dounin1-1/+1
2011-11-16Silenced a warning for some compilers.Ruslan Ermilov1-0/+1
2011-11-16Now nginx uses TTL of a DNS response when calculating cache validity.Ruslan Ermilov1-6/+38
2011-11-16Fixed incorrect counting the length of headers in a SCGI request.Valentin Bartenev1-1/+3
2011-11-15Fixed handling of SIGWINCH/NOACCEPT signal.Maxim Dounin1-0/+4
2011-11-15Version bump.Maxim Dounin2-3/+3
2011-11-14release-1.1.8 tagIgor Sysoev1-0/+1
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