Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
d5f9b19196db1caba105c3cc0d1d44fef2d33ad7
/
include
/
common
/
htx.h
549822f
MINOR: htx: Add function to drain data from an HTX message
by Christopher Faulet
· Mon Feb 25 10:23:19 2019 +0100
e5fcfbe
MINOR: htx: never check for null htx pointer in htx_is_{,not_}empty()
by Willy Tarreau
· Thu Jan 31 07:31:18 2019 +0100
245d189
DOC: htx: make it clear that htxbuf() and htx_from_buf() always return valid pointers
by Willy Tarreau
· Thu Jan 31 07:21:42 2019 +0100
00cf697
MINOR: htx: Add a function to truncate all blocks after a specific offset
by Christopher Faulet
· Mon Jan 07 14:53:27 2019 +0100
8564c1f
MINOR: htx: Add an helper function to get the max space usable for a block
by Christopher Faulet
· Mon Jan 07 13:48:55 2019 +0100
52610e9
MINOR: htx: add a new function to add a block without filling it
by Willy Tarreau
· Thu Jan 03 18:26:17 2019 +0100
b96b77e
REORG: htx: merge types+proto into common/htx.h
by Willy Tarreau
· Tue Dec 11 10:22:41 2018 +0100
[Renamed (79%) from include/proto/htx.h]
aa75b3d
CLEANUP: htx: Fix indentation here and there in HTX files
by Christopher Faulet
· Wed Dec 05 16:20:40 2018 +0100
27ba2dc
MEDIUM: htx: Rework conversion from a buffer to an htx structure
by Christopher Faulet
· Wed Dec 05 11:53:24 2018 +0100
3906e22
MINOR: htx: add buf_room_for_htx_data() to help optimize buffer transfers
by Willy Tarreau
· Wed Dec 05 07:56:25 2018 +0100
8ae4235
MINOR: htx: make htx_from_buf() adjust the size only on new buffers
by Willy Tarreau
· Wed Dec 05 09:47:34 2018 +0100
c59ff23
MINOR: htx: Rename functions htx_*_to_str() to be H1 specific
by Christopher Faulet
· Mon Dec 03 13:58:44 2018 +0100
c42c0e9
CLEANUP: fix typos in the htx subsystem
by Joseph Herlant
· Sun Nov 25 10:43:27 2018 -0800
f1ba18d
MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing
by Christopher Faulet
· Mon Nov 26 21:37:08 2018 +0100
54483df
MINOR: htx: Add the start-line offset for the HTX message in the HTX structure
by Christopher Faulet
· Mon Nov 26 15:05:52 2018 +0100
570d161
MEDIUM: htx: Change htx_sl to be a struct instead of an union
by Christopher Faulet
· Mon Nov 26 11:13:57 2018 +0100
14e8825
MINOR: htx: Add a function to find the HTX block corresponding to a data offset
by Christopher Faulet
· Thu Nov 22 11:28:18 2018 +0100
d16b0a7
MINOR: htx: Add function to iterate on an HTX message using HTX blocks
by Christopher Faulet
· Thu Nov 22 11:23:23 2018 +0100
24ed835
MINOR: htx: Add function to add an HTX block just before another one
by Christopher Faulet
· Thu Nov 22 11:20:43 2018 +0100
c01ed9f
MINOR: htx: add a function to cut the beginning of a DATA block
by Willy Tarreau
· Fri Nov 30 14:29:31 2018 +0100
a7280a1
BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl
by Willy Tarreau
· Mon Nov 26 19:41:40 2018 +0100
6689609
BUILD: htx: fix fprintf format inconsistency on 32-bit platforms
by Willy Tarreau
· Mon Nov 26 19:35:30 2018 +0100
a3d2a16
MEDIUM: htx: Add API to deal with the internal representation of HTTP messages
by Christopher Faulet
· Mon Oct 22 08:59:39 2018 +0200