summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Core: fixed segfault with null in wildcard hash names.Maxim Dounin2015-09-111-0/+4
* Fixed segfault with incorrect location nesting.Maxim Dounin2015-09-112-2/+2
* Cache: check the whole cache key in addition to hashes.Maxim Dounin2015-09-111-2/+19
* Upstream: fixed cache send error handling.Roman Arutyunyan2015-09-031-11/+14
* Fixed building --with-debug, broken by 6fce16b1fc10.Valentin Bartenev2015-09-021-1/+1
* Writing to some file systems can be interrupted.Valentin Bartenev2015-09-021-1/+12
* Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.Valentin Bartenev2015-08-311-1/+1
* Added protection against r->main->count overflow by subrequests.Valentin Bartenev2015-08-312-1/+11
* Limit recursive subrequests instead of simultaneous.Valentin Bartenev2015-08-232-5/+2
* Version bump.Valentin Bartenev2015-08-231-2/+2
* release-1.9.4 tagMaxim Dounin2015-08-181-0/+1
* nginx-1.9.4-RELEASErelease-1.9.4Maxim Dounin2015-08-181-0/+111
* Perl: prototyping behavior explicitly specified.Maxim Dounin2015-08-181-0/+3
* Perl: fixed warning about "sep" may be used uninitialized.Maxim Dounin2015-08-181-9/+6