1. 5eaeec5 BUG/MAJOR: h2: make header field name filtering stronger by Willy Tarreau · Sun Nov 24 10:34:39 2019 +0100
  2. c36c678 BUG/MAJOR: h2: reject header values containing invalid chars by Willy Tarreau · Fri Nov 22 16:02:43 2019 +0100
  3. 41dc843 BUG/MEDIUM: htx: Fully update HTX message when the block value is changed by Christopher Faulet · Tue Jun 18 09:49:16 2019 +0200
  4. 032cff3 BUG/MEDIUM: h2/htx: Update data length of the HTX when the cookie list is built by Christopher Faulet · Mon Jun 17 11:44:47 2019 +0200
  5. a9a5c04 MINOR: h2: Set flags about the request's scheme on the start-line by Christopher Faulet · Fri Jun 14 10:25:47 2019 +0200
  6. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  7. 33543e7 MINOR: h2/htx: Set hdrs_bytes on the SL when an HTX message is produced by Christopher Faulet · Wed May 15 15:53:20 2019 +0200
  8. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  9. 9255e7e BUG/MEDIUM: h2/htx: verify that :path doesn't contain invalid chars by Willy Tarreau · Tue Mar 05 10:47:37 2019 +0100
  10. 0b46548 BUG/MEDIUM: h2/htx: Correctly handle interim responses when HTX is enabled by Christopher Faulet · Tue Feb 19 15:14:23 2019 +0100
  11. 44af3cf MINOR: h2/htx: Set the flag HTX_SL_F_BODYLESS for messages without body by Christopher Faulet · Mon Feb 18 10:12:56 2019 +0100
  12. 9c84d82 MINOR: h2: add a generic frame checker by Willy Tarreau · Wed Jan 30 15:09:21 2019 +0100
  13. 4790f7c MEDIUM: h2: always parse and deduplicate the content-length header by Willy Tarreau · Thu Jan 24 11:33:02 2019 +0100
  14. 1e1f27c MINOR: h2: add h2_make_htx_trailers to turn H2 headers to HTX trailers by Willy Tarreau · Thu Jan 03 18:39:54 2019 +0100
  15. 9d953e7 MINOR: h2: add h2_make_h1_trailers to turn H2 headers to H1 trailers by Willy Tarreau · Thu Jan 03 16:18:14 2019 +0100
  16. beefaee MEDIUM: h2: properly check and deduplicate the content-length header in HTX by Willy Tarreau · Wed Dec 19 13:08:08 2018 +0100
  17. 164e061 BUG/MEDIUM: h2: fix aggregated cookie length computation in HTX mode by Willy Tarreau · Tue Dec 18 11:00:41 2018 +0100
  18. 1329b5b MINOR: h2: add new functions to produce an HTX message from an H2 response by Willy Tarreau · Mon Oct 08 14:49:20 2018 +0200
  19. 6deb412 MINOR: h2: implement H2->HTX request header frame transcoding by Willy Tarreau · Tue Nov 27 15:34:18 2018 +0100
  20. eba10f2 BUG/MEDIUM: h2: implement missing support for chunked encoded uploads by Willy Tarreau · Wed Apr 25 20:44:22 2018 +0200
  21. 174b06a MINOR: h2: detect presence of CONNECT and/or content-length by Willy Tarreau · Wed Apr 25 18:13:58 2018 +0200
  22. 637f64d BUG/MEDIUM: h2: do not accept upper case letters in request header names by Willy Tarreau · Sun Dec 03 20:28:13 2017 +0100
  23. fe7c356 BUG/MEDIUM: h2: remove connection-specific headers from request by Willy Tarreau · Sun Dec 03 20:15:34 2017 +0100
  24. 5208869 BUG/MINOR: h2: reject response pseudo-headers from requests by Willy Tarreau · Sun Dec 03 20:13:54 2017 +0100
  25. d8d2ac7 BUG/MINOR: h2: the TE header if present may only contain trailers by Willy Tarreau · Sun Dec 03 18:41:31 2017 +0100
  26. cd4fe17 BUG/MINOR: h2: ":path" must not be empty by Willy Tarreau · Sun Dec 03 11:51:31 2017 +0100
  27. 811ad12 BUG/MAJOR: h2: correctly check the request length when building an H1 request by Willy Tarreau · Sun Dec 03 09:44:50 2017 +0100
  28. 2fb986c BUG/MEDIUM: h2: always reassemble the Cookie request header field by Willy Tarreau · Tue Nov 21 21:01:29 2017 +0100
  29. f24ea8e MEDIUM: h2: add a function to emit an HTTP/1 request from a headers list by Willy Tarreau · Tue Nov 21 19:55:27 2017 +0100