summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
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
2015-10-26HTTP/2: simplified producing of the Last-Modified header.Valentin Bartenev1-3/+2
2015-10-26HTTP/2: fixed header block size calculation.Valentin Bartenev1-1/+1
2015-10-01HTTP/2: fix handling of connection errors.Piotr Sikora1-6/+6
2015-10-01HTTP/2: fix indirect reprioritization.Piotr Sikora1-4/+13
2015-10-01HTTP/2: reject self-dependent streams.Piotr Sikora1-0/+16
2015-10-23Core: read/write locks are also required by the Stream module.Piotr Sikora1-1/+1
2015-10-23Configure: style fixes for autoconf.err.Piotr Sikora2-4/+14
2015-10-20HTTP/2: improved error handling while parsing integers.Valentin Bartenev1-4/+4
2015-10-20HTTP/2: improved HPACK integer parsing code readability.Ruslan Ermilov1-3/+3
2015-10-20Win32: timer_resolution now ignored with select.Maxim Dounin1-0/+9
2015-10-17Win32: fixed build with MinGW and MinGW-w64 gcc.Kouhei Sutou1-1/+1
2015-10-19Style: unneeded casts of cf->args->elts removed.Maxim Dounin1-2/+2
2015-10-19Fixed variables prefix comparison.Maxim Dounin1-12/+26
2015-10-19Fixed handling of empty root.Maxim Dounin1-1/+3
2015-10-19SSL: preserve default server context in connection (ticket #235).Maxim Dounin2-12/+8
2015-10-19HTTP/2: fixed parsing of literal header fields without indexing.Valentin Bartenev1-1/+1
2015-10-07SSL: handled long string truncation in ngx_ssl_error().Vladimir Homutov1-1/+1
2015-10-06Stream: delete proxy connection timer after SSL handshake.Ruslan Ermilov1-0/+4
2015-07-12Extract out version info function.Kurtis Nusbaum1-58/+65
2015-09-28HTTP/2: fixed $server_protocol value (ticket #800).Valentin Bartenev1-0/+2
2015-09-24SSL: compatibility with OpenSSL master branch.Maxim Dounin1-1/+3
2015-09-24Version bump.Maxim Dounin1-2/+2
2015-09-22release-1.9.5 tagMaxim Dounin1-0/+1
2015-09-22nginx-1.9.5-RELEASErelease-1.9.5Maxim Dounin1-0/+97
2015-09-22Style.Maxim Dounin1-1/+2
2015-09-15Increased the default number of output buffers.Valentin Bartenev1-1/+1
2015-09-22HTTP/2: fixed header block parsing with CONTINUATION frames (#792).Valentin Bartenev2-70/+136
2015-09-22HTTP/2: fixed HPACK header field parsing.Valentin Bartenev1-0/+5
2015-09-21Sub filter: fixed initialization in http{} level (ticket #791).Roman Arutyunyan1-1/+2
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev26-5701/+9250