]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2020-05-19 Roman ArutyunyanHTTP/3: split header parser in two functions.
2020-05-14 Roman ArutyunyanHTTP/3: move body parser call out of ngx_http_parse_chu...
2020-05-19 Roman ArutyunyanHTTP/3: prevent array access by negative index for...
2020-05-23 Sergey KandaurovREADME: documented Retry, 0-RTT, TLSv1.3 configuration.
2020-05-21 Vladimir HomutovStyle.
2020-05-22 Vladimir HomutovAdded sending of extra CONNECTION_CLOSE frames.
2020-05-22 Vladimir HomutovAdded more context to CONNECTION CLOSE frames.
2020-05-21 Vladimir HomutovFixed retransmission of frames after closing connection.
2020-05-21 Vladimir HomutovAvoided excessive definitions for connection state.
2020-05-22 Sergey KandaurovREADME: pointed out Alt-Svc "ma" parameter useful with...
2020-05-22 Vladimir HomutovFixed a typo.
2020-05-20 Sergey KandaurovAssorted fixes.
2020-05-18 Vladimir HomutovAvoid retransmitting of packets with discarded keys.
2020-05-18 Vladimir HomutovFixed frame retransmissions.
2020-05-14 Vladimir HomutovRemoved outdated debug.
2020-05-14 Vladimir HomutovFixed a typo.
2020-05-14 Sergey KandaurovREADME: Retry support, protocol error messages implemented.
2020-05-12 Vladimir HomutovFixed time comparison.
2020-05-14 Vladimir HomutovAdded tests for connection id lengths in initial packet.
2020-05-13 Vladimir HomutovDiscard packets without fixed bit or reserved bits...
2020-05-14 Vladimir HomutovAdded generation of CC frames with error on connection...
2020-05-14 Sergey KandaurovAddress validation using NEW_TOKEN frame.
2020-05-14 Sergey KandaurovAddress validation using Retry packets.
2020-05-13 Sergey KandaurovServer CID change refactored.
2020-05-12 Sergey KandaurovPreserve original DCID and unbreak parsing 0-RTT packets.
2020-05-09 Sergey KandaurovRemoved redundant long packet type checks.
2020-05-09 Sergey KandaurovRemoved redundant SSL_do_handshake call before any...
2020-05-08 Vladimir HomutovCleaned up reordering code.
2020-05-07 Vladimir HomutovCleaned up firefox workaround.
2020-05-06 Roman ArutyunyanOCSP stapling: moved response verification to a separat...
2020-05-13 Jinhua TanUpstream: jump out of loop after matching the status...
2020-05-08 Sergey KandaurovVariables: fixed buffer over-read when evaluating ...
2020-05-06 Sergey KandaurovRestored ngx_quic_encrypt return type.
2020-04-30 Vladimir HomutovStore clearflags in pkt->flags after decryption.
2020-05-01 Sergey KandaurovConfigure: fixed static compilation with OpenSSL 1...
2020-04-30 Sergey KandaurovMention quic branch in README.
2020-04-30 Sergey KandaurovConfigure: unbreak with old OpenSSL, --with-http_v3_mod...
2020-04-29 Vladimir HomutovRemoved outdated/incorrect comments and fixed style.
2020-04-30 Vladimir HomutovReworked macros for parsing/assembling packet types.
2020-04-29 Sergey KandaurovRenamed retransmit event object in preparation for...
2020-04-28 Sergey KandaurovServer CID change.
2020-04-28 Sergey KandaurovFactored out sending ACK from payload handler.
2020-04-28 Vladimir HomutovAdded README.
2020-04-28 Roman ArutyunyanRespect MAX_DATA and MAX_STREAM_DATA from QUIC client.
2020-04-28 Roman ArutyunyanQUIC basic congestion control.
2020-04-24 Roman ArutyunyanFixed packet retransmission.
2020-04-23 Roman ArutyunyanAssign connection number to every QUIC stream log.
2020-04-24 Vladimir HomutovError messages cleanup.
2020-04-24 Vladimir HomutovCleaned up hexdumps in debug output.
2020-04-24 Vladimir HomutovDebug cleanup.
2020-04-23 Ruslan ErmilovgRPC: WINDOW_UPDATE after END_STREAM handling (ticket...
2020-04-23 Ruslan ErmilovgRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).
2020-04-23 Ruslan ErmilovVersion bump.
2020-04-23 Vladimir HomutovTODOs cleanup in transport.
2020-04-23 Vladimir HomutovRetired the ngx_quic_parse_int_multi() function.
2020-04-23 Vladimir HomutovRemoved support of drafts older than currently latest 27.
2020-04-23 Vladimir HomutovAdded proper handling of connection close phases.
2020-04-23 Vladimir HomutovRefactored ngx_quic_close_connection().
2020-04-22 Sergey KandaurovHTTP/3: directives with limited values converted to...
2020-04-22 Sergey KandaurovHTTP/3: bytes holding directives changed to ngx_conf_se...
2020-04-22 Sergey KandaurovImproved ngx_quic_build_int() code and readability.
2020-04-21 Roman ArutyunyanFixed QUIC buffer consumption in send_chain().
2020-04-21 Roman ArutyunyanHTTP/3: fixed encoding variable-length integers.
2020-04-20 Vladimir HomutovFixed memory leak with reordered stream frames.
2020-04-21 Roman ArutyunyanFixed includes in quic headers.
2020-04-20 Vladimir HomutovAdded MAX_STREAM_DATA stub handler.
2020-04-20 Vladimir HomutovRespecting maximum packet size.
2020-04-20 Vladimir HomutovRemoved source/destination swap from the function creat...
2020-04-17 Sergey KandaurovRevert "Rejecting new connections with non-zero Initial...
2020-04-16 Vladimir HomutovFixed error descriptions.
2020-04-16 Vladimir HomutovRemoved outdated TODO.
2020-04-16 Vladimir HomutovAdded handling of incorrect values in TP configuration.
2020-04-16 Sergey KandaurovParsing of truncated packet numbers.
2020-04-15 Vladimir HomutovAdded primitive flow control mechanisms.
2020-04-15 Vladimir HomutovCreate new stream immediately on receiving new stream id.
2020-04-15 Vladimir HomutovFree remaining frames on connection close.
2020-04-14 Maxim Douninrelease-1.17.10 tag
2020-04-14 Maxim Douninnginx-1.17.10-RELEASE release-1.17.10
2020-04-14 Vladimir HomutovSorted functions and functions declarations.
2020-04-15 Vladimir HomutovAdded reordering support for STREAM frames.
2020-04-14 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-04-14 Vladimir HomutovCrypto buffer frames reordering.
2020-04-13 Vladimir HomutovCleaned up magic numbers in ngx_quic_output_frames().
2020-04-14 Vladimir HomutovRename types and variables used for packet number space.
2020-04-14 Sergey KandaurovMerged with the default branch.
2020-04-13 Roman ArutyunyanHTTP/3: fixed reading request body.
2020-04-07 Ruslan ErmilovThe new auth_delay directive for delaying unauthorized...
2020-04-07 Vladimir HomutovAdded basic offset support in client CRYPTO frames.
2020-04-07 Sergey KandaurovFixed build with OpenSSL using old callbacks API.
2020-04-06 Vladimir HomutovACK ranges processing.
2020-04-06 Vladimir HomutovIgnore non-yet-implemented frames.
2020-04-04 Vladimir HomutovAdded check for SSL_get_current_cipher() results.
2020-04-06 Vladimir HomutovAdded a bit more debugging in STREAM frame parser.
2020-04-04 Vladimir HomutovDo not set timers after the connection is closed.
2020-04-06 Sergey KandaurovDiscarding Handshake packets if no Handshake keys yet.
2020-04-06 Sergey KandaurovRejecting new connections with non-zero Initial packet.
2020-04-06 Sergey KandaurovTLS Key Update in QUIC.
2020-04-04 Sergey KandaurovRemoved excessive debugging in QUIC packet creation.
2020-04-04 Sergey KandaurovLogging of packet numbers in QUIC packet creation.
2020-04-03 Vladimir HomutovRemoved unneccesary milliseconds conversion.
next