]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-07-28 Vladimir HomutovQUIC: handle EAGAIN properly on UDP sockets.
2021-07-29 Roman ArutyunyanHTTP/3: require mandatory uni streams before additional...
2021-07-28 Roman ArutyunyanQUIC: eliminated stream type from ngx_quic_stream_frame_t.
2021-07-23 Vladimir HomutovQUIC: updated README with GSO details.
2021-07-16 Roman ArutyunyanHTTP/3: use request pool instead of connection pool.
2021-07-13 Roman ArutyunyanHTTP/3: response trailers support.
2021-07-22 Sergey KandaurovQUIC: avoid processing 1-RTT with incomplete handshake...
2021-07-20 Vladimir HomutovQUIC: the "quic_gso" directive.
2021-07-20 Vladimir HomutovCore: fixed errno clobbering in ngx_sendmsg().
2021-07-15 Sergey KandaurovMerged with the default branch.
2021-07-15 Vladimir HomutovCore: added separate function for local source address...
2021-07-15 Vladimir HomutovQUIC: added support for segmentation offloading.
2021-07-15 Vladimir HomutovCore: made the ngx_sendmsg() function non-static.
2021-07-12 Vladimir HomutovCore: the ngx_event_udp.h header file.
2021-07-06 Maxim Douninrelease-1.21.1 tag
2021-07-06 Maxim Douninnginx-1.21.1-RELEASE release-1.21.1
2021-07-05 Ruslan ErmilovWin32: use only preallocated memory in send/recv chain...
2021-07-05 Vladimir HomutovQUIC: fixed padding calculation.
2021-07-05 Ruslan ErmilovUse only preallocated memory in ngx_readv_chain() ...
2021-07-01 Sergey KandaurovHTTP/3: quic-qpack term updates.
2021-06-30 Roman ArutyunyanQUIC: consider max_ack_delay=16384 invalid.
2021-06-28 Maxim DouninDisabled control characters in the Host header.
2021-06-28 Maxim DouninImproved logging of invalid headers.
2021-06-28 Maxim DouninDisabled control characters and space in header names.
2021-06-28 Maxim DouninDisabled control characters in URIs.
2021-06-28 Maxim DouninDisabled spaces in URIs (ticket #196).
2021-06-28 Maxim DouninCore: escaping of chars not allowed in URIs per RFC...
2021-06-28 Maxim DouninCore: fixed comment about escaping in arguments.
2021-06-28 Maxim DouninDisabled requests with both Content-Length and Transfer...
2021-06-28 Maxim DouninAdded CONNECT method rejection.
2021-06-28 Maxim DouninMoved TRACE method rejection to a better place.
2021-06-23 Vladimir HomutovQUIC: fixed client certificates verification in stream.
2021-06-25 Sergey KandaurovREADME: updated path after moving QUIC sources.
2021-06-21 Sergey KandaurovQUIC: fixed double memzero of new frames in ngx_quic_al...
2021-06-21 Vladimir HomutovCore: added the ngx_rbtree_data() macro.
2021-06-18 Maxim DouninFixed format strings for ngx_win32_version.
2021-06-17 Sergey KandaurovQUIC: compact initial secrets table.
2021-06-17 Sergey KandaurovgRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
2021-06-17 Sergey KandaurovgRPC: handling GOAWAY with a higher last stream identifier.
2021-06-16 Sergey KandaurovQUIC: using compile time block/iv length for tokens.
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.
next