summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-12-27nginx-1.11.8-RELEASErelease-1.11.8Maxim Dounin1-0/+107
2016-12-26Stream: speed up TCP peer recovery.Roman Arutyunyan3-0/+37
2016-12-24Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin3-7/+25
2016-12-24Win32: support 64-bit compilation with MSVC.Maxim Dounin4-16/+26
2016-12-24Win32: fixed some warnings reported by Borland C.Maxim Dounin5-11/+14
2016-12-24Win32: minimized redefinition of ssize_t.Maxim Dounin1-1/+1
2016-12-24Win32: minimized redefinition of intptr_t/uintptr_t.Maxim Dounin1-1/+1
2016-12-24Win32: stdint.h used for MinGW GCC.Maxim Dounin1-1/+1
2016-12-24Win32: fixed building with newer versions of MinGW GCC.Maxim Dounin1-0/+1
2016-12-24Win32: added a variable to specify compiler.Maxim Dounin1-1/+2
2016-12-23SSL: support AES256 encryption of tickets.Maxim Dounin2-16/+47
2016-12-22Fixed missing "Location" field with some relative redirects.Ruslan Ermilov4-18/+10
2016-12-21Core: relative redirects (closes #1000).Ruslan Ermilov4-2/+16
2016-12-21Limited recursion when evaluating variables.Ruslan Ermilov2-13/+61
2016-12-20Stream: client SSL certificates verification support.Vladimir Homutov2-0/+157
2016-12-19Stream ssl_preread: relaxed SSL version check.Roman Arutyunyan1-1/+1
2016-12-16Configure: detect nginx version for nginx.pm at make time.Ruslan Ermilov1-4/+5
2016-12-16Resolver: fixed handling of partially resolved SRV.Dmitry Volyntsev1-1/+5
2016-12-16Resolver: fixed a race between parallel name and addr resolves.Dmitry Volyntsev1-2/+2
2016-12-16Resolver: fixed possible premature stop of the resend timer.Dmitry Volyntsev1-0/+1
2016-12-16Resolver: fixed possible use-after-free in worker on fast shutdown.Ruslan Ermilov1-0/+4
2016-12-15Resolver: fixed possible use-after-free in worker on fast shutdown.Ruslan Ermilov1-0/+4
2016-12-15SSL: backed out changeset e7cb5deb951d, reimplemented properly.Maxim Dounin2-6/+6
2016-12-13SSL: fix call to BIO_get_mem_data().Piotr Sikora2-2/+2
2016-12-15Access log: support for json escaping.Valentin Bartenev2-12/+154
2016-12-13Contrib: added 'commentstring' for vim-commentary support.Armin Grodon1-0/+1
2016-12-13The size of cmcf->phase_engine.handlers explained.Ruslan Ermilov1-1/+4
2016-12-13Version bump.Ruslan Ermilov1-2/+2
2016-12-13release-1.11.7 tagMaxim Dounin1-0/+1
2016-12-13nginx-1.11.7-RELEASErelease-1.11.7Maxim Dounin1-0/+94
2016-12-10HTTP/2: prevented creating temp files for requests without body.Valentin Bartenev1-2/+4
2016-11-28HTTP/2: fixed posted streams handling.Valentin Bartenev3-38/+42
2016-12-08Map: the "volatile" parameter.Ruslan Ermilov2-2/+28
2016-12-08Map: simplified "map" block parser.Ruslan Ermilov2-2/+4
2016-12-08Slab: commented bitmap initialization for small allocations.Ruslan Ermilov1-0/+1
2016-12-07Slab: free pages statistics.Ruslan Ermilov2-0/+6
2016-12-07Slab: slots statistics.Ruslan Ermilov2-11/+57
2016-12-07Slab: simplified some math.Ruslan Ermilov1-17/+12
2016-12-07Slab: simplified allocation from slots.Ruslan Ermilov1-79/+61
2016-12-07Slab: fixed the number of pages calculation.Ruslan Ermilov1-0/+1
2016-12-07Slab: added comment about list heads.Ruslan Ermilov1-1/+4
2016-12-07Slab: improved code readability.Ruslan Ermilov1-54/+49
2016-12-07Core: fixed environment on exit.Maxim Dounin1-8/+40
2016-12-07Perl: removed special environment handling for the perl module.Maxim Dounin2-15/+4
2016-12-07Perl: added PERL_SET_INTERP().Maxim Dounin1-0/+8
2016-12-07Fixed spelling of logical AND operator, no functional changes.Sergey Kandaurov1-1/+1
2016-11-22Mp4: fixed setting wrong mdat atom size in very rare cases.hucongcong1-1/+3
2016-12-05SSL: $ssl_curves (ticket #1088).Maxim Dounin4-0/+76
2016-12-05SSL: $ssl_ciphers (ticket #870).Maxim Dounin4-0/+92
2016-12-05SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.Maxim Dounin3-0/+193