summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-08Slice filter: terminate first slice with last_in_chain flag.Roman Arutyunyan
2015-12-08Slice filter: never run subrequests when main request is buffered.Roman Arutyunyan
2015-12-08SSL: fixed possible segfault on renegotiation (ticket #845).Sergey Kandaurov
2015-12-07Slice filter.Roman Arutyunyan
2015-12-07Upstream: fill r->headers_out.content_range from upstream response.Roman Arutyunyan
2015-12-02Core: fix typo in error message.Piotr Sikora
2015-12-03Style: NGX_PTR_SIZE replaced with sizeof(void *).Maxim Dounin
2015-12-02Style.Maxim Dounin
2015-11-30Stop emulating a space character after r->method_name.Ruslan Ermilov
2015-11-06Proxy: improved code readability.Ruslan Ermilov
2015-11-30Reduced the number of GET method constants.Ruslan Ermilov
2015-11-30Increased the default "connection_pool_size" on 64-bit platforms.Valentin Bartenev
2015-11-06Style: unified request method checks.Ruslan Ermilov
2015-11-23Core: enabled "include" inside http upstreams (ticket #635).Ruslan Ermilov
2015-11-21Upstream: fixed "no port" detection in evaluated upstreams.Ruslan Ermilov
2015-11-17Used the pwritev() syscall for writing files where possible.Valentin Bartenev
2015-11-17Moved file writev() handling code to a separate function.Valentin Bartenev
2015-11-17Handled EINTR from write() and pwrite() syscalls.Valentin Bartenev
2015-11-17Adjusted file->sys_offset after the write() syscall.Valentin Bartenev
2015-11-17Version bump.Valentin Bartenev
2015-11-16Realip: the $realip_remote_addr variable.Ruslan Ermilov
2015-11-13HTTP/2: reused HEADERS and CONTINUATION frames buffers.Valentin Bartenev
2015-11-13HTTP/2: fixed handling of output HEADERS frames.Valentin Bartenev
2015-11-13HTTP/2: fixed invalid headers handling (ticket #831).Valentin Bartenev
2015-11-11Upstream: proxy_cache_convert_head directive.Roman Arutyunyan
2015-11-05SSL: only select HTTP/2 using NPN if "http2" is enabled.Valentin Bartenev
2015-11-05HTTP/2: backed out 16905ecbb49e (ticket #822).Valentin Bartenev
2015-10-30Fixed ngx_parse_time() out of bounds access (ticket #821).Maxim Dounin
2015-10-26Syslog: added "nohostname" option.Vladimir Homutov
2015-10-27HTTP/2: changed behavior of the "http2_max_field_size" directive.Valentin Bartenev
2015-10-27HTTP/2: fixed spelling.Valentin Bartenev
2015-10-27Version bump.Valentin Bartenev
2015-10-26HTTP/2: simplified checking the END_STREAM flag.Valentin Bartenev
2015-10-26HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.Valentin Bartenev
2015-10-26HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.Valentin Bartenev
2015-09-28HTTP/2: fixed splitting of response headers on CONTINUATION frames.Valentin Bartenev
2015-10-26HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.Valentin Bartenev
2015-10-26HTTP/2: simplified producing of the Last-Modified header.Valentin Bartenev
2015-10-26HTTP/2: fixed header block size calculation.Valentin Bartenev
2015-10-01HTTP/2: fix handling of connection errors.Piotr Sikora
2015-10-01HTTP/2: fix indirect reprioritization.Piotr Sikora
2015-10-01HTTP/2: reject self-dependent streams.Piotr Sikora
2015-10-23Core: read/write locks are also required by the Stream module.Piotr Sikora
2015-10-20HTTP/2: improved error handling while parsing integers.Valentin Bartenev
2015-10-20HTTP/2: improved HPACK integer parsing code readability.Ruslan Ermilov
2015-10-20Win32: timer_resolution now ignored with select.Maxim Dounin
2015-10-17Win32: fixed build with MinGW and MinGW-w64 gcc.Kouhei Sutou
2015-10-19Style: unneeded casts of cf->args->elts removed.Maxim Dounin
2015-10-19Fixed variables prefix comparison.Maxim Dounin
2015-10-19Fixed handling of empty root.Maxim Dounin