Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a17f4116d5eb6b843dcacc7ab017b60ceca1946a
/
src
/
http_htx.c
d7b7a1c
MEDIUM: http-htx: Keep the Host header and the request start-line synchronized
by Christopher Faulet
· Tue Oct 08 15:24:52 2019 +0200
90cc481
BUG/MINOR: http_htx: Support empty errorfiles
by Christopher Faulet
· Mon Jul 22 16:49:30 2019 +0200
f734638
MINOR: http: Don't store raw HTTP errors in chunks anymore
by Christopher Faulet
· Wed Jul 17 22:02:08 2019 +0200
28b18c5
CLEANUP: proxy: Remove the flag PR_O2_USE_HTX
by Christopher Faulet
· Mon Jul 15 15:13:41 2019 +0200
192c6a2
MINOR: htx: Deduce the number of used blocks from tail and head values
by Christopher Faulet
· Tue Jun 11 16:32:24 2019 +0200
7b889cb
BUG/MINOR: http_htx: Initialize HTX error messages for TCP proxies
by Christopher Faulet
· Mon Jul 15 14:43:38 2019 +0200
1d5ec09
BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages
by Christopher Faulet
· Wed Jun 26 14:23:54 2019 +0200
3e2638e
BUG/MEDIUM: htx: Fully update HTX message when the block value is changed
by Christopher Faulet
· Tue Jun 18 09:49:16 2019 +0200
e4ab11b
BUG/MINOR: http: Use the global value to limit the number of parsed headers
by Christopher Faulet
· Tue Jun 11 15:05:37 2019 +0200
d7884d3
MAJOR: htx: Rework how free rooms are tracked in an HTX message
by Christopher Faulet
· Tue Jun 11 10:40:43 2019 +0200
0a7ef02
MINOR: htx: make htx_add_data() return the transmitted byte count
by Willy Tarreau
· Tue May 28 10:30:11 2019 +0200
29f1758
MEDIUM: htx: Store the first block position instead of the start-line one
by Christopher Faulet
· Thu May 23 11:03:26 2019 +0200
a3f1550
MEDIUM: http/htx: Perform analysis relatively to the first block
by Christopher Faulet
· Mon May 13 15:27:23 2019 +0200
7b7d507
MINOR: http/htx: Use sl_pos directly to replace the start-line
by Christopher Faulet
· Mon May 13 15:22:59 2019 +0200
297fbb4
MINOR: htx: Replace the function http_find_stline() by http_get_stline()
by Christopher Faulet
· Mon May 13 14:41:27 2019 +0200
9c66b98
MINOR: htx: Store start-line block's position instead of address of its payload
by Christopher Faulet
· Tue Apr 30 18:08:26 2019 +0200
28f29c7
MINOR: htx: Store the head position instead of the wrap one
by Christopher Faulet
· Tue Apr 30 17:55:45 2019 +0200
4904058
BUG/MINOR: htx: Exclude TCP proxies when the HTX mode is handled during startup
by Christopher Faulet
· Wed Apr 24 15:25:00 2019 +0200
05aab64
BUG/MEDIUM: htx: Defrag if blocks position is changed and the payloads wrap
by Christopher Faulet
· Thu Apr 11 13:43:57 2019 +0200
cdce54c
BUILD/MINOR: htx: fix some potential null-deref warnings with http_find_stline
by Willy Tarreau
· Tue Feb 12 12:02:27 2019 +0100
afba57a
REORG: h1: merge types+proto into common/h1.h
by Willy Tarreau
· Tue Dec 11 13:44:24 2018 +0100
b96b77e
REORG: htx: merge types+proto into common/htx.h
by Willy Tarreau
· Tue Dec 11 10:22:41 2018 +0100
aa75b3d
CLEANUP: htx: Fix indentation here and there in HTX files
by Christopher Faulet
· Wed Dec 05 16:20:40 2018 +0100
27ba2dc
MEDIUM: htx: Rework conversion from a buffer to an htx structure
by Christopher Faulet
· Wed Dec 05 11:53:24 2018 +0100
a7b677c
MEDIUM: proto_htx: Convert all HTTP error messages into HTX
by Christopher Faulet
· Thu Nov 29 16:48:49 2018 +0100
f1ba18d
MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing
by Christopher Faulet
· Mon Nov 26 21:37:08 2018 +0100
570d161
MEDIUM: htx: Change htx_sl to be a struct instead of an union
by Christopher Faulet
· Mon Nov 26 11:13:57 2018 +0100
573fe73
BUG/MINOR: htx: Stop a header or a start line lookup on the first EOH or EOM
by Christopher Faulet
· Wed Nov 28 16:55:12 2018 +0100
7ff1cea
MINOR: http_htx: Add functions to retrieve a specific occurrence of a header
by Christopher Faulet
· Wed Oct 24 10:39:35 2018 +0200
e010c80
MINOR: http_htx: Add functions to replace part of the start-line
by Christopher Faulet
· Wed Oct 24 10:36:45 2018 +0200
47596d3
MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c
by Christopher Faulet
· Mon Oct 22 09:17:28 2018 +0200