Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
e3a42a6c2dd9f5c4f98b72b36a27cf14b88a3bfb
/
src
/
hpack-enc.c
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
f268ee8
REORG: include: split global.h into haproxy/global{,-t}.h
by Willy Tarreau
· Thu Jun 04 17:05:57 2020 +0200
be327fa
REORG: include: move hpack*.h to haproxy/ and split hpack-tbl
by Willy Tarreau
· Wed Jun 03 09:09:57 2020 +0200
0017be0
REORG: include: split common/http-hdr.h into haproxy/http-hdr{,-t}.h
by Willy Tarreau
· Tue Jun 02 19:25:28 2020 +0200
eb6f701
REORG: include: move ist.h from common/ to import/
by Willy Tarreau
· Wed May 27 16:21:26 2020 +0200
a1bd1fa
BUILD: use inttypes.h instead of stdint.h
by Willy Tarreau
· Fri Mar 29 17:26:33 2019 +0100
0dc1b84
BUG/MAJOR: hpack: fix length check for short names encoding
by Willy Tarreau
· Sun Dec 16 09:38:30 2018 +0100
bad0a38
MINOR: hpack: move the length computation and encoding functions to .h
by Willy Tarreau
· Tue Dec 11 07:44:00 2018 +0100
2c31394
MEDIUM: hpack: make it possible to encode any static header name
by Willy Tarreau
· Mon Dec 10 15:19:14 2018 +0100
19ed92b
MINOR: hpack: optimize header encoding for short names
by Willy Tarreau
· Tue Dec 11 06:42:01 2018 +0100
ac73ae0
MINOR: hpack: use ist2bin() to copy header names in hpack_encode_header()
by Willy Tarreau
· Tue Dec 11 06:27:06 2018 +0100
1526f19
MINOR: hpack: simplify the len to bytes conversion
by Willy Tarreau
· Mon Dec 10 13:36:56 2018 +0100
7571015
BUG/MINOR: hpack: fix off-by-one in header name encoding length calculation
by Willy Tarreau
· Tue Dec 11 06:46:03 2018 +0100
a40782b
MINOR: hpack: add ":path" to the list of common header fields
by Willy Tarreau
· Sun Dec 02 12:43:18 2018 +0100
4bf194c
BUG/MEDIUM: hpack: fix encoding of "accept-ranges" field
by Willy Tarreau
· Tue Nov 20 04:47:38 2018 +0100
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· Fri Jul 13 11:56:34 2018 +0200
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· Fri Jul 13 10:54:26 2018 +0200
1be4f3d
MEDIUM: hpack: implement basic hpack encoding
by Willy Tarreau
· Thu Sep 21 14:35:57 2017 +0200