summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.11.8-RELEASErelease-1.11.8Maxim Dounin2016-12-271-0/+107
* Stream: speed up TCP peer recovery.Roman Arutyunyan2016-12-263-0/+37
* Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin2016-12-243-7/+25
* Win32: support 64-bit compilation with MSVC.Maxim Dounin2016-12-244-16/+26
* Win32: fixed some warnings reported by Borland C.Maxim Dounin2016-12-245-11/+14
* Win32: minimized redefinition of ssize_t.Maxim Dounin2016-12-241-1/+1
* Win32: minimized redefinition of intptr_t/uintptr_t.Maxim Dounin2016-12-241-1/+1
* Win32: stdint.h used for MinGW GCC.Maxim Dounin2016-12-241-1/+1
* Win32: fixed building with newer versions of MinGW GCC.Maxim Dounin2016-12-241-0/+1
* Win32: added a variable to specify compiler.Maxim Dounin2016-12-241-1/+2
* SSL: support AES256 encryption of tickets.Maxim Dounin2016-12-232-16/+47
* Fixed missing "Location" field with some relative redirects.Ruslan Ermilov2016-12-224-18/+10
* Core: relative redirects (closes #1000).Ruslan Ermilov2016-12-214-2/+16
* Limited recursion when evaluating variables.Ruslan Ermilov2016-12-212-13/+61
* Stream: client SSL certificates verification support.Vladimir Homutov2016-12-202-0/+157
* Stream ssl_preread: relaxed SSL version check.Roman Arutyunyan2016-12-191-1/+1
* Configure: detect nginx version for nginx.pm at make time.Ruslan Ermilov2016-12-161-4/+5
* Resolver: fixed handling of partially resolved SRV.Dmitry Volyntsev2016-12-161-1/+5
* Resolver: fixed a race between parallel name and addr resolves.Dmitry Volyntsev2016-12-161-2/+2
* Resolver: fixed possible premature stop of the resend timer.Dmitry Volyntsev2016-12-161-0/+1
* Resolver: fixed possible use-after-free in worker on fast shutdown.Ruslan Ermilov2016-12-161-0/+4
* Resolver: fixed possible use-after-free in worker on fast shutdown.Ruslan Ermilov2016-12-151-0/+4
* SSL: backed out changeset e7cb5deb951d, reimplemented properly.Maxim Dounin2016-12-152-6/+6
* SSL: fix call to BIO_get_mem_data().Piotr Sikora2016-12-132-2/+2
* Access log: support for json escaping.Valentin Bartenev2016-12-152-12/+154
* Contrib: added 'commentstring' for vim-commentary support.Armin Grodon2016-12-131-0/+1
* The size of cmcf->phase_engine.handlers explained.Ruslan Ermilov2016-12-131-1/+4
* Version bump.Ruslan Ermilov2016-12-131-2/+2
* release-1.11.7 tagMaxim Dounin2016-12-131-0/+1
* nginx-1.11.7-RELEASErelease-1.11.7Maxim Dounin2016-12-131-0/+94
* HTTP/2: prevented creating temp files for requests without body.Valentin Bartenev2016-12-101-2/+4
* HTTP/2: fixed posted streams handling.Valentin Bartenev2016-11-283-38/+42
* Map: the "volatile" parameter.Ruslan Ermilov2016-12-082-2/+28
* Map: simplified "map" block parser.Ruslan Ermilov2016-12-082-2/+4
* Slab: commented bitmap initialization for small allocations.Ruslan Ermilov2016-12-081-0/+1
* Slab: free pages statistics.Ruslan Ermilov2016-12-072-0/+6
* Slab: slots statistics.Ruslan Ermilov2016-12-072-11/+57
* Slab: simplified some math.Ruslan Ermilov2016-12-071-17/+12
* Slab: simplified allocation from slots.Ruslan Ermilov2016-12-071-79/+61
* Slab: fixed the number of pages calculation.Ruslan Ermilov2016-12-071-0/+1
* Slab: added comment about list heads.Ruslan Ermilov2016-12-071-1/+4
* Slab: improved code readability.Ruslan Ermilov2016-12-071-54/+49
* Core: fixed environment on exit.Maxim Dounin2016-12-071-8/+40
* Perl: removed special environment handling for the perl module.Maxim Dounin2016-12-072-15/+4
* Perl: added PERL_SET_INTERP().Maxim Dounin2016-12-071-0/+8
* Fixed spelling of logical AND operator, no functional changes.Sergey Kandaurov2016-12-071-1/+1
* Mp4: fixed setting wrong mdat atom size in very rare cases.hucongcong2016-11-221-1/+3
* SSL: $ssl_curves (ticket #1088).Maxim Dounin2016-12-054-0/+76
* SSL: $ssl_ciphers (ticket #870).Maxim Dounin2016-12-054-0/+92
* SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.Maxim Dounin2016-12-053-0/+193