Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
f6dfd88a92388823258efbf858fc3a2db7fa7bd3
/
src
/
flt_http_comp.c
d54a8ce
MAJOR: start to change buffer API
by Willy Tarreau
· 6 years ago
0b66284
MEDIUM: compression: start to move to the new buffer API
by Olivier Houchard
· 6 years ago
acd1403
MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o.
by Olivier Houchard
· 6 years ago
eac5259
MINOR: buffer: use b_room() to determine available space in a buffer
by Willy Tarreau
· 6 years ago
0e11d59
MINOR: buffer: remove bo_contig_data()
by Willy Tarreau
· 6 years ago
8f9c72d
MINOR: buffer: remove bi_end()
by Willy Tarreau
· 6 years ago
89faf5d
MINOR: buffer: remove bo_ptr()
by Willy Tarreau
· 6 years ago
dda2e41
MINOR: buffer: remove bi_ptr()
by Willy Tarreau
· 6 years ago
7194d3c
MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data()
by Willy Tarreau
· 6 years ago
bcbd393
MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew}
by Willy Tarreau
· 6 years ago
4d45238
MINOR: compression: pass the channel to http_compression_buffer_end()
by Willy Tarreau
· 6 years ago
506a29a
MINOR: buffer: switch buffer sizes and offsets to size_t
by Willy Tarreau
· 6 years ago
bafbe01
CLEANUP: pools: rename all pool functions and pointers to remove this "2"
by Willy Tarreau
· 7 years ago
767a84b
CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
by Christopher Faulet
· 7 years ago
8ca3b4b
MEDIUM: threads/compression: Make HTTP compression thread-safe
by Christopher Faulet
· 7 years ago
ff8abcd
MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars
by Christopher Faulet
· 7 years ago
3dc860d
BUG/MINOR: compression: Check response headers before http-response rules eval
by Christopher Faulet
· 7 years ago
03d8553
BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo
by Christopher Faulet
· 7 years ago
a03d4ad
MINOR: compression: Use a memory pool to allocate compression states
by Christopher Faulet
· 7 years ago
d60b3cf
BUG/MAJOR: compression: Be sure to release the compression state in all cases
by Christopher Faulet
· 7 years ago
2235b26
OPTIM: http: move all http character classs tables into a single one
by Willy Tarreau
· 8 years ago
06ecf3a
BUG/MEDIUM: http/compression: Fix how chunked data are copied during the HTTP body parsing
by Christopher Faulet
· 8 years ago
1339d74
MEDIUM: filters: Move HTTP headers filtering in its own callback
by Christopher Faulet
· 8 years ago
3610c39
MINOR: filters: add opaque data
by Thierry Fournier
· 9 years ago
02779b6
CLEANUP: uniformize last argument of malloc/calloc
by Vincent Bernat
· 9 years ago
be508f1
BUG/MAJOR: samples: check smp->strm before using it
by Willy Tarreau
· 9 years ago
443ea1a
MINOR: filters: Extract proxy stuff from the struct filter
by Christopher Faulet
· 9 years ago
b77c5c2
MEDIUM: filters: Optimize the HTTP compression for chunk encoded response
by Christopher Faulet
· 9 years ago
3e7bc67
MINOR: filters: Remove unused or useless stuff and do small optimizations
by Christopher Faulet
· 9 years ago
da02e17
MAJOR: filters: Require explicit registration to filter HTTP body and TCP data
by Christopher Faulet
· 9 years ago
fcf035c
MINOR: filters: Add stream_filters structure to hide filters info
by Christopher Faulet
· 9 years ago
309c641
MEDIUM: filters: Replace filter_http_headers callback by an analyzer
by Christopher Faulet
· 9 years ago
2fb2880
MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end
by Christopher Faulet
· 9 years ago
92d3638
MAJOR: filters/http: Rewrite the HTTP compression as a filter
by Christopher Faulet
· 9 years ago
3d97c90
REORG: filters: Prepare creation of the HTTP compression filter
by Christopher Faulet
· 9 years ago