1. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  2. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  3. 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · 6 years ago
  4. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · 6 years ago
  5. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  6. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  7. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  8. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · 6 years ago
  9. 892f1db MINOR: buffer: rename the "data" field to "area" by Willy Tarreau · 6 years ago
  10. d54a8ce MAJOR: start to change buffer API by Willy Tarreau · 6 years ago
  11. 0b66284 MEDIUM: compression: start to move to the new buffer API by Olivier Houchard · 6 years ago
  12. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · 6 years ago
  13. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · 6 years ago
  14. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · 6 years ago
  15. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  16. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  17. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · 6 years ago
  18. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  19. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  20. 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · 6 years ago
  21. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · 6 years ago
  22. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  23. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  24. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · 7 years ago
  25. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  26. 3dc860d BUG/MINOR: compression: Check response headers before http-response rules eval by Christopher Faulet · 7 years ago
  27. 03d8553 BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo by Christopher Faulet · 7 years ago
  28. a03d4ad MINOR: compression: Use a memory pool to allocate compression states by Christopher Faulet · 7 years ago
  29. d60b3cf BUG/MAJOR: compression: Be sure to release the compression state in all cases by Christopher Faulet · 7 years ago
  30. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · 8 years ago
  31. 06ecf3a BUG/MEDIUM: http/compression: Fix how chunked data are copied during the HTTP body parsing by Christopher Faulet · 8 years ago
  32. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · 8 years ago
  33. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · 8 years ago
  34. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  35. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  36. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  37. b77c5c2 MEDIUM: filters: Optimize the HTTP compression for chunk encoded response by Christopher Faulet · 9 years ago
  38. 3e7bc67 MINOR: filters: Remove unused or useless stuff and do small optimizations by Christopher Faulet · 9 years ago
  39. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · 9 years ago
  40. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · 9 years ago
  41. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  42. 2fb2880 MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end by Christopher Faulet · 9 years ago
  43. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  44. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · 9 years ago