1. 874a35c DOC: Fix typos in lua documentation by Bertrand Jacquin · 6 years ago
  2. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  3. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  4. 44a41a8 MINOR: filters: convert to the new buffer API by Willy Tarreau · 6 years ago
  5. 5ba6552 MINOR: buffer: replace buffer_pending() with ci_data() by Willy Tarreau · 6 years ago
  6. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  7. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  8. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  9. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  10. 71a6a8e MEDIUM: threads/filters: Add init/deinit callback per thread by Christopher Faulet · 7 years ago
  11. 570f799 BUG/MEDIUM: filters: Be sure to call flt_end_analyze for both channels by Christopher Faulet · 7 years ago
  12. 2b553de BUG/MINOR: filters: Don't force the stream's wakeup when we wait in flt_end_analyze by Christopher Faulet · 7 years ago
  13. e600624 BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze by Christopher Faulet · 7 years ago
  14. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · 7 years ago
  15. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · 7 years ago
  16. 64bca59 CLEANUP: filters: use the function registration to initialize all proxies by Willy Tarreau · 8 years ago
  17. a00d817 MINOR: filters: Add check_timeouts callback to handle timers expiration on streams by Christopher Faulet · 8 years ago
  18. c6062be MINOR: filters: Remove backend filters attached to a stream only for HTTP streams by Christopher Faulet · 8 years ago
  19. 31ed32d MEDIUM: filters: Add attch/detach and stream_set_backend callbacks by Christopher Faulet · 8 years ago
  20. 55048a4 BUG/MEDIUM: filters: Fix data filtering when data are modified by Christopher Faulet · 8 years ago
  21. 3a394fa MEDIUM: filters: Add pre and post analyzer callbacks by Christopher Faulet · 8 years ago
  22. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · 8 years ago
  23. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · 8 years ago
  24. 00e818a MINOR: filters: Filters must define the callbacks struct during config parsing by Christopher Faulet · 8 years ago
  25. cc7317d MINOR: filters: Typo in an error message by Christopher Faulet · 8 years ago
  26. b3f4e14 MINOR: filters: Print the list of existing filters during HA startup by Christopher Faulet · 8 years ago
  27. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  28. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · 9 years ago
  29. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · 9 years ago
  30. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  31. 2fb2880 MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end by Christopher Faulet · 9 years ago
  32. 3e34429 MEDIUM: filters: Use macros to call filters callbacks to speed-up processing by Christopher Faulet · 9 years ago
  33. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  34. 02c7b22 MINOR: filters: Do not reset stream analyzers if the client is gone by Christopher Faulet · 9 years ago
  35. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago