Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
aa8bbc12ddcb134defd9a0216cf15de00d3a5e5a
/
src
/
hpack-dec.c
ed52637
CLEANUP: Use `isttest()` and `istfree()`
by Tim Duesterhus
· Thu Mar 05 17:56:33 2020 +0100
241e29e
MINOR: ist: Add `IST_NULL` macro
by Tim Duesterhus
· Thu Mar 05 17:56:30 2020 +0100
077d366
CLEANUP: hpack: remove a redundant test in the decoder
by Willy Tarreau
· Wed Feb 05 15:28:55 2020 +0100
a1bd1fa
BUILD: use inttypes.h instead of stdint.h
by Willy Tarreau
· Fri Mar 29 17:26:33 2019 +0100
1e7d444
BUG/MINOR: hpack: return a compression error on invalid table size updates
by Willy Tarreau
· Thu Jan 24 10:47:10 2019 +0100
7f2a44d
BUG/CRITICAL: hpack: fix improper sign check on the header index value
by Willy Tarreau
· Mon Sep 17 14:07:33 2018 +0200
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
c775f83
DEBUG: hpack: add more traces to the hpack decoder
by Willy Tarreau
· Sat Dec 30 13:17:37 2017 +0100
bb39b49
BUG/MAJOR: hpack: don't return direct references to the dynamic headers table
by Willy Tarreau
· Sat Dec 30 16:56:28 2017 +0100
c611e66
BUG/MINOR: hpack: dynamic table size updates are only allowed before headers
by Willy Tarreau
· Sun Dec 03 18:09:21 2017 +0100
d85ba4e
BUG/MINOR: hpack: reject invalid header index
by Willy Tarreau
· Sun Dec 03 12:12:17 2017 +0100
9e28f45
BUG/MINOR: hpack: fix debugging output of pseudo header names
by Willy Tarreau
· Sun Dec 03 09:43:38 2017 +0100
59a10fb
MEDIUM: h2: change hpack_decode_headers() to only provide a list of headers
by Willy Tarreau
· Tue Nov 21 20:03:02 2017 +0100
679790b
MINOR: hpack: implement the decoder
by Willy Tarreau
· Tue May 30 19:09:44 2017 +0200