]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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 Vladimir HomutovSorted functions and functions declarations.
2020-04-15 Vladimir HomutovAdded reordering support for STREAM frames.
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-14 Maxim Douninrelease-1.17.10 tag
2020-04-14 Maxim Douninnginx-1.17.10-RELEASE release-1.17.10
2020-04-14 Maxim DouninUpdated OpenSSL used for win32 builds.
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.
2020-04-03 Vladimir HomutovProper handling of packet number in header.
2020-04-03 Sergey KandaurovAdvertizing MAX_STREAMS (0x12) credit in advance.
2020-04-03 Sergey KandaurovFixed computing nonce again, by properly shifting packe...
2020-04-03 Vladimir HomutovFixed missing propagation of need_ack flag from frames...
2020-04-02 Vladimir HomutovFixed excessive push timer firing.
2020-04-02 Sergey KandaurovFixed computing nonce by xoring all packet number bytes.
2020-04-01 Vladimir HomutovOutput buffering.
2020-04-01 Vladimir HomutovImplemented retransmission and retransmit queue.
2020-04-01 Vladimir HomutovIntroduced packet namespace in QUIC connection.
2020-04-01 Vladimir HomutovRefactored QUIC secrets storage.
2020-04-01 Vladimir HomutovAdded missing debug description.
2020-04-01 Sergey KandaurovTLS Early Data support.
2020-04-01 Sergey KandaurovTLS Early Data key derivation support.
2020-04-01 Sergey KandaurovSending HANDSHAKE_DONE just once with BoringSSL.
2020-04-01 Sergey KandaurovQUIC packet padding to fulfil header protection sample...
2020-04-01 Sergey KandaurovImproved SSL_do_handshake() error handling in QUIC.
2020-04-01 Sergey KandaurovStyle.
2020-03-31 Vladimir HomutovRemoved unused field from ngx_quic_header_t.
2020-03-28 Sergey KandaurovHTTP/3: http3 variable.
2020-03-28 Sergey KandaurovHTTP/3: static table cleanup.
2020-03-27 Roman ArutyunyanParsing HTTP/3 request body.
2020-03-27 Roman ArutyunyanFixed handling QUIC stream eof.
2020-03-27 Roman ArutyunyanPush QUIC stream frames in send() and cleanup handler.
2020-03-27 Roman ArutyunyanChunked response body in HTTP/3.
2020-03-27 Roman ArutyunyanFixed buffer overflow.
2020-03-27 Sergey KandaurovUnbreak sending CONNECTION_CLOSE from the send_alert...
2020-03-26 Vladimir HomutovMerged ngx_quic_send_packet() into ngx_quic_send_frames().
2020-03-26 Vladimir HomutovGot rid of memory allocation in decryption.
2020-03-26 Vladimir HomutovLogging cleanup.
2020-03-25 Roman ArutyunyanQUIC frames reuse.
2020-03-26 Vladimir HomutovRemoved memory allocations from encryption code.
2020-03-25 Roman ArutyunyanFixed QUIC stream insert and find.
2020-03-25 Roman ArutyunyanSimplifed handling HTTP/3 streams.
2020-03-25 Roman ArutyunyanSafe QUIC stream creation.
2020-03-24 Roman ArutyunyanWhen closing a QUIC connection, wait for all streams...
2020-03-24 Roman ArutyunyanRemoved ngx_quic_stream_node_t.
2020-03-24 Roman ArutyunyanImplemented eof in QUIC streams.
2020-03-25 Vladimir HomutovFixed log initialization.
2020-03-24 Sergey KandaurovAdvertise our max_idle_timeout in transport parameters.
2020-03-24 Sergey KandaurovQUIC streams don't need filter_need_in_memory after...
2020-03-24 Vladimir HomutovLogging cleanup.
2020-03-24 Vladimir HomutovAdded QUIC version check for sending HANDSHAKE_DONE...
2020-03-24 Vladimir HomutovImplemented sending HANDSHAKE_DONE frame after handshake.
2020-03-23 Sergey KandaurovFixed client certificate verification.
2020-03-23 Roman ArutyunyanRespect QUIC max_idle_timeout.
2020-03-23 Roman ArutyunyanAllow ngx_queue_frame() to insert frame in the front.
2020-03-23 Roman ArutyunyanSupport for HTTP/3 ALPN.
2020-03-23 Roman ArutyunyanPut zero in 'First ACK Range' when acknowledging one...
2020-03-23 Roman ArutyunyanAvoid using QUIC connection after CONNECTION_CLOSE.
2020-03-23 Roman ArutyunyanBetter flow control and buffering for QUIC streams.
2020-03-23 Roman ArutyunyanLimit output QUIC packets with client max_packet_size.
2020-03-23 Sergey KandaurovFixed received ACK fields order in debug logging.
2020-03-23 Vladimir HomutovConnection states code cleanup.
2020-03-23 Vladimir HomutovSkip unknown transport parameters.
2020-03-23 Vladimir HomutovAdd unsupported version into log.
2020-03-21 Vladimir HomutovAdded processing of client transport parameters.
2020-03-22 Sergey KandaurovFixed CRYPTO offset generation.
2020-03-22 Sergey KandaurovClosing connection on NGX_QUIC_FT_CONNECTION_CLOSE.
2020-03-21 Vladimir HomutovImplemented parsing of remaining frame types.
2020-03-21 Sergey KandaurovFixed parsing NGX_QUIC_FT_CONNECTION_CLOSE.
2020-03-21 Sergey KandaurovFixed buffer overrun in create_transport_params() with...
2020-03-21 Sergey KandaurovFixed build with macOS's long long abomination.
2020-03-20 Roman ArutyunyanRemoved unused variable.
2020-03-20 Vladimir HomutovRemoved unused variable.
2020-03-20 Vladimir HomutovAdded checks for permitted frame types.
2020-03-20 Vladimir HomutovFixed parsing of CONNECTION CLOSE2 frames.
2020-03-20 Vladimir HomutovAdded parsing of CONNECTION_CLOSE2 frame (0x1D).
2020-03-20 Vladimir HomutovAdedd the http "quic" variable.
2020-03-20 Vladimir HomutovConfigurable transport parameters.
2020-03-19 Roman ArutyunyanReset QUIC timeout on every datagram.
2020-03-20 Roman ArutyunyanDouble MAX_STREAMS on STREAMS_BLOCKED.
2020-03-20 Roman ArutyunyanFixed ACKs to packet numbers greater than 63.
2020-03-19 Sergey KandaurovFixed specifiers in "quic packet length" logging.
2020-03-19 Sergey KandaurovFixed build.
next