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