Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
73e1dfcfdf913897fa52bc7945635972dd8fd0d6
/
src
/
h1.c
950a8a6
BUG/MINOR: h1: fix buffer shift after realignment
by Willy Tarreau
· Thu Sep 06 10:48:15 2018 +0200
c9fa048
MAJOR: buffer: finalize buffer detachment
by Willy Tarreau
· Tue Jul 10 17:43:27 2018 +0200
72a100b
MINOR: buffer: replace bi_fast_delete() with b_del()
by Willy Tarreau
· Tue Jul 10 09:59:31 2018 +0200
5e74b0b
MEDIUM: h1: port to new buffer API.
by Willy Tarreau
· Tue Jun 19 08:03:19 2018 +0200
f40e682
MINOR: h1: make h1_measure_trailers() use an offset and a count
by Willy Tarreau
· Thu Jun 14 16:52:02 2018 +0200
7314be8
MINOR: h1: make h1_measure_trailers() take the byte count in argument
by Willy Tarreau
· Thu Jun 14 13:32:50 2018 +0200
188e230
MINOR: buffer: convert most b_ptr() calls to c_ptr()
by Willy Tarreau
· Fri Jun 15 11:11:53 2018 +0200
8f9c72d
MINOR: buffer: remove bi_end()
by Willy Tarreau
· Thu Jun 07 18:46:28 2018 +0200
41e38ac
MINOR: buffer: remove bo_end()
by Willy Tarreau
· Thu Jun 07 18:22:26 2018 +0200
1b4cf9b
BUG/MINOR: h1: the HTTP/1 make status code parser check for digits
by Willy Tarreau
· Thu Nov 09 11:15:45 2017 +0100
2510f70
MINOR: h1: add a function to measure the trailers length
by Willy Tarreau
· Tue Oct 31 17:14:16 2017 +0100
d22e83a
MINOR: h1: store the status code in the H1 message
by Willy Tarreau
· Tue Oct 31 08:02:24 2017 +0100
8ea0f38
MEDIUM: h1: ensure that 1xx, 204 and 304 don't have a payload body
by Willy Tarreau
· Mon Oct 30 19:31:59 2017 +0100
794f9af
MEDIUM: h1: reimplement the http/1 response parser for the gateway
by Willy Tarreau
· Wed Jul 26 09:07:47 2017 +0200
8740c8b
REORG: http: move the HTTP/1 header block parser to h1.c
by Willy Tarreau
· Thu Sep 21 10:22:25 2017 +0200
db4893d
REORG: http: move the HTTP/1 chunk parser to h1.{c,h}
by Willy Tarreau
· Thu Sep 21 08:40:02 2017 +0200
0da5b3b
REORG: http: move some very http1-specific parts to h1.{c,h}
by Willy Tarreau
· Thu Sep 21 09:30:46 2017 +0200