summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Resolver: fixed use-after-free memory accesses with CNAME.Roman Arutyunyan2-39/+35
2016-01-26Resolver: changed the ngx_resolver_create_*_query() arguments.Roman Arutyunyan1-30/+27
2016-01-26Resolver: fixed CNAME processing for several requests.Ruslan Ermilov1-6/+15
2016-01-26Resolver: fixed crashes in timeout handler.Ruslan Ermilov2-25/+42
2016-01-26Resolver: fixed possible segmentation fault on DNS format error.Roman Arutyunyan1-1/+1
2016-01-12Request body: removed surplus assigment, no functional changes.Valentin Bartenev1-6/+0
2016-01-11Core: worker_cpu_affinity auto.Maxim Dounin2-2/+42
2016-01-11Upstream: fixed changing method on X-Accel-Redirect.Maxim Dounin1-0/+1
2015-12-17Upstream: don't keep connections on early responses (ticket #669).Maxim Dounin3-0/+8
2015-12-17Fixed PROXY protocol on IPv6 sockets (ticket #858).Maxim Dounin1-0/+1
2015-12-17Version bump.Maxim Dounin1-2/+2
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-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-07Slice filter.Roman Arutyunyan3-5/+546
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-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-21Upstream: fixed "no port" detection in evaluated upstreams.Ruslan Ermilov5-10/+22
2015-11-17Used the pwritev() syscall for writing files where possible.Valentin Bartenev1-3/+35
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-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-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
2015-09-28HTTP/2: fixed splitting of response headers on CONTINUATION frames.Valentin Bartenev1-173/+158
2015-10-26HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.Valentin Bartenev1-11/+14