summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated OpenSSL used for win32 builds.Maxim Dounin2015-08-171-2/+2
* Win32: MSVC 2015 compatibility.Maxim Dounin2015-08-177-17/+19
* Sub filter: support of variables in the strings to replace.Dmitry Volyntsev2015-08-171-28/+146
* Sub filter: support of multiple strings to replace.Dmitry Volyntsev2015-08-171-166/+247
* Fixed wrong URI after try_files in nested location (ticket #97).Maxim Dounin2015-08-161-3/+5
* Fixed segfault with try_files introduced by c985d90a8d1f.Maxim Dounin2015-08-161-1/+3
* Core: fixed potential division by zero when initializing hash.Sergey Kandaurov2015-08-131-0/+8
* Core: fixed style in the error message.Sergey Kandaurov2015-08-131-1/+1
* Stream: fixed potential error log buffer overrun.Vladimir Homutov2015-08-131-1/+3
* Style.Vladimir Homutov2015-08-121-1/+1
* Stream: the "tcp_nodelay" directive.Vladimir Homutov2015-08-104-2/+52
* Core: idle connections now closed only once on exiting.Valentin Bartenev2015-08-115-35/+31
* Fixed typo in the error message.Andrei Belov2015-08-111-1/+1
* Workaround for "configuration file test failed" under OpenVZ.Gena Makhomed2015-07-231-4/+22
* Stream: deprecated proxy_downstream_buffer, proxy_upstream_buffer.Roman Arutyunyan2015-07-301-0/+23
* Style.Roman Arutyunyan2015-07-291-2/+1
* Stream: added proxy_buffer_size to set the size of data buffers.Roman Arutyunyan2015-07-291-23/+11
* Fixed strict aliasing warnings with old GCC versions.Ruslan Ermilov2015-07-162-2/+2
* Modify changes doc to acknowledge Lu is from IntelAndrew Hutchings2015-07-151-2/+2
* Version bump.Maxim Dounin2015-07-151-2/+2
* release-1.9.3 tagMaxim Dounin2015-07-141-0/+1
* nginx-1.9.3-RELEASErelease-1.9.3Maxim Dounin2015-07-141-0/+91
* Updated PCRE used for win32 builds.Maxim Dounin2015-07-141-1/+1
* Stream: renamed rate limiting directives.Roman Arutyunyan2015-07-141-14/+14
* Updated OpenSSL used for win32 builds.Maxim Dounin2015-07-141-1/+1
* OCSP stapling: fixed segfault without nextUpdate.Maxim Dounin2015-07-141-5/+10
* OCSP stapling: fixed ssl_stapling_file (ticket #769).Maxim Dounin2015-07-071-0/+1
* Stream: fixed possible integer overflow in rate limiting.Valentin Bartenev2015-07-021-1/+1
* Stream: fixed MSVC compilation warning.Roman Arutyunyan2015-07-021-1/+1