aboutsummaryrefslogtreecommitdiff
path: root/src/event/quic/ngx_event_quic_output.c
Commit message (Expand)AuthorAge
* QUIC: do not increase underutilized congestion window.Roman Arutyunyan2025-04-15
* QUIC: all-levels commit and revert functions.Roman Arutyunyan2025-04-15
* QUIC: added missing casts in iov_base assignments.Aleksei Bavshin2025-01-28
* QUIC: ngx_quic_frame_t time fields cleanup.Roman Arutyunyan2023-11-30
* QUIC: congestion control in ngx_quic_frame_sendto().Roman Arutyunyan2023-11-29
* QUIC: fixed anti-amplification with explicit send.Roman Arutyunyan2023-11-22
* QUIC: avoid partial expansion of PATH_CHALLENGE/PATH_RESPONSE.Roman Arutyunyan2023-11-29
* QUIC: improved packet and frames debug tracing.Vladimir Khomutov2023-10-26
* QUIC: reusing crypto contexts for packet protection.Sergey Kandaurov2023-10-20
* QUIC: added safety belt to prevent using discarded keys.Sergey Kandaurov2023-10-20
* QUIC: path MTU discovery.Roman Arutyunyan2023-08-14
* QUIC: allowed ngx_quic_frame_sendto() to return NGX_AGAIN.Roman Arutyunyan2023-08-08
* QUIC: removed explicit packet padding for certain frames.Roman Arutyunyan2023-07-06
* QUIC: removed path->limited flag.Roman Arutyunyan2023-07-06
* QUIC: fixed probe-congestion deadlock.Roman Arutyunyan2023-08-14
* QUIC: fixed congesion control in GSO mode.Roman Arutyunyan2023-07-27
* QUIC: always add ACK frame to the queue head.Roman Arutyunyan2023-08-10
* QUIC: fixed encryption level in ngx_quic_frame_sendto().Roman Arutyunyan2023-05-04
* QUIC: optimized immediate close.Roman Arutyunyan2023-05-02
* QUIC: fixed indentation.Sergey Kandaurov2023-02-13
* QUIC: fixed broken token in NEW_TOKEN (ticket #2446).Roman Arutyunyan2023-01-31
* QUIC: avoided pool usage in token calculation.Vladimir Homutov2022-05-31
* QUIC: removed ngx_quic_keys_new().Vladimir Homutov2022-07-27
* QUIC: avoided pool usage in ngx_quic_protection.c.Vladimir Homutov2022-07-27
* QUIC: optimized datagram expansion with half-RTT tickets.Sergey Kandaurov2022-02-15
* QUIC: fixed output context restoring.Vladimir Homutov2022-02-09
* QUIC: do not arm loss detection timer if nothing was sent.Sergey Kandaurov2022-02-02
* QUIC: fixed padding of initial packets in case of limited path.Vladimir Homutov2022-02-02
* QUIC: revised ngx_quic_handle_datagram() error codes.Vladimir Homutov2022-02-01
* QUIC: fixed handling of initial source connection id.Vladimir Homutov2022-01-26
* QUIC: removed draft versions support.Sergey Kandaurov2022-01-26
* QUIC: fixed macro style.Vladimir Homutov2022-01-25
* QUIC: avoid logging error in case of version negotiation.Vladimir Homutov2022-01-23
* QUIC: reworked migration handling.Vladimir Homutov2022-01-19
* QUIC: renamed buffer-related functions.Roman Arutyunyan2021-12-16
* QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c.Vladimir Homutov2021-12-27
* QUIC: added path limiting function ngx_quic_path_limit().Roman Arutyunyan2021-12-14
* QUIC: decoupled path state and limitation status.Vladimir Homutov2021-12-13
* QUIC: refactored ngx_quic_frame_sendto() function.Vladimir Homutov2021-12-09
* QUIC: ngx_quic_send_alert() callback moved to its place.Sergey Kandaurov2021-11-30
* QUIC: simplified ngx_quic_send_alert() callback.Sergey Kandaurov2021-11-30
* QUIC: fixed GSO packets count.Vladimir Homutov2021-11-09
* QUIC: refactored packet creation.Vladimir Homutov2021-10-07
* QUIC: added function to initialize packet.Vladimir Homutov2021-09-30
* QUIC: fixed processing of minimum packet size.Vladimir Homutov2021-10-22
* QUIC: limit in-flight bytes by congestion window.Roman Arutyunyan2021-07-29
* QUIC: handle EAGAIN properly on UDP sockets.Vladimir Homutov2021-07-28
* QUIC: the "quic_gso" directive.Vladimir Homutov2021-07-20
* QUIC: added support for segmentation offloading.Vladimir Homutov2021-07-15
* QUIC: fixed padding calculation.Vladimir Homutov2021-07-05