summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.9.7-RELEASErelease-1.9.7Maxim Dounin2015-11-171-0/+76
* Realip: the $realip_remote_addr variable.Ruslan Ermilov2015-11-161-1/+71
* HTTP/2: reused HEADERS and CONTINUATION frames buffers.Valentin Bartenev2015-11-132-10/+21
* HTTP/2: fixed handling of output HEADERS frames.Valentin Bartenev2015-11-131-6/+19
* HTTP/2: fixed invalid headers handling (ticket #831).Valentin Bartenev2015-11-131-0/+2
* Upstream: proxy_cache_convert_head directive.Roman Arutyunyan2015-11-113-1/+13
* SSL: only select HTTP/2 using NPN if "http2" is enabled.Valentin Bartenev2015-11-051-10/+16
* HTTP/2: backed out 16905ecbb49e (ticket #822).Valentin Bartenev2015-11-051-3/+5
* Fixed ngx_parse_time() out of bounds access (ticket #821).Maxim Dounin2015-10-301-1/+1
* Syslog: added "nohostname" option.Vladimir Homutov2015-10-262-1/+10
* HTTP/2: changed behavior of the "http2_max_field_size" directive.Valentin Bartenev2015-10-272-21/+13
* HTTP/2: fixed spelling.Valentin Bartenev2015-10-271-2/+2
* Version bump.Valentin Bartenev2015-10-271-2/+2
* release-1.9.6 tagMaxim Dounin2015-10-271-0/+1
* nginx-1.9.6-RELEASErelease-1.9.6Maxim Dounin2015-10-271-0/+84
* HTTP/2: simplified checking the END_STREAM flag.Valentin Bartenev2015-10-261-5/+3
* HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.Valentin Bartenev2015-10-261-1/+6
* HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.Valentin Bartenev2015-10-261-1/+2
* HTTP/2: fixed splitting of response headers on CONTINUATION frames.Valentin Bartenev2015-09-281-173/+158
* HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.Valentin Bartenev2015-10-261-11/+14
* HTTP/2: simplified producing of the Last-Modified header.Valentin Bartenev2015-10-261-3/+2
* HTTP/2: fixed header block size calculation.Valentin Bartenev2015-10-261-1/+1
* HTTP/2: fix handling of connection errors.Piotr Sikora2015-10-011-6/+6
* HTTP/2: fix indirect reprioritization.Piotr Sikora2015-10-011-4/+13
* HTTP/2: reject self-dependent streams.Piotr Sikora2015-10-011-0/+16
* Core: read/write locks are also required by the Stream module.Piotr Sikora2015-10-231-1/+1
* Configure: style fixes for autoconf.err.Piotr Sikora2015-10-232-4/+14
* HTTP/2: improved error handling while parsing integers.Valentin Bartenev2015-10-201-4/+4
* HTTP/2: improved HPACK integer parsing code readability.Ruslan Ermilov2015-10-201-3/+3
* Win32: timer_resolution now ignored with select.Maxim Dounin2015-10-201-0/+9
* Win32: fixed build with MinGW and MinGW-w64 gcc.Kouhei Sutou2015-10-171-1/+1
* Style: unneeded casts of cf->args->elts removed.Maxim Dounin2015-10-191-2/+2
* Fixed variables prefix comparison.Maxim Dounin2015-10-191-12/+26
* Fixed handling of empty root.Maxim Dounin2015-10-191-1/+3
* SSL: preserve default server context in connection (ticket #235).Maxim Dounin2015-10-192-12/+8
* HTTP/2: fixed parsing of literal header fields without indexing.Valentin Bartenev2015-10-191-1/+1
* SSL: handled long string truncation in ngx_ssl_error().Vladimir Homutov2015-10-071-1/+1
* Stream: delete proxy connection timer after SSL handshake.Ruslan Ermilov2015-10-061-0/+4
* Extract out version info function.Kurtis Nusbaum2015-07-121-58/+65
* HTTP/2: fixed $server_protocol value (ticket #800).Valentin Bartenev2015-09-281-0/+2
* SSL: compatibility with OpenSSL master branch.Maxim Dounin2015-09-241-1/+3
* Version bump.Maxim Dounin2015-09-241-2/+2
* release-1.9.5 tagMaxim Dounin2015-09-221-0/+1
* nginx-1.9.5-RELEASErelease-1.9.5Maxim Dounin2015-09-221-0/+97
* Style.Maxim Dounin2015-09-221-1/+2
* Increased the default number of output buffers.Valentin Bartenev2015-09-151-1/+1
* HTTP/2: fixed header block parsing with CONTINUATION frames (#792).Valentin Bartenev2015-09-222-70/+136
* HTTP/2: fixed HPACK header field parsing.Valentin Bartenev2015-09-221-0/+5
* Sub filter: fixed initialization in http{} level (ticket #791).Roman Arutyunyan2015-09-211-1/+2
* The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev2015-09-1126-5701/+9250