summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release-1.16.1 tagbranches/stable-1.16Maxim Dounin2019-08-131-0/+1
* nginx-1.16.1-RELEASErelease-1.16.1Maxim Dounin2019-08-131-0/+18
* HTTP/2: limited number of PRIORITY frames.Ruslan Ermilov2019-08-132-0/+11
* HTTP/2: limited number of DATA frames.Ruslan Ermilov2019-08-133-5/+21
* HTTP/2: reject zero length headers with PROTOCOL_ERROR.Sergey Kandaurov2019-08-131-4/+8
* Updated OpenSSL used for win32 builds.Maxim Dounin2019-06-251-1/+1
* Version bump.Maxim Dounin2019-08-131-2/+2
* release-1.16.0 tagMaxim Dounin2019-04-231-0/+1
* nginx-1.16.0-RELEASErelease-1.16.0Maxim Dounin2019-04-231-0/+14
* Stable branch.Maxim Dounin2019-04-231-2/+2
* release-1.15.12 tagMaxim Dounin2019-04-161-0/+1
* nginx-1.15.12-RELEASErelease-1.15.12Maxim Dounin2019-04-161-0/+20
* Updated PCRE used for win32 builds.Maxim Dounin2019-04-161-1/+1
* Fixed incorrect length handling in ngx_utf8_length().Maxim Dounin2019-04-151-1/+1
* OCSP stapling: fixed segfault with dynamic certificate loading.Maxim Dounin2019-04-151-0/+5
* Version bump.Maxim Dounin2019-04-151-2/+2
* release-1.15.11 tagMaxim Dounin2019-04-091-0/+1
* nginx-1.15.11-RELEASErelease-1.15.11Maxim Dounin2019-04-091-0/+14
* Win32: avoid using CFLAGS, just add define instead.Maxim Dounin2019-04-041-2/+1
* Win32: defined pdb path.Maxim Dounin2019-04-041-1/+1
* Win32: preserving binary compatibility with Windows XP - Vista.Sergey Kandaurov2019-04-041-1/+2
* Win32: skip building OpenSSL tests to conserve time and space.Sergey Kandaurov2019-04-041-1/+1
* OCSP stapling: open ssl_stapling_file in binary-mode.Sergey Kandaurov2019-04-031-1/+1
* SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.Nikolay Morozov2019-03-261-0/+2
* Version bump.Sergey Kandaurov2019-03-261-2/+2
* release-1.15.10 tagMaxim Dounin2019-03-261-0/+1
* nginx-1.15.10-RELEASErelease-1.15.10Maxim Dounin2019-03-261-0/+60
* Listen port ranges.Roman Arutyunyan2019-03-062-29/+119
* Removed sorting of getaddrinfo() results.Roman Arutyunyan2019-03-201-14/+5
* Multiple addresses in "listen".Roman Arutyunyan2019-03-1511-427/+276
* SSL: support for parsing PEM certificates from memory.Maxim Dounin2019-03-091-25/+43
* SSL: removed redundant "pkey" variable.Maxim Dounin2019-03-091-3/+2
* SSL: moved c->ssl->handshaked check in server name callback.Maxim Dounin2019-03-051-6/+6
* SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.Maxim Dounin2019-03-031-0/+4
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-037-8/+15
* SSL: server name callback changed to return fatal errors.Maxim Dounin2019-03-032-7/+28
* SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.Maxim Dounin2019-03-032-6/+25
* Version bump.Maxim Dounin2019-03-031-2/+2
* release-1.15.9 tagMaxim Dounin2019-02-261-0/+1
* nginx-1.15.9-RELEASErelease-1.15.9Maxim Dounin2019-02-261-0/+53
* Updated OpenSSL used for win32 builds.Maxim Dounin2019-02-261-1/+1
* SSL: fixed possible segfault with dynamic certificates.Maxim Dounin2019-02-253-4/+4
* SSL: adjusted session id context with dynamic certificates.Maxim Dounin2019-02-255-8/+31
* SSL: dynamic certificate loading in the stream module.Maxim Dounin2019-02-252-4/+179
* SSL: passwords support for dynamic certificate loading.Maxim Dounin2019-02-254-2/+77
* SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin2019-02-254-23/+224
* SSL: loading of connection-specific certificates.Maxim Dounin2019-02-252-0/+78
* SSL: reworked ngx_ssl_certificate().Maxim Dounin2019-02-251-103/+186
* SSL: removed logging of empty "(SSL:)" in ngx_ssl_error().Maxim Dounin2019-02-251-22/+28
* Style.Maxim Dounin2019-02-251-0/+1