summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.15.3-RELEASErelease-1.15.3Maxim Dounin2018-08-281-0/+97
* Updated OpenSSL used for win32 builds.Maxim Dounin2018-08-281-1/+1
* Upstream: fixed request chain traversal (ticket #1618).Vladimir Homutov2018-08-241-1/+1
* Upstream keepalive: keepalive_requests directive.Maxim Dounin2018-08-102-0/+16
* Upstream keepalive: keepalive_timeout directive.Maxim Dounin2018-08-101-5/+20
* Upstream keepalive: comment added.Maxim Dounin2018-08-101-0/+2
* SSL: fixed build with LibreSSL 2.8.0 (ticket #1605).Maxim Dounin2018-08-101-0/+4
* A link to the error_log directive on nginx.org removed.Maxim Konovalov2018-08-101-1/+1
* HTTP/2: workaround for clients which fail on table size updates.Maxim Dounin2018-08-091-2/+5
* Skipping spaces in configuration files (ticket #1557).Maxim Dounin2018-08-091-3/+4
* SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin2018-08-074-0/+61
* SSL: enabled TLSv1.3 with BoringSSL.Maxim Dounin2018-08-071-0/+5
* Dav: removed dead store after 8e7a5de61664.Sergey Kandaurov2018-08-021-2/+0
* Dav: changed COPY of a file to preserve access mask.Maxim Dounin2018-08-011-1/+1
* Dav: changed ngx_copy_file() to preserve access and mtime.Maxim Dounin2018-08-011-9/+13
* Dav: fixed ngx_copy_file() to truncate destination file.Maxim Dounin2018-08-011-2/+1
* Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov2018-07-244-5/+10
* Version bump.Sergey Kandaurov2018-07-241-2/+2
* release-1.15.2 tagMaxim Dounin2018-07-241-0/+1
* nginx-1.15.2-RELEASErelease-1.15.2Maxim Dounin2018-07-241-0/+86
* Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin2018-07-221-2/+2
* Stream ssl_preread: added SSLv2 Client Hello support.Sergey Kandaurov2018-07-181-2/+14
* Fixed invalid access to location defined as an empty string.Ruslan Ermilov2018-07-176-6/+6
* SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov2018-07-179-12/+139
* SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).Maxim Dounin2018-07-161-0/+4
* SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin2018-07-162-2/+2
* SSL: logging levels of "unsupported protocol", "version too low".Maxim Dounin2018-07-161-0/+4
* Events: added configuration check on the number of connections.Maxim Dounin2018-07-121-0/+15
* Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin2018-07-125-14/+30
* Stream ssl_preread: $ssl_preread_protocol variable.Roman Arutyunyan2018-07-111-6/+93
* Allow resetting connections closed by "return 444" (ticket #905).Ruslan Ermilov2018-07-121-0/+1
* Resolver: retry sending queries on errors (ticket #1511).Maxim Dounin2018-07-051-2/+18
* SSL: logging level of "https proxy request" errors.Maxim Dounin2018-07-051-0/+2
* Version bump.Maxim Dounin2018-07-051-2/+2
* release-1.15.1 tagMaxim Dounin2018-07-031-0/+1
* nginx-1.15.1-RELEASErelease-1.15.1Maxim Dounin2018-07-031-0/+67
* Upstream: fixed tcp_nopush with gRPC.Maxim Dounin2018-07-021-0/+12
* Upstream: fixed unexpected tcp_nopush usage on peer connections.Maxim Dounin2018-07-021-0/+4
* gRPC: clearing buffers in ngx_http_grpc_get_buf().Maxim Dounin2018-07-021-11/+16
* Added FreeBSD support for "listen ... reuseport".Ruslan Ermilov2018-07-021-0/+54
* MIME: added font/woff2 type (ticket #1243).Valentin Bartenev2018-06-151-0/+1
* MIME: changed type for woff to font/woff (ticket #1243).Valentin Bartenev2018-06-151-1/+2
* Upstream: ngx_http_upstream_random module.Vladimir Homutov2018-06-154-0/+1035
* Upstream: improved peer selection concurrency for hash and ip_hash.Ruslan Ermilov2018-06-143-3/+21
* Resolver: require name servers.Ruslan Ermilov2018-06-131-0/+5
* Resolver: allocate resolver from configuration pool.Ruslan Ermilov2018-06-131-43/+32
* Upstream: disable body cleanup with preserve_output (ticket #1565).Maxim Dounin2018-06-131-1/+2
* HTTP/2: use scheme from original request for pushes (closes #1549).Ruslan Ermilov2018-06-072-20/+19
* Added r->schema.Ruslan Ermilov2018-06-074-9/+13
* Removed extraneous check while processing request line.Ruslan Ermilov2018-06-071-1/+1