summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03gRPC: disabled keepalive when sending control frames was blocked.Maxim Dounin1-0/+12
2018-09-03gRPC: improved keepalive handling.Maxim Dounin1-33/+67
2018-09-03Uwsgi: added a check on maximum uwsgi request size.Maxim Dounin1-0/+6
2018-09-03Uwsgi: style.Maxim Dounin1-2/+2
2018-08-30Version bump.Roman Arutyunyan1-2/+2
2018-08-29Stream: avoid potential infinite loop at preread phase.Roman Arutyunyan1-15/+21
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-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-24Version bump.Sergey Kandaurov1-2/+2
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-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-15Upstream: ngx_http_upstream_random module.Vladimir Homutov2-0/+1004
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
2018-06-07HTTP/2: validate client request scheme.Ruslan Ermilov1-0/+23
2018-05-24Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986.Ruslan Ermilov1-0/+5
2018-06-06SSL: removed extra prototype.Sergey Kandaurov1-1/+0
2018-06-05Added missing space after ngx_close_socket_n.Maxim Dounin2-3/+3