Commit Graph

  • 8b3f778cbc Proxy: changed interface of some internal functions. Ruslan Ermilov 2020-09-27 23:21:10 +0300
  • b2b8f226f1 Proxy: strengthen syntax checking for some directives. Ruslan Ermilov 2020-09-27 23:21:09 +0300
  • fe626bda84 QUIC: simplified packet header parsing. Vladimir Homutov 2020-09-25 21:47:28 +0300
  • 80958b29a2 QUIC: keep the entire packet size in pkt->len. Roman Arutyunyan 2020-09-25 21:46:55 +0300
  • 6c0be4b4cf QUIC: switched to using fixed-length server connection IDs. Vladimir Homutov 2020-09-18 15:53:37 +0300
  • 469f69bf2c QUIC: resend frames by moving them to output queue. Roman Arutyunyan 2020-09-30 20:23:16 +0100
  • 1f90fccd97 QUIC: switch stream context to a server selected by SNI. Roman Arutyunyan 2020-09-29 22:09:09 +0100
  • 0824d61fc9 QUIC: unbreak client certificate verification after 0d2b2664b41c. Sergey Kandaurov 2020-09-23 13:13:04 +0100
  • 766fc16f55 QUIC: prevented posted push event while in the draining state. Vladimir Homutov 2020-09-21 13:58:17 +0300
  • be719bbec8 HTTP/3: rearranged length check when parsing header. Roman Arutyunyan 2020-09-16 20:21:03 +0100
  • ebbcc329cb HTTP/3: removed HTTP/3 parser call from discard body filter. Roman Arutyunyan 2020-09-16 19:48:33 +0100
  • 9fff3b7516 HTTP/3: reject HTTP/2 frames. Roman Arutyunyan 2020-09-16 12:27:23 +0100
  • c85d6fec21 Stream: set module. Pavel Pautov 2020-08-28 14:10:54 -0700
  • 3bbeb1b8de SSL: abort handshake on SSL_set_SSL_CTX() errors. Sergey Kandaurov 2020-09-24 13:51:29 +0100
  • 6c89d752c8 HTTP/2: run posted requests after reading body. Maxim Dounin 2020-09-23 19:52:31 +0300
  • 7c67ff7363 HTTP/2: fixed segfault on DATA frames after 400 errors. Maxim Dounin 2020-09-23 19:50:49 +0300
  • e9a8612c13 SSL: disabled shutdown when there are buffered data. Maxim Dounin 2020-09-16 18:26:25 +0300
  • f6c28f93af SSL: disabled shutdown after connection errors. Maxim Dounin 2020-09-16 18:26:24 +0300
  • a1864c2586 SSL: fixed event handling during shutdown. Maxim Dounin 2020-09-16 18:26:23 +0300
  • 82cf625ab5 SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1. Maxim Dounin 2020-09-16 18:26:22 +0300
  • dc1b14126e Cache: keep c->body_start when Vary changes (ticket #2029). Sergey Kandaurov 2020-09-09 19:26:27 +0300
  • d294369915 HTTP/3: skip unknown frames on request stream. Roman Arutyunyan 2020-08-24 09:56:36 +0300
  • 46173bd4b4 HTTP/3: fixed handling request body eof. Roman Arutyunyan 2020-09-16 18:59:25 +0100
  • 0bc772d1fb QUIC: switched to draft 29 by default. Vladimir Homutov 2020-09-11 10:56:05 +0300
  • 2e24e3811b QUIC: allowed old DCID for initial packets until first ACK. Roman Arutyunyan 2020-09-09 16:35:29 +0300
  • f3bed9cd67 QUIC: eliminated idle timeout restart for dropped packets. Roman Arutyunyan 2020-09-08 15:54:02 +0300
  • 786a74e34e QUIC: removed check for packet size beyond MAX_UDP_PAYLOAD_SIZE. Sergey Kandaurov 2020-09-08 13:35:50 +0300
  • d8360f912a QUIC: check that the packet length is of at least sample size. Sergey Kandaurov 2020-09-08 13:28:56 +0300
  • 952c6f1989 QUIC: update packet length for short packets too. Sergey Kandaurov 2020-09-08 13:27:39 +0300
  • e43ef3dda9 QUIC: added logging output stream frame offset. Roman Arutyunyan 2020-09-07 20:55:36 +0300
  • 6f78befe99 QUIC: refactored ngx_quic_retry_input(). Vladimir Homutov 2020-09-04 15:48:53 +0300
  • 6983bc0a37 QUIC: do not send STOP_SENDING after STREAM fin. Roman Arutyunyan 2020-09-06 14:51:23 +0300
  • d6065b2791 QUIC: added support for multiple connection IDs. Vladimir Homutov 2020-09-03 13:11:27 +0300
  • c36c54f500 QUIC: style. Vladimir Homutov 2020-08-27 10:15:37 +0300
  • fb54f2acd9 QUIC: pass return code from ngx_quic_decrypt() to the caller. Vladimir Homutov 2020-09-02 22:34:15 +0300
  • ff4cfa80e5 QUIC: discard unrecognized long packes. Vladimir Homutov 2020-09-02 09:54:15 +0300
  • e443b1244f HTTP/3: do not set the never-indexed literal bit by default. Roman Arutyunyan 2020-08-31 18:42:26 +0300
  • d73a289c43 QUIC: discard incorrect packets instead of closing the connection. Vladimir Homutov 2020-09-01 17:20:42 +0300
  • 2087359675 QUIC: do not update largest packet number from a bad packet. Roman Arutyunyan 2020-09-01 15:21:49 +0300
  • 6f0e1bc14f QUIC: handle PATH_CHALLENGE frame. Roman Arutyunyan 2020-08-28 12:01:35 +0300
  • d69471b81b QUIC: enforce flow control on incoming STREAM and CRYPTO frames. Roman Arutyunyan 2020-08-25 17:22:57 +0300
  • 693e55a4b2 HTTP/3: drop the unwanted remainder of the request. Roman Arutyunyan 2020-08-25 12:45:21 +0300
  • 4e4d0938b9 QUIC: send STOP_SENDING on stream closure. Roman Arutyunyan 2020-08-25 14:07:26 +0300
  • 2cd05e1909 QUIC: updated README. Vladimir Homutov 2020-08-21 14:55:32 +0300
  • e153f4993c QUIC: disabled bidirectional SSL shutdown after 09fb2135a589. Sergey Kandaurov 2020-08-21 14:41:42 +0300
  • 6c089cda29 QUIC: stripped down debug traces that have served its purpose. Sergey Kandaurov 2020-08-21 14:41:41 +0300
  • fb21151ff8 QUIC: dead code removed. Vladimir Homutov 2020-08-21 10:00:25 +0300
  • 51b4d208d6 QUIC: removed outdated TODOs. Vladimir Homutov 2020-08-20 16:45:48 +0300
  • 4ecea6cbed QUIC: added version negotiation support. Vladimir Homutov 2020-08-20 17:11:04 +0300
  • 5a4aaa6aed HTTP/3: special handling of client errors in the upstream module. Roman Arutyunyan 2020-08-20 12:33:00 +0300
  • 7ce1a68aad HTTP/3: request more client body bytes. Roman Arutyunyan 2020-08-18 17:23:16 +0300
  • 338c401534 QUIC: fixed format specifiers. Sergey Kandaurov 2020-08-19 16:00:12 +0300
  • a4e06606c5 QUIC: changed c->quic->pto_count type to ngx_uint_t. Sergey Kandaurov 2020-08-19 15:58:03 +0300
  • f760147d9d QUIC: do not artificially delay sending queued frames. Sergey Kandaurov 2020-08-19 13:24:54 +0300
  • 3b83a140ff QUIC: do not arm loss detection timer on packet threshold. Sergey Kandaurov 2020-08-19 13:24:53 +0300
  • 391abc00c9 QUIC: do not arm loss detection timer for succeeding packets. Sergey Kandaurov 2020-08-19 13:24:47 +0300
  • 3bf7b02e6e QUIC: handling packets with send time equal to lost send time. Sergey Kandaurov 2020-08-19 13:24:30 +0300
  • fa82dccd2a QUIC: sending probe packets on PTO timer expiration. Sergey Kandaurov 2020-08-19 13:24:23 +0300
  • 160242dd2e QUIC: changed ctx->largest_ack initial value to type maximum. Sergey Kandaurov 2020-08-18 23:33:40 +0300
  • 9a0fb643bf HTTP/3: fixed context storage in request body parser. Sergey Kandaurov 2020-08-18 17:11:32 +0300
  • fd6df645eb Merged with the default branch. Roman Arutyunyan 2020-08-18 16:22:00 +0300
  • ff1941d6dd QUIC: coalesce neighbouring stream send buffers. Roman Arutyunyan 2020-08-18 12:28:33 +0300
  • 1caf9479e8 nginx haiku build fix proposal. David Carlier 2020-08-14 23:11:23 +0100
  • 6e17937db4 QUIC: packet based bytes_in_flight accounting. Sergey Kandaurov 2020-08-14 16:54:13 +0300
  • 81e9a5d77c QUIC: fixed leak of bytes_in_flight on keys discard. Sergey Kandaurov 2020-08-14 16:54:06 +0300
  • f1b0afde65 QUIC: fixed leak of bytes_in_flight attributed to lost packets. Sergey Kandaurov 2020-08-14 16:53:56 +0300
  • cb0e3a2658 QUIC: handle client RESET_STREAM and STOP_SENDING. Roman Arutyunyan 2020-08-03 13:31:48 +0300
  • e97c50cdd6 QUIC: create streams for STREAM_DATA_BLOCKED and MAX_STREAM_DATA. Roman Arutyunyan 2020-08-11 19:10:57 +0300
  • 68c5d80ee5 QUIC: fixed ngx_http_test_reading() for QUIC streams. Roman Arutyunyan 2020-08-11 10:41:39 +0300
  • e4ca695700 QUIC: fixed ACK Ranges processing. Sergey Kandaurov 2020-08-07 12:34:15 +0300
  • 7d1a1fb6de QUIC: fixed possible use-after-free on stream cleanup. Sergey Kandaurov 2020-08-07 12:34:11 +0300
  • 4ded4e3402 QUIC: fixed format specifiers and removed casts. Sergey Kandaurov 2020-07-28 18:54:20 +0300
  • c2e9b362ed QUIC: consistent Stream ID logging format. Sergey Kandaurov 2020-07-28 17:11:25 +0300
  • 007a3996cc QUIC: added HTTP/3 directives list to README. Roman Arutyunyan 2020-07-28 15:53:42 +0300
  • 6d064c94e0 HTTP/3: server pushes. Roman Arutyunyan 2020-07-23 13:41:24 +0300
  • 77384356ce QUIC: limited the number of client-initiated streams. Roman Arutyunyan 2020-07-27 19:15:17 +0300
  • a1f7106bf7 QUIC: limited the number of server-initiated streams. Roman Arutyunyan 2020-07-27 18:51:42 +0300
  • 5e036a6bef HTTP/3: support $server_protocol variable. Roman Arutyunyan 2020-07-14 16:52:44 +0300
  • c8a194b29a Style: moved function declarations to match usual code style. Roman Arutyunyan 2020-07-23 11:40:10 +0300
  • f2368597c2 HTTP/3: renamed server configuration variables from v3cf to h3scf. Roman Arutyunyan 2020-07-23 13:12:01 +0300
  • eb132cc3d8 limit_req: Fix invalid initial value of excess to create a new node Navid 2020-07-14 18:11:32 +0430
  • 47ed87f855 HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c. Roman Arutyunyan 2020-07-13 12:38:08 +0300
  • 6d7ddb5471 HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int(). Roman Arutyunyan 2020-07-13 12:33:00 +0300
  • fc5a7234b4 HTTP/3: generate Location response header for absolute redirects. Roman Arutyunyan 2020-07-23 12:31:40 +0300
  • 04b2a169a4 HTTP/3: header encoding functions. Roman Arutyunyan 2020-07-13 16:00:00 +0300
  • 548d515fba QUIC: updated README to mention "quic" listen parameter. Roman Arutyunyan 2020-07-22 13:45:34 +0300
  • ca0b9871bc QUIC: fixed bulding perl module by reducing header pollution. Sergey Kandaurov 2020-07-22 14:48:49 +0300
  • 5468904e3b SSL: fixed compilation without QUIC after 0d2b2664b41c. Roman Arutyunyan 2020-07-22 13:34:48 +0300
  • cdc0d61ea0 HTTP/3: do not call shutdown() for QUIC streams. Roman Arutyunyan 2020-07-22 11:03:42 +0300
  • 3073ad1381 QUIC: eliminated connection handler argument in ngx_quic_run(). Roman Arutyunyan 2020-07-21 23:08:23 +0300
  • 36f2873f6b QUIC: added "quic" listen parameter in Stream. Roman Arutyunyan 2020-07-21 23:08:39 +0300
  • b813b9ec35 QUIC: added "quic" listen parameter. Roman Arutyunyan 2020-07-21 23:09:22 +0300
  • a305de07e9 QUIC: do not verify the selected ALPN protocol. Roman Arutyunyan 2020-07-18 00:08:04 +0300
  • 0f1478706d QUIC: fixed stream read event log. Roman Arutyunyan 2020-07-18 00:08:29 +0300
  • 8d2d2c5f8f Fixed format specifiers. Sergey Kandaurov 2020-07-20 15:19:03 +0300
  • 91b6487d8d QUIC: added anti-amplification limit. Vladimir Homutov 2020-07-16 16:36:02 +0300
  • e05337214e QUIC: added limit of queued data. Vladimir Homutov 2020-07-16 15:02:38 +0300
  • a5fc86c2a2 QUIC: implemented probe timeout (PTO) calculation. Vladimir Homutov 2020-07-16 16:05:44 +0300
  • 782a634e38 QUIC: reworked retransmission mechanism. Vladimir Homutov 2020-07-13 17:31:29 +0300
  • 230882ba50 QUIC: reworked ngx_quic_send_frames() function. Vladimir Homutov 2020-07-15 15:10:17 +0300