Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
744de5b52ad1ade82205b27aa9421f5ac88f84cf
/
include
/
proto
/
h1.h
55d6be7
MINOR: h1: Export some functions parsing the value of some HTTP headers
by Christopher Faulet
· 6 years ago
c26c72d
CLEANUP: h1: Fix debug warnings for h1 headers
by Dirkjan Bussink
· 6 years ago
11da567
MINOR: h1: remove the HTTP status from the H1M struct
by Willy Tarreau
· 6 years ago
001823c
MEDIUM: h1: remove the useless H1_MSG_BODY state
by Willy Tarreau
· 6 years ago
a41393f
MEDIUM: h1: make the parser support a pointer to a start line
by Willy Tarreau
· 6 years ago
bbf3823
MINOR: h1: properly pre-initialize err_pos to -2
by Willy Tarreau
· 6 years ago
ccaf233
MINOR: h1: add a message flag to indicate that a message carries a response
by Willy Tarreau
· 6 years ago
7f437ff
MINOR: h1: provide a distinct init() function for request and response
by Willy Tarreau
· 6 years ago
acc295c
MINOR: h1: remove the unused states from h1m_state
by Willy Tarreau
· 6 years ago
b3b0152
MINOR: h1: add the restart offsets into struct h1m
by Willy Tarreau
· 6 years ago
801250e
REORG: h1: create a new h1m_state
by Willy Tarreau
· 6 years ago
35b51c6
REORG: http: move the HTTP semantics definitions to http.h/http.c
by Willy Tarreau
· 6 years ago
591d445
MINOR: buffer: use b_orig() to replace most references to b->data
by Willy Tarreau
· 6 years ago
f40e682
MINOR: h1: make h1_measure_trailers() use an offset and a count
by Willy Tarreau
· 6 years ago
84d6b7a
MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore
by Willy Tarreau
· 6 years ago
c0973c6
MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore
by Willy Tarreau
· 6 years ago
7314be8
MINOR: h1: make h1_measure_trailers() take the byte count in argument
by Willy Tarreau
· 6 years ago
b15e3fe
BUG/MEDIUM: h1: ensure the chunk size parser can deal with full buffers
by Willy Tarreau
· 7 years ago
1b4cf9b
BUG/MINOR: h1: the HTTP/1 make status code parser check for digits
by Willy Tarreau
· 7 years ago
2510f70
MINOR: h1: add a function to measure the trailers length
by Willy Tarreau
· 7 years ago
d22e83a
MINOR: h1: store the status code in the H1 message
by Willy Tarreau
· 7 years ago
794f9af
MEDIUM: h1: reimplement the http/1 response parser for the gateway
by Willy Tarreau
· 7 years ago
4093a4d
MINOR: h1: add struct h1m for basic HTTP/1 messages
by Willy Tarreau
· 7 years ago
b289256
MEDIUM: http: make the chunk crlf parser only depend on the buffer
by Willy Tarreau
· 7 years ago
e56cdd3
MEDIUM: http: make the chunk size parser only depend on the buffer
by Willy Tarreau
· 7 years ago
8740c8b
REORG: http: move the HTTP/1 header block parser to h1.c
by Willy Tarreau
· 7 years ago
db4893d
REORG: http: move the HTTP/1 chunk parser to h1.{c,h}
by Willy Tarreau
· 7 years ago
0da5b3b
REORG: http: move some very http1-specific parts to h1.{c,h}
by Willy Tarreau
· 7 years ago