summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-06-25nginx-1.17.1-RELEASErelease-1.17.1Maxim Dounin1-0/+56
2019-06-25Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2019-06-17Perl: disabled not_modified filter (ticket #1786).Maxim Dounin1-0/+2
2019-06-05Limit req: limit_req_dry_run directive.Roman Arutyunyan1-4/+25
2019-06-03Upstream: background cache update before cache send (ticket #1782).Roman Arutyunyan1-11/+8
2019-05-23Upstream hash: fall back to round-robin if hash key is empty.Niklas Keller2-4/+4
2019-05-27Version bump.Roman Arutyunyan1-2/+2
2019-05-21release-1.17.0 tagMaxim Dounin1-0/+1
2019-05-21nginx-1.17.0-RELEASErelease-1.17.0Maxim Dounin1-0/+62
2016-04-11SSL: removed OpenSSL 0.9.7 compatibility.Sergey Kandaurov4-56/+6
2019-05-13Range filter: fixed duplicate last buffers.Maxim Dounin1-4/+4
2019-05-13Range filter: fixed loss of incoming chain links.Maxim Dounin1-9/+45
2019-05-08Unconditional compilation of the postpone filter.Roman Arutyunyan2-18/+2
2019-04-24Variables support in proxy_upload_rate and proxy_download_rate.Ruslan Ermilov2-12/+20
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov6-44/+57
2019-04-24Added ngx_http_set_complex_value_size_slot().Ruslan Ermilov4-0/+138
2019-04-09Core: enabled "include" in any context (ticket #1615).Vladimir Homutov1-1/+1
2019-04-24Version bump.Vladimir Homutov1-2/+2
2019-04-16release-1.15.12 tagMaxim Dounin1-0/+1
2019-04-16nginx-1.15.12-RELEASErelease-1.15.12Maxim Dounin1-0/+20
2019-04-16Updated PCRE used for win32 builds.Maxim Dounin1-1/+1
2019-04-15Fixed incorrect length handling in ngx_utf8_length().Maxim Dounin1-1/+1
2019-04-15OCSP stapling: fixed segfault with dynamic certificate loading.Maxim Dounin1-0/+5
2019-04-15Version bump.Maxim Dounin1-2/+2
2019-04-09release-1.15.11 tagMaxim Dounin1-0/+1
2019-04-09nginx-1.15.11-RELEASErelease-1.15.11Maxim Dounin1-0/+14
2019-04-04Win32: avoid using CFLAGS, just add define instead.Maxim Dounin1-2/+1
2019-04-04Win32: defined pdb path.Maxim Dounin1-1/+1
2019-04-04Win32: preserving binary compatibility with Windows XP - Vista.Sergey Kandaurov1-1/+2
2019-04-04Win32: skip building OpenSSL tests to conserve time and space.Sergey Kandaurov1-1/+1
2019-04-03OCSP stapling: open ssl_stapling_file in binary-mode.Sergey Kandaurov1-1/+1
2019-03-26SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.Nikolay Morozov1-0/+2
2019-03-26Version bump.Sergey Kandaurov1-2/+2
2019-03-26release-1.15.10 tagMaxim Dounin1-0/+1
2019-03-26nginx-1.15.10-RELEASErelease-1.15.10Maxim Dounin1-0/+60
2019-03-06Listen port ranges.Roman Arutyunyan2-29/+119
2019-03-20Removed sorting of getaddrinfo() results.Roman Arutyunyan1-14/+5
2019-03-15Multiple addresses in "listen".Roman Arutyunyan11-427/+276
2019-03-09SSL: support for parsing PEM certificates from memory.Maxim Dounin1-25/+43
2019-03-09SSL: removed redundant "pkey" variable.Maxim Dounin1-3/+2
2019-03-05SSL: moved c->ssl->handshaked check in server name callback.Maxim Dounin1-6/+6
2019-03-03SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.Maxim Dounin1-0/+4
2019-03-03SSL: fixed potential leak on memory allocation errors.Maxim Dounin7-8/+15
2019-03-03SSL: server name callback changed to return fatal errors.Maxim Dounin2-7/+28
2019-03-03SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.Maxim Dounin2-6/+25
2019-03-03Version bump.Maxim Dounin1-2/+2
2019-02-26release-1.15.9 tagMaxim Dounin1-0/+1
2019-02-26nginx-1.15.9-RELEASErelease-1.15.9Maxim Dounin1-0/+53
2019-02-26Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2019-02-25SSL: fixed possible segfault with dynamic certificates.Maxim Dounin3-4/+4