COMMITS
July 29, 2026
A
BUG/MINOR: server: fix check reuse-pool in srv_settings_cpy()
Amaury Denoyelle committed
A
MINOR: server: ensure check-reuse-pool is init in srv_settings_init()
Amaury Denoyelle committed
A
BUG/MINOR: server: duplicate server alt_proto in srv_settings_cpy()
Amaury Denoyelle committed
A
MINOR: server: improve parsing error for server-template
Amaury Denoyelle committed
July 28, 2026
A
BUG/MINOR: server: fix QUIC on server-template
Amaury Denoyelle committed
M
BUG/MAJOR: ssl/ocsp: lock the OCSP response around reads in the stapling callback
Matt Suiche committed
M
BUG/MEDIUM: sample: reject the deprecated protobuf group wire types
Matt Suiche committed
M
BUG/MEDIUM: peers: check the available room before encoding dict values
Matt Suiche committed
C
BUG/MINOR: htx: Transfer HTX_FL_EOM flag on success in htx_append_msg()
Christopher Faulet committed
C
CLEANUP: http-conf: rename local trash variable
Christopher Faulet committed
C
BUG/MEDIUM: tools: make string encoding possible to fail instead of truncating
Christopher Faulet committed
July 27, 2026
W
CLEANUP: slz: clarify that the size promise applies to the stream, not to a call
Willy Tarreau committed
C
BUG/MINOR: http-rules: fix release of a failed "set-cookie-fmt" redirect rule
Christopher Faulet committed
C
BUG/MINOR: htx: Perform raw copy for messages of same size in htx_copy_msg()
Christopher Faulet committed
C
CLEANUP: http-conv: Remove useless enc_type init to ENC_QUERY
Christopher Faulet committed
W
BUG/MINOR: http-htx: check the strdup() of the "lf-string" http reply argument
Willy Tarreau committed
W
CLEANUP: http-conv: index the captures array with hdr->index in the converters
Willy Tarreau committed
W
BUG/MINOR: http-act: reject a negative capture id in the capture actions
Willy Tarreau committed
W
BUG/MINOR: http-act: work on a copy of the sample in del-headers-bin
Willy Tarreau committed
W
BUG/MINOR: http-act: restore the response buffer state in the early-hint action
Willy Tarreau committed
W
BUG/MINOR: http-act: fix a double free of the map reference on a parsing error
Willy Tarreau committed
W
BUG/MINOR: http-act: fix a double free of the regex on a rule parsing error
Willy Tarreau committed
W
CLEANUP: flt-comp: remove a no-op http_remove_header() call
Willy Tarreau committed
July 26, 2026
W
BUG/MINOR: slz: avoid undefined shifts when building the word byte by byte
Willy Tarreau committed
W
BUG/MINOR: slz: fix the adler32 accumulators signedness on 32-bit
Willy Tarreau committed
W
BUG/MINOR: slz: do not append a block to an already finished stream
Willy Tarreau committed
W
BUG/MEDIUM: slz: bound the bits wasted by the 9-bit literals
Willy Tarreau committed
W
BUG/MINOR: slz: use the exact switch cost for the last literals of a block
Willy Tarreau committed
W
CLEANUP: slz: fix the documented worst case size of flush() and finish()
Willy Tarreau committed
W
BUG/MINOR: slz: do not read past the end of the input around the match loop
Willy Tarreau committed