summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Server CID change.Sergey Kandaurov1-5/+32
2020-04-28Factored out sending ACK from payload handler.Sergey Kandaurov1-39/+46
2020-04-28Added README.Vladimir Homutov1-0/+222
2020-04-28Respect MAX_DATA and MAX_STREAM_DATA from QUIC client.Roman Arutyunyan2-18/+156
2020-04-28QUIC basic congestion control.Roman Arutyunyan2-10/+212
2020-04-24Fixed packet retransmission.Roman Arutyunyan1-9/+10
2020-04-23Assign connection number to every QUIC stream log.Roman Arutyunyan3-3/+2
2020-04-24Error messages cleanup.Vladimir Homutov2-187/+135
2020-04-24Cleaned up hexdumps in debug output.Vladimir Homutov4-54/+63
2020-04-24Debug cleanup.Vladimir Homutov4-104/+184
2020-04-23gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).Ruslan Ermilov1-1/+2
2020-04-23gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).Ruslan Ermilov1-5/+19
2020-04-23Version bump.Ruslan Ermilov1-2/+2
2020-04-23TODOs cleanup in transport.Vladimir Homutov1-10/+1
2020-04-23Retired the ngx_quic_parse_int_multi() function.Vladimir Homutov1-55/+56
2020-04-23Removed support of drafts older than currently latest 27.Vladimir Homutov2-97/+1
2020-04-23Added proper handling of connection close phases.Vladimir Homutov2-36/+182
2020-04-23Refactored ngx_quic_close_connection().Vladimir Homutov1-62/+89
2020-04-22HTTP/3: directives with limited values converted to post handler.Sergey Kandaurov1-30/+50
2020-04-22HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot.Sergey Kandaurov2-20/+20
2020-04-22Improved ngx_quic_build_int() code and readability.Sergey Kandaurov1-14/+8
2020-04-21Fixed QUIC buffer consumption in send_chain().Roman Arutyunyan1-1/+2
2020-04-21HTTP/3: fixed encoding variable-length integers.Roman Arutyunyan1-5/+9
2020-04-20Fixed memory leak with reordered stream frames.Vladimir Homutov1-2/+1
2020-04-21Fixed includes in quic headers.Roman Arutyunyan3-2/+8
2020-04-20Added MAX_STREAM_DATA stub handler.Vladimir Homutov1-0/+3
2020-04-20Respecting maximum packet size.Vladimir Homutov2-36/+82
2020-04-20Removed source/destination swap from the function creating header.Vladimir Homutov2-6/+6
2020-04-17Revert "Rejecting new connections with non-zero Initial packet."Sergey Kandaurov1-6/+0
2020-04-16Fixed error descriptions.Vladimir Homutov2-9/+9
2020-04-16Removed outdated TODO.Vladimir Homutov1-1/+0
2020-04-16Added handling of incorrect values in TP configuration.Vladimir Homutov1-4/+30
2020-04-16Parsing of truncated packet numbers.Sergey Kandaurov3-18/+63
2020-04-15Added primitive flow control mechanisms.Vladimir Homutov3-9/+92
2020-04-15Create new stream immediately on receiving new stream id.Vladimir Homutov1-76/+73
2020-04-15Free remaining frames on connection close.Vladimir Homutov1-4/+9
2020-04-14release-1.17.10 tagMaxim Dounin1-0/+1
2020-04-14nginx-1.17.10-RELEASErelease-1.17.10Maxim Dounin1-0/+14
2020-04-14Sorted functions and functions declarations.Vladimir Homutov1-23/+24
2020-04-15Added reordering support for STREAM frames.Vladimir Homutov2-72/+159
2020-04-14Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-04-14Crypto buffer frames reordering.Vladimir Homutov3-50/+307
2020-04-13Cleaned up magic numbers in ngx_quic_output_frames().Vladimir Homutov1-8/+8
2020-04-14Rename types and variables used for packet number space.Vladimir Homutov1-67/+71
2020-04-14Merged with the default branch.Sergey Kandaurov8-47/+207
2020-04-13HTTP/3: fixed reading request body.Roman Arutyunyan1-1/+2
2020-04-08The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov2-1/+82
2020-04-07Added basic offset support in client CRYPTO frames.Vladimir Homutov1-9/+19
2020-04-07Fixed build with OpenSSL using old callbacks API.Sergey Kandaurov1-1/+1
2020-04-06ACK ranges processing.Vladimir Homutov3-29/+134