Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
b75e828b298c958beb10c830a1ccb3df0840c30c
/
include
/
proto
/
h1.h
c26c72d
CLEANUP: h1: Fix debug warnings for h1 headers
by Dirkjan Bussink
· Fri Sep 14 14:30:25 2018 +0200
11da567
MINOR: h1: remove the HTTP status from the H1M struct
by Willy Tarreau
· Tue Sep 11 19:23:04 2018 +0200
001823c
MEDIUM: h1: remove the useless H1_MSG_BODY state
by Willy Tarreau
· Wed Sep 12 17:25:32 2018 +0200
a41393f
MEDIUM: h1: make the parser support a pointer to a start line
by Willy Tarreau
· Tue Sep 11 15:34:50 2018 +0200
bbf3823
MINOR: h1: properly pre-initialize err_pos to -2
by Willy Tarreau
· Wed Sep 12 09:08:54 2018 +0200
ccaf233
MINOR: h1: add a message flag to indicate that a message carries a response
by Willy Tarreau
· Tue Sep 11 16:47:23 2018 +0200
7f437ff
MINOR: h1: provide a distinct init() function for request and response
by Willy Tarreau
· Tue Sep 11 13:51:19 2018 +0200
acc295c
MINOR: h1: remove the unused states from h1m_state
by Willy Tarreau
· Tue Sep 11 12:01:48 2018 +0200
b3b0152
MINOR: h1: add the restart offsets into struct h1m
by Willy Tarreau
· Tue Sep 11 11:51:31 2018 +0200
801250e
REORG: h1: create a new h1m_state
by Willy Tarreau
· Tue Sep 11 11:45:04 2018 +0200
35b51c6
REORG: http: move the HTTP semantics definitions to http.h/http.c
by Willy Tarreau
· Mon Sep 10 15:38:55 2018 +0200
591d445
MINOR: buffer: use b_orig() to replace most references to b->data
by Willy Tarreau
· Fri Jun 15 17:21:00 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
84d6b7a
MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore
by Willy Tarreau
· Thu Jun 14 15:59:05 2018 +0200
c0973c6
MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore
by Willy Tarreau
· Thu Jun 14 15:53:21 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
b15e3fe
BUG/MEDIUM: h1: ensure the chunk size parser can deal with full buffers
by Willy Tarreau
· Fri Nov 10 11:17:08 2017 +0100
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
794f9af
MEDIUM: h1: reimplement the http/1 response parser for the gateway
by Willy Tarreau
· Wed Jul 26 09:07:47 2017 +0200
4093a4d
MINOR: h1: add struct h1m for basic HTTP/1 messages
by Willy Tarreau
· Thu Sep 21 11:46:43 2017 +0200
b289256
MEDIUM: http: make the chunk crlf parser only depend on the buffer
by Willy Tarreau
· Thu Sep 21 11:33:54 2017 +0200
e56cdd3
MEDIUM: http: make the chunk size parser only depend on the buffer
by Willy Tarreau
· Thu Sep 21 08:36:33 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