summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-13Gzip: free chain links on the hot path (ticket #1046).Maxim Dounin1-6/+16
2017-02-10Upstream: read handler cleared on upstream finalization.Maxim Dounin1-0/+2
2017-02-10Cache: increased cache header Vary and ETag lengths to 128.Maxim Dounin1-3/+3
2017-02-10Slice filter: fetch slices in cloned subrequests.Roman Arutyunyan1-1/+4
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan10-4/+107
2016-12-22Cache: support for stale-while-revalidate and stale-if-error.Roman Arutyunyan3-21/+93
2017-02-08Request body: commented out debug printing of old buffers.Maxim Dounin1-0/+2
2017-02-08Request body: c->error on "100 Continue" errors (ticket #1194).Maxim Dounin1-0/+2
2017-02-06SSL: clear error queue after OPENSSL_init_ssl().Sergey Kandaurov1-1/+11
2017-02-02SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).Maxim Dounin1-0/+2
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev9-162/+266
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov5-19/+92
2017-01-26Upstream: removed unused bl_time and bl_state fields.Maxim Dounin1-3/+0
2017-01-24Upstream: removed unused ngx_http_upstream_conf_t.timeout field.Thibault Charbonnier1-1/+0
2017-01-25Upstream: removed compatibility shims from ngx_http_upstream_t.Vladimir Homutov1-3/+0
2017-01-26Version bump.Vladimir Homutov1-2/+2
2017-01-20Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin2-0/+28
2017-01-20Removed pthread mutex / conditional variables debug messages.Maxim Dounin2-20/+0
2017-01-20Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin3-7/+18
2017-01-20Improved connection draining with small number of connections.Maxim Dounin2-2/+7
2017-01-20Added cycle parameter to ngx_drain_connections().Maxim Dounin1-5/+5
2017-01-19Stream: client SSL certificates were not checked in some cases.Vladimir Homutov1-1/+6
2017-01-19Stream: fixed handling of non-ssl sessions.Vladimir Homutov1-1/+5
2017-01-12Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov3-4/+16
2017-01-11Stream: avoid infinite loop in case of socket read error.Vladimir Homutov1-2/+3
2017-01-10Version bump.Ruslan Ermilov1-2/+2
2016-12-26Stream: speed up TCP peer recovery.Roman Arutyunyan3-0/+37
2016-12-24Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin1-0/+3
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-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-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-13The size of cmcf->phase_engine.handlers explained.Ruslan Ermilov1-1/+4
2016-12-13Version bump.Ruslan Ermilov1-2/+2