Commit Graph

  • 5e6ee4b50a QUIC: fixed debug message macro. Vladimir Homutov 2021-04-05 11:35:46 +0300
  • a6c52268eb QUIC: added error codes and messages from latest drafts. Vladimir Homutov 2021-04-05 11:31:03 +0300
  • 2fd50ca589 HTTP/3: keepalive_time support. Sergey Kandaurov 2021-04-16 19:42:03 +0300
  • f29e48f7ee Merged with the default branch. Sergey Kandaurov 2021-04-16 19:35:55 +0300
  • a64190933e release-1.19.10 tag Maxim Dounin 2021-04-13 18:13:59 +0300
  • 95d97aedb9 nginx-1.19.10-RELEASE release-1.19.10 Maxim Dounin 2021-04-13 18:13:58 +0300
  • 8ba7adf037 HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c. Sergey Kandaurov 2021-04-12 12:30:30 +0300
  • eb52de8311 Changed keepalive_requests default to 1000 (ticket #2155). Maxim Dounin 2021-04-08 00:16:30 +0300
  • 497acbd0ed Added $connection_time variable. Maxim Dounin 2021-04-08 00:16:17 +0300
  • d9996d6f27 Introduced the "keepalive_time" directive. Maxim Dounin 2021-04-08 00:15:48 +0300
  • b61176b9f7 QUIC: fixed memory leak in ngx_hkdf_extract()/ngx_hkdf_expand(). Sergey Kandaurov 2021-04-07 15:14:41 +0300
  • 5599731c00 HTTP/2: relaxed PRIORITY frames limit. Maxim Dounin 2021-04-07 02:03:29 +0300
  • ca9bf16f09 Configure: fixed --test-build-epoll on FreeBSD 13. Maxim Dounin 2021-04-05 20:14:16 +0300
  • 4af67214ad Gzip: updated handling of zlib variant from Intel. Maxim Dounin 2021-04-05 04:07:17 +0300
  • e3797a66a3 Gzip: support for zlib-ng. Maxim Dounin 2021-04-05 04:06:58 +0300
  • d23f77b028 Version bump. Maxim Dounin 2021-04-05 04:03:10 +0300
  • 0ad83da4f7 QUIC: PATH_CHALLENGE frame creation. Vladimir Homutov 2021-03-23 11:58:43 +0300
  • 79b66760a1 QUIC: distinct files for connection migration. Vladimir Homutov 2021-03-31 14:57:15 +0300
  • bd90c0ab79 QUIC: separate header for ngx_quic_connection_t. Vladimir Homutov 2021-03-31 14:56:16 +0300
  • 20f3d107df QUIC: simplified quic connection dispatching. Vladimir Homutov 2021-04-02 11:31:37 +0300
  • f3489441b2 UDP: extended datagram context. Vladimir Homutov 2021-04-02 18:58:19 +0300
  • d9e4f8e288 QUIC: fixed udp buffer initialization. Vladimir Homutov 2021-03-30 14:33:43 +0300
  • 6b70513bd8 QUIC: do not handle empty dcid. Roman Arutyunyan 2021-03-30 14:33:47 +0300
  • 64e54d8df1
    Add wasm header to default mime.types list Jarred Sumner 2021-03-22 17:48:34 -0700
  • daf9c643d1 QUIC: do not reallocate c->sockaddr. Roman Arutyunyan 2021-03-11 15:22:18 +0300
  • 496a434854 QUIC: do not copy input data. Roman Arutyunyan 2021-03-11 15:25:11 +0300
  • 18f9330cd6 QUIC: HKDF API compatibility with OpenSSL master branch. Sergey Kandaurov 2021-03-31 21:43:17 +0300
  • dd98809bef Merged with the default branch. Sergey Kandaurov 2021-03-30 23:34:51 +0300
  • 7b053dd1b2 release-1.19.9 tag Maxim Dounin 2021-03-30 17:47:11 +0300
  • 9148be8173 nginx-1.19.9-RELEASE release-1.19.9 Maxim Dounin 2021-03-30 17:47:11 +0300
  • 3e7c094993 Updated OpenSSL used for win32 builds. Maxim Dounin 2021-03-30 17:44:36 +0300
  • 179c79ce8a Fixed handling of already closed connections. Maxim Dounin 2021-03-28 17:45:39 +0300
  • 8885c45e1e Upstream: fixed broken connection check with eventport. Maxim Dounin 2021-03-28 17:45:37 +0300
  • 9104757a7d Upstream: fixed non-buffered proxying with eventport. Maxim Dounin 2021-03-28 17:45:35 +0300
  • cb9fca0846 Resolver: added missing event handling after reading. Maxim Dounin 2021-03-28 17:45:31 +0300
  • fd0546aa33 Events: fixed "port_dissociate() failed" alerts with eventport. Maxim Dounin 2021-03-28 17:45:29 +0300
  • c108f04e85 Events: fixed expiration of timers in the past. Maxim Dounin 2021-03-26 01:44:59 +0300
  • 1f5271cd61 HTTP/2: improved handling of "keepalive_timeout 0". Maxim Dounin 2021-03-26 01:44:57 +0300
  • cc73d7688c Cancel keepalive and lingering close on EOF better (ticket #2145). Sergey Kandaurov 2021-03-24 14:03:33 +0300
  • 11477fb633 gRPC: fixed handling of padding on DATA frames. Maxim Dounin 2021-03-23 16:52:23 +0300
  • 7d1cf8ffb4 HTTP/3: fixed $connection_requests. Roman Arutyunyan 2021-03-15 16:25:54 +0300
  • 25a74b52d1 HTTP/3: set initial_max_streams_uni default value to 3. Roman Arutyunyan 2021-03-22 15:51:14 +0300
  • f4ab680bcb HTTP/3: keepalive timeout. Roman Arutyunyan 2021-03-30 16:48:38 +0300
  • 9533df5b72 QUIC: connection shutdown. Roman Arutyunyan 2021-03-15 16:39:33 +0300
  • 190b5d961c HTTP/3: send GOAWAY when last request is accepted. Roman Arutyunyan 2021-03-15 19:26:04 +0300
  • d8fd0b3161 Core: fixed build with BPF on non-64bit platforms (ticket #2152). Vladimir Homutov 2021-03-23 10:58:18 +0300
  • 19c461a522 QUIC: bpf code regenerated. Vladimir Homutov 2021-03-16 18:17:25 +0300
  • bb44bfa631 QUIC: fixed key extraction in bpf. Vladimir Homutov 2021-03-15 19:05:38 +0300
  • e522bb69f9 HTTP/3: do not push until a MAX_PUSH_ID frame is received. Sergey Kandaurov 2021-03-16 13:48:29 +0300
  • 780de6de44 QUIC: fixed hq ALPN id for the final draft. Sergey Kandaurov 2021-03-16 13:48:28 +0300
  • 6a0bea5361 QUIC: fixed expected TLS codepoint with final draft and BoringSSL. Sergey Kandaurov 2021-03-16 13:48:28 +0300
  • b8fd5dc640 QUIC: added error handling to ngx_hkdf_extract()/ngx_hkdf_expand(). Vladimir Homutov 2021-03-11 14:43:01 +0300
  • 02cca54770 Removed "ch" argument from ngx_pass_open_channel(). Ruslan Ermilov 2021-03-11 09:58:45 +0300
  • 3bbec30739 Mail: fixed build without SSL. Maxim Dounin 2021-03-11 04:46:26 +0300
  • 6b06660e07 Version bump. Maxim Dounin 2021-03-11 04:46:22 +0300
  • 7f348b2d1f HTTP/3: fixed server push. Sergey Kandaurov 2021-03-10 17:56:34 +0300
  • 02b52e4c0b Merged with the default branch. Sergey Kandaurov 2021-03-10 15:39:01 +0300
  • 0026dded46 release-1.19.8 tag Maxim Dounin 2021-03-09 18:27:51 +0300
  • 1b8771ddcb nginx-1.19.8-RELEASE release-1.19.8 Maxim Dounin 2021-03-09 18:27:50 +0300
  • d6f18d9529 Updated OpenSSL used for win32 builds. Maxim Dounin 2021-03-09 16:38:55 +0300
  • b7433b15fc README: http3_max_field_size was removed in ae2e68f206f9. Sergey Kandaurov 2021-03-07 00:23:25 +0300
  • 449ce52f97 README: bump browsers' version after 81bb3a690c10 (old drafts rip). Sergey Kandaurov 2021-03-07 00:23:23 +0300
  • 6538d93067 Mail: sending of the PROXY protocol to backends. Maxim Dounin 2021-03-05 17:16:32 +0300
  • c2e22bcf32 Mail: realip module. Maxim Dounin 2021-03-05 17:16:29 +0300
  • 1fce224f01 Mail: parsing of the PROXY protocol from clients. Maxim Dounin 2021-03-05 17:16:24 +0300
  • 72dcd5141b Mail: made auth http creating request easier to extend. Maxim Dounin 2021-03-05 17:16:23 +0300
  • 83de0868b1 Mail: fixed log action after SSL handshake. Maxim Dounin 2021-03-05 17:16:20 +0300
  • 7d4cd6cff4 Mail: postponed session initialization under accept mutex. Maxim Dounin 2021-03-05 17:16:19 +0300
  • 065a1641b2 Mail: added missing event handling after reading data. Maxim Dounin 2021-03-05 17:16:17 +0300
  • 8ed63c936c Mail: added missing event handling after blocking events. Maxim Dounin 2021-03-05 17:16:16 +0300
  • d5a31fdad5 Events: fixed eventport handling in ngx_handle_read_event(). Maxim Dounin 2021-03-05 17:16:15 +0300
  • 797ac536fe SSL: fixed build by Sun C with old OpenSSL versions. Maxim Dounin 2021-03-05 17:16:13 +0300
  • a38a8438b8 Proxy: variables support in "proxy_cookie_flags" flags. Ruslan Ermilov 2021-03-02 00:58:24 +0300
  • 4c5a49ce4c Introduced strerrordesc_np() support. Maxim Dounin 2021-03-01 20:00:45 +0300
  • 71eb19da43 Improved maximum errno detection. Maxim Dounin 2021-03-01 20:00:43 +0300
  • 0f5d0c5798 HTTP/2: client_header_timeout before first request (ticket #2142). Maxim Dounin 2021-03-01 17:31:28 +0300
  • a74961f552 Contrib: vim syntax, default highlighting (ticket #2141). Maxim Dounin 2021-02-25 23:42:25 +0300
  • ef44627852 SSL: added check for debugging. Maxim Dounin 2021-02-20 18:03:04 +0300
  • 7ae100407c SSL: added missed error reporting during variables evaluation. Maxim Dounin 2021-02-20 18:02:54 +0300
  • 60a8ed26f3 SSL: X509_NAME_oneline() error handling. Maxim Dounin 2021-02-20 18:02:49 +0300
  • 1bb89914d7 Configure: marked top-level make targets as phony. Ruslan Ermilov 2021-02-20 12:44:26 +0300
  • fbcc09e17f Version bump. Ruslan Ermilov 2021-02-20 12:44:07 +0300
  • d72221b826 Updated the list of supported drafts. Sergey Kandaurov 2021-02-19 17:27:41 +0300
  • be98da0731 QUIC: multiple versions support. Sergey Kandaurov 2021-02-19 17:27:19 +0300
  • cd276b5ed6 QUIC: removed support prior to draft-29. Sergey Kandaurov 2021-02-18 19:21:09 +0300
  • edc2c75c75 QUIC: set idle timer when sending an ack-eliciting packet. Roman Arutyunyan 2021-02-18 12:22:28 +0300
  • e0425791d4 HTTP/3: limited client header size. Roman Arutyunyan 2021-02-17 11:58:32 +0300
  • ffb099bf52 HTTP/3: introduced ngx_http_v3_parse_t structure. Roman Arutyunyan 2021-02-17 15:56:34 +0300
  • c83be09720 HTTP/3: removed http3_max_field_size. Roman Arutyunyan 2021-02-16 18:50:01 +0300
  • 8ca2f73073 Merged with the default branch. Sergey Kandaurov 2021-02-17 14:48:35 +0300
  • b93b056261 QUIC: added ability to reset a stream. Sergey Kandaurov 2021-02-17 14:25:07 +0300
  • 949c97007b release-1.19.7 tag Maxim Dounin 2021-02-16 18:57:18 +0300
  • e539d472e7 nginx-1.19.7-RELEASE release-1.19.7 Maxim Dounin 2021-02-16 18:57:18 +0300
  • 407c47074d QUIC: fixed indentation. Sergey Kandaurov 2021-02-15 14:54:28 +0300
  • f86c1e1de1 QUIC: added check of client transport parameters. Vladimir Homutov 2021-02-15 14:05:46 +0300
  • 51fea093e4 HTTP/2: removed http2_max_field_size and http2_max_header_size. Maxim Dounin 2021-02-11 21:52:26 +0300
  • 94567a8f84 HTTP/2: keepalive_timeout now armed once between requests. Maxim Dounin 2021-02-11 21:52:24 +0300
  • 49ab331244 HTTP/2: removed http2_idle_timeout and http2_max_requests. Maxim Dounin 2021-02-11 21:52:23 +0300
  • d18e066d65 HTTP/2: removed http2_recv_timeout. Maxim Dounin 2021-02-11 21:52:20 +0300
  • e82939206d HTTP/2: removed SPDY directives handling. Maxim Dounin 2021-02-11 21:52:19 +0300