]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-06-16 Sergey KandaurovQUIC: optimized initial secrets key length computation.
2021-06-16 Sergey KandaurovQUIC: consistent use of 12-byte buffers in nonce comput...
2021-06-16 Sergey KandaurovQUIC: consistent use of 5-byte buffers for header prote...
2021-06-16 Sergey KandaurovQUIC: updated specification references.
2021-06-11 Roman ArutyunyanHTTP/3: client GOAWAY support.
2021-06-11 Roman ArutyunyanHTTP/3: generate more H3_FRAME_UNEXPECTED.
2021-06-11 Roman ArutyunyanHTTP/3: reordered H3_MISSING_SETTINGS and H3_FRAME_UNEX...
2021-06-10 Vladimir HomutovQUIC: improved errors readability.
2021-06-09 Vladimir HomutovQUIC: persistent congestion calculation.
2021-06-07 Roman ArutyunyanQUIC: stream flow control refactored.
2021-06-01 Maxim DouninFixed SSL logging with lingering close.
2021-06-01 Maxim DouninSSL: ngx_ssl_shutdown() rework.
2021-06-01 Sergey KandaurovHTTP/3: undo 5a92523e50d3 after parser refactoring...
2021-06-01 Sergey KandaurovHTTP/3: fixed parsing encoder insertions with empty...
2021-05-31 Sergey KandaurovHTTP/3: removed $http3 that served its purpose.
2021-05-30 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2021-05-31 Maxim DouninCore: disabled SO_REUSEADDR on UDP sockets while testin...
2021-05-31 Maxim DouninCore: disabled cloning sockets when testing config...
2021-05-31 Maxim DouninVersion bump.
2021-05-28 Sergey KandaurovREADME: updated after QUIC RFC publication, nginx 1...
2021-05-28 Sergey KandaurovMerged with the default branch.
2021-05-27 Sergey KandaurovHTTP/3: fixed Insert With Name Reference index processing.
2021-05-26 Roman ArutyunyanQUIC: call stream read handler on new data arrival.
2021-05-25 Roman ArutyunyanQUIC: make sure stream data size is lower than final...
2021-05-25 Maxim Douninrelease-1.21.0 tag
2021-05-25 Maxim Douninnginx-1.21.0-RELEASE release-1.21.0
2021-05-25 Maxim DouninResolver: explicit check for compression pointers in...
2021-05-25 Maxim DouninResolver: simplified ngx_resolver_copy().
2021-05-25 Maxim DouninResolver: reworked ngx_resolver_copy() copy loop.
2021-05-25 Maxim DouninResolver: fixed label types handling in ngx_resolver_co...
2021-05-25 Maxim DouninResolver: fixed off-by-one read in ngx_resolver_copy().
2021-05-25 Maxim DouninResolver: fixed off-by-one write in ngx_resolver_copy().
2021-05-25 Roman ArutyunyanQUIC: refactored CRYPTO and STREAM buffer ordering.
2021-05-24 Ruslan ErmilovLocation header escaping in redirects (ticket #882).
2021-05-24 Maxim DouninFixed log action when using SSL certificates with varia...
2021-05-22 Sergey KandaurovQUIC: unroll and inline ngx_quic_varint_len()/ngx_quic_...
2021-05-20 Ruslan ErmilovStream: the "fastopen" parameter of the "listen" directive.
2021-05-19 Ruslan ErmilovCore: fixed comment about msie_refresh escaping.
2021-05-19 Maxim DouninMail: max_errors directive.
2021-05-19 Maxim DouninMail: IMAP pipelining support.
2021-05-19 Maxim DouninMail: stricter checking of IMAP tags.
2021-05-19 Maxim DouninMail: fixed backslash handling in IMAP literals.
2021-05-19 Maxim DouninMail: removed dead s->arg_start handling.
2021-05-19 Maxim DouninMail: fixed s->arg_start clearing on invalid IMAP commands.
2021-05-19 Maxim DouninMail: POP3 pipelining support.
2021-05-19 Maxim DouninMail: optimized discarding invalid SMTP commands.
2021-05-19 Maxim DouninMail: fixed handling of invalid SMTP commands split...
2021-05-19 Maxim DouninMail: fixed SMTP pipelining to send the response immedi...
2021-05-18 Roman ArutyunyanHTTP/3: fixed server push after 9ec3e71f8a61.
2021-05-08 Maxim DouninMIME: added application/wasm type (ticket #1606).
2021-05-05 Maxim DouninUpstream: variables support in certificates.
2021-05-05 Maxim DouninAuth basic: changed alcf->user_file to be a pointer.
2021-05-05 Maxim DouninChanged complex value slots to use NGX_CONF_UNSET_PTR.
2021-05-05 Roman ArutyunyanQUIC: generic buffering for stream input.
2021-05-05 Sergey KandaurovQUIC: simplified sending 1-RTT only frames.
2021-05-05 Vladimir HomutovQUIC: relaxed client id requirements.
2021-05-06 Vladimir HomutovQUIC: consider NEW_CONNECTION_ID a probing frame.
2021-04-28 Roman ArutyunyanHTTP/3: clean up table from session cleanup handler.
2021-05-05 Roman ArutyunyanHTTP/3: moved session initialization to a separate...
2021-05-05 Roman ArutyunyanHTTP/3: separate header files for existing source files.
2021-05-05 Roman ArutyunyanHTTP/3: moved parsing uni stream type to ngx_http_v3_pa...
2021-04-27 Roman ArutyunyanHTTP/3: renamed ngx_http_v3_client_XXX() functions.
2021-05-05 Roman ArutyunyanHTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3...
2021-05-05 Roman ArutyunyanHTTP/3: reference h3c directly from ngx_http_connection_t.
2021-04-30 Roman ArutyunyanHTTP/3: ngx_http_v3_get_session() macro.
2021-05-05 Roman ArutyunyanHTTP/3: moved Stream Cancellation stub to ngx_http_v3_s...
2021-05-04 Roman ArutyunyanHTTP/3: fixed decoder stream stubs.
2021-05-05 Roman ArutyunyanHTTP/3: reject empty DATA and HEADERS frames on control...
2021-04-28 Vladimir HomutovQUIC: fixed build with NGX_QUIC_DEBUG_ALLOC enabled.
2021-04-29 Vladimir HomutovQUIC: connection migration.
2021-04-22 Ruslan ErmilovRestored zeroing of ngx_channel_t in ngx_pass_open_chan...
2021-04-22 Vladimir HomutovHTTP/3: adjusted control stream parsing.
2021-04-21 Maxim DouninMail: fixed reading with fully filled buffer (ticket...
2021-04-21 Maxim DouninVersion bump.
2021-04-19 Roman ArutyunyanQUIC: renamed stream variables from sn to qs.
2021-04-19 Roman ArutyunyanQUIC: renamed stream field from c to connection.
2021-04-16 Sergey KandaurovQUIC: fixed permitted packet types for PATH_RESPONSE.
2021-04-19 Vladimir HomutovQUIC: added missing checks for limits in stream frames...
2021-04-19 Vladimir HomutovQUIC: fixed parsing of unknown frame types.
2021-04-15 Vladimir HomutovQUIC: avoid sending extra frames in case of error.
2021-04-13 Maxim Douninrelease-1.19.10 tag
2021-04-13 Maxim Douninnginx-1.19.10-RELEASE release-1.19.10
2021-04-13 Sergey KandaurovQUIC: normalize header inclusion.
2021-04-13 Sergey KandaurovQUIC: ngx_quic_frames_stream_t made opaque.
2021-04-14 Vladimir HomutovQUIC: separate files for SSL library interfaces.
2021-04-13 Vladimir HomutovQUIC: separate files for tokens related processing.
2021-04-13 Vladimir HomutovQUIC: separate files for output and ack related processing.
2021-04-13 Vladimir HomutovQUIC: separate files for stream related processing.
2021-04-13 Vladimir HomutovQUIC: separate files for frames related processing.
2021-04-13 Vladimir HomutovQUIC: separate files for connection id related processing.
2021-04-14 Vladimir HomutovQUIC: headers cleanup.
2021-04-09 Vladimir HomutovQUIC: separate function for connection ids initialization.
2021-04-07 Maxim DouninChanged keepalive_requests default to 1000 (ticket...
2021-04-07 Maxim DouninAdded $connection_time variable.
2021-04-07 Maxim DouninIntroduced the "keepalive_time" directive.
2021-04-07 Vladimir HomutovQUIC: fixed ngx_quic_send_ack_range() function.
2021-04-06 Maxim DouninHTTP/2: relaxed PRIORITY frames limit.
2021-04-05 Maxim DouninConfigure: fixed --test-build-epoll on FreeBSD 13.
2021-04-05 Vladimir HomutovQUIC: fixed debug message macro.
2021-04-05 Vladimir HomutovQUIC: added error codes and messages from latest drafts.
next