summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-08-28nginx-1.15.3-RELEASErelease-1.15.3Maxim Dounin1-0/+97
2018-08-28Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2018-08-24Upstream: fixed request chain traversal (ticket #1618).Vladimir Homutov1-1/+1
2018-08-10Upstream keepalive: keepalive_requests directive.Maxim Dounin2-0/+16
2018-08-10Upstream keepalive: keepalive_timeout directive.Maxim Dounin1-5/+20
2018-08-10Upstream keepalive: comment added.Maxim Dounin1-0/+2
2018-08-10SSL: fixed build with LibreSSL 2.8.0 (ticket #1605).Maxim Dounin1-0/+4
2018-08-10A link to the error_log directive on nginx.org removed.Maxim Konovalov1-1/+1
2018-08-09HTTP/2: workaround for clients which fail on table size updates.Maxim Dounin1-2/+5
2018-08-09Skipping spaces in configuration files (ticket #1557).Maxim Dounin1-3/+4
2018-08-07SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin4-0/+61
2018-08-07SSL: enabled TLSv1.3 with BoringSSL.Maxim Dounin1-0/+5
2018-08-02Dav: removed dead store after 8e7a5de61664.Sergey Kandaurov1-2/+0
2018-08-01Dav: changed COPY of a file to preserve access mask.Maxim Dounin1-1/+1
2018-08-01Dav: changed ngx_copy_file() to preserve access and mtime.Maxim Dounin1-9/+13
2018-08-01Dav: fixed ngx_copy_file() to truncate destination file.Maxim Dounin1-2/+1
2018-07-24Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov4-5/+10
2018-07-24Version bump.Sergey Kandaurov1-2/+2
2018-07-24release-1.15.2 tagMaxim Dounin1-0/+1
2018-07-24nginx-1.15.2-RELEASErelease-1.15.2Maxim Dounin1-0/+86
2018-07-22Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin1-2/+2
2018-07-18Stream ssl_preread: added SSLv2 Client Hello support.Sergey Kandaurov1-2/+14
2018-07-17Fixed invalid access to location defined as an empty string.Ruslan Ermilov6-6/+6
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov9-12/+139
2018-07-16SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).Maxim Dounin1-0/+4
2018-07-16SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin2-2/+2
2018-07-16SSL: logging levels of "unsupported protocol", "version too low".Maxim Dounin1-0/+4
2018-07-12Events: added configuration check on the number of connections.Maxim Dounin1-0/+15
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin5-14/+30
2018-07-11Stream ssl_preread: $ssl_preread_protocol variable.Roman Arutyunyan1-6/+93
2018-07-12Allow resetting connections closed by "return 444" (ticket #905).Ruslan Ermilov1-0/+1
2018-07-05Resolver: retry sending queries on errors (ticket #1511).Maxim Dounin1-2/+18
2018-07-05SSL: logging level of "https proxy request" errors.Maxim Dounin1-0/+2
2018-07-05Version bump.Maxim Dounin1-2/+2
2018-07-03release-1.15.1 tagMaxim Dounin1-0/+1
2018-07-03nginx-1.15.1-RELEASErelease-1.15.1Maxim Dounin1-0/+67
2018-07-02Upstream: fixed tcp_nopush with gRPC.Maxim Dounin1-0/+12
2018-07-02Upstream: fixed unexpected tcp_nopush usage on peer connections.Maxim Dounin1-0/+4
2018-07-02gRPC: clearing buffers in ngx_http_grpc_get_buf().Maxim Dounin1-11/+16
2018-07-02Added FreeBSD support for "listen ... reuseport".Ruslan Ermilov1-0/+54
2018-06-15MIME: added font/woff2 type (ticket #1243).Valentin Bartenev1-0/+1
2018-06-15MIME: changed type for woff to font/woff (ticket #1243).Valentin Bartenev1-1/+2
2018-06-15Upstream: ngx_http_upstream_random module.Vladimir Homutov4-0/+1035
2018-06-14Upstream: improved peer selection concurrency for hash and ip_hash.Ruslan Ermilov3-3/+21
2018-06-13Resolver: require name servers.Ruslan Ermilov1-0/+5
2018-06-13Resolver: allocate resolver from configuration pool.Ruslan Ermilov1-43/+32
2018-06-13Upstream: disable body cleanup with preserve_output (ticket #1565).Maxim Dounin1-1/+2
2018-06-07HTTP/2: use scheme from original request for pushes (closes #1549).Ruslan Ermilov2-20/+19
2018-06-07Added r->schema.Ruslan Ermilov4-9/+13
2018-06-07Removed extraneous check while processing request line.Ruslan Ermilov1-1/+1