summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-12-09nginx-1.9.9-RELEASErelease-1.9.9Maxim Dounin1-0/+16
2015-12-09Fixed fastcgi_pass with UNIX socket and variables (ticket #855).Ruslan Ermilov1-1/+3
2015-12-09Version bump.Ruslan Ermilov1-2/+2
2015-12-08release-1.9.8 tagMaxim Dounin1-0/+1
2015-12-08nginx-1.9.8-RELEASErelease-1.9.8Maxim Dounin1-0/+54
2015-12-08Slice filter: terminate first slice with last_in_chain flag.Roman Arutyunyan1-0/+1
2015-12-08Slice filter: never run subrequests when main request is buffered.Roman Arutyunyan1-0/+4
2015-12-08SSL: fixed possible segfault on renegotiation (ticket #845).Sergey Kandaurov1-0/+4
2015-12-07Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin1-2/+2
2015-12-07Added slice module to win32 builds.Maxim Dounin1-0/+1
2015-12-07Slice filter.Roman Arutyunyan6-6/+567
2015-12-07Upstream: fill r->headers_out.content_range from upstream response.Roman Arutyunyan1-0/+5
2015-12-02Core: fix typo in error message.Piotr Sikora1-1/+1
2015-12-03Style: NGX_PTR_SIZE replaced with sizeof(void *).Maxim Dounin2-2/+2
2015-12-02Style.Maxim Dounin1-1/+1
2015-11-30Stop emulating a space character after r->method_name.Ruslan Ermilov2-4/+1
2015-11-06Proxy: improved code readability.Ruslan Ermilov1-12/+5
2015-11-30Reduced the number of GET method constants.Ruslan Ermilov1-4/+1
2015-11-30Increased the default "connection_pool_size" on 64-bit platforms.Valentin Bartenev1-1/+1
2015-11-30Configure: improved workaround for system perl on OS X.Ruslan Ermilov1-1/+1
2015-11-30Configure: removed comment obsolete in 3b763d36e055.Ruslan Ermilov1-3/+0
2015-11-06Style: unified request method checks.Ruslan Ermilov5-5/+5
2015-11-23Core: enabled "include" inside http upstreams (ticket #635).Ruslan Ermilov1-1/+1
2015-11-23Configure: fixed using OpenSSL include paths.Maxim Dounin1-0/+1
2015-11-21Upstream: fixed "no port" detection in evaluated upstreams.Ruslan Ermilov5-10/+22
2015-11-17Missing "variable" word added.Maxim Dounin1-1/+1
2015-11-17Used the pwritev() syscall for writing files where possible.Valentin Bartenev2-3/+51
2015-11-17Moved file writev() handling code to a separate function.Valentin Bartenev1-32/+51
2015-11-17Handled EINTR from write() and pwrite() syscalls.Valentin Bartenev1-3/+20
2015-11-17Adjusted file->sys_offset after the write() syscall.Valentin Bartenev1-0/+1
2015-11-17Version bump.Valentin Bartenev1-2/+2
2015-11-17release-1.9.7 tagMaxim Dounin1-0/+1
2015-11-17nginx-1.9.7-RELEASErelease-1.9.7Maxim Dounin1-0/+76
2015-11-16Realip: the $realip_remote_addr variable.Ruslan Ermilov1-1/+71
2015-11-13HTTP/2: reused HEADERS and CONTINUATION frames buffers.Valentin Bartenev2-10/+21
2015-11-13HTTP/2: fixed handling of output HEADERS frames.Valentin Bartenev1-6/+19
2015-11-13HTTP/2: fixed invalid headers handling (ticket #831).Valentin Bartenev1-0/+2
2015-11-11Upstream: proxy_cache_convert_head directive.Roman Arutyunyan3-1/+13
2015-11-05SSL: only select HTTP/2 using NPN if "http2" is enabled.Valentin Bartenev1-10/+16
2015-11-05HTTP/2: backed out 16905ecbb49e (ticket #822).Valentin Bartenev1-3/+5
2015-10-30Fixed ngx_parse_time() out of bounds access (ticket #821).Maxim Dounin1-1/+1
2015-10-26Syslog: added "nohostname" option.Vladimir Homutov2-1/+10
2015-10-27HTTP/2: changed behavior of the "http2_max_field_size" directive.Valentin Bartenev2-21/+13
2015-10-27HTTP/2: fixed spelling.Valentin Bartenev1-2/+2
2015-10-27Version bump.Valentin Bartenev1-2/+2
2015-10-27release-1.9.6 tagMaxim Dounin1-0/+1
2015-10-27nginx-1.9.6-RELEASErelease-1.9.6Maxim Dounin1-0/+84
2015-10-26HTTP/2: simplified checking the END_STREAM flag.Valentin Bartenev1-5/+3
2015-10-26HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.Valentin Bartenev1-1/+6
2015-10-26HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.Valentin Bartenev1-1/+2