summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-04-14QUIC: headers cleanup.Vladimir Homutov7-54/+50
2021-04-09QUIC: separate function for connection ids initialization.Vladimir Homutov1-40/+62
2021-04-08Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin2-2/+2
2021-04-08Added $connection_time variable.Maxim Dounin1-0/+30
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin10-1/+46
2021-04-07QUIC: fixed ngx_quic_send_ack_range() function.Vladimir Homutov1-1/+6
2021-04-07HTTP/2: relaxed PRIORITY frames limit.Maxim Dounin1-1/+1
2021-04-05Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin2-23/+25
2021-04-05QUIC: fixed debug message macro.Vladimir Homutov1-2/+2
2021-04-05QUIC: added error codes and messages from latest drafts.Vladimir Homutov2-1/+5
2021-04-16HTTP/3: keepalive_time support.Sergey Kandaurov2-4/+12
2021-04-16Merged with the default branch.Sergey Kandaurov17-43/+166
2021-04-12HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c.Sergey Kandaurov1-1/+0
2021-04-07QUIC: fixed memory leak in ngx_hkdf_extract()/ngx_hkdf_expand().Sergey Kandaurov1-0/+4
2021-04-05Gzip: updated handling of zlib variant from Intel.Maxim Dounin1-26/+9
2021-04-05Gzip: support for zlib-ng.Maxim Dounin1-2/+21
2021-04-05Version bump.Maxim Dounin1-2/+2
2021-03-30release-1.19.9 tagMaxim Dounin1-0/+1
2021-03-30nginx-1.19.9-RELEASErelease-1.19.9Maxim Dounin1-0/+62
2021-03-30Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2021-03-28Fixed handling of already closed connections.Maxim Dounin3-7/+22
2021-03-28Upstream: fixed broken connection check with eventport.Maxim Dounin1-0/+6
2021-03-28Upstream: fixed non-buffered proxying with eventport.Maxim Dounin1-3/+1
2021-03-28Resolver: added missing event handling after reading.Maxim Dounin1-2/+17
2021-03-28Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin1-1/+1
2021-03-26Events: fixed expiration of timers in the past.Maxim Dounin1-3/+1
2021-03-26HTTP/2: improved handling of "keepalive_timeout 0".Maxim Dounin1-1/+3
2021-03-24Cancel keepalive and lingering close on EOF better (ticket #2145).Sergey Kandaurov1-5/+5
2021-03-23gRPC: fixed handling of padding on DATA frames.Maxim Dounin1-11/+24
2021-03-23QUIC: PATH_CHALLENGE frame creation.Vladimir Homutov1-0/+26
2021-03-31QUIC: distinct files for connection migration.Vladimir Homutov5-50/+96
2021-03-31QUIC: separate header for ngx_quic_connection_t.Vladimir Homutov3-162/+185
2021-04-02QUIC: simplified quic connection dispatching.Vladimir Homutov3-15/+24
2021-04-02UDP: extended datagram context.Vladimir Homutov3-30/+34
2021-03-30QUIC: fixed udp buffer initialization.Vladimir Homutov1-0/+2
2021-03-30QUIC: do not handle empty dcid.Roman Arutyunyan1-64/+31
2021-03-11QUIC: do not reallocate c->sockaddr.Roman Arutyunyan1-8/+10
2021-03-11QUIC: do not copy input data.Roman Arutyunyan1-21/+6
2021-03-31QUIC: HKDF API compatibility with OpenSSL master branch.Sergey Kandaurov1-0/+2
2021-03-30Merged with the default branch.Sergey Kandaurov16-77/+168
2021-03-15HTTP/3: fixed $connection_requests.Roman Arutyunyan1-0/+1
2021-03-22HTTP/3: set initial_max_streams_uni default value to 3.Roman Arutyunyan1-1/+1
2021-03-30HTTP/3: keepalive timeout.Roman Arutyunyan3-0/+85
2021-03-15QUIC: connection shutdown.Roman Arutyunyan5-6/+85
2021-03-15HTTP/3: send GOAWAY when last request is accepted.Roman Arutyunyan3-0/+56
2021-03-23Core: fixed build with BPF on non-64bit platforms (ticket #2152).Vladimir Homutov1-8/+8
2021-03-16QUIC: bpf code regenerated.Vladimir Homutov1-11/+10
2021-03-15QUIC: fixed key extraction in bpf.Vladimir Homutov1-12/+12
2021-03-16HTTP/3: do not push until a MAX_PUSH_ID frame is received.Sergey Kandaurov2-3/+6
2021-03-16QUIC: fixed hq ALPN id for the final draft.Sergey Kandaurov1-1/+1