1. e1cc4b5 BUILD: compression: remove a warning when no compression lib is used by Willy Tarreau · Wed Aug 10 21:17:06 2016 +0200
  2. d8b8b53 BUG/MAJOR: compression: initialize avail_in/next_in even during flush by Willy Tarreau · Mon Aug 08 16:41:01 2016 +0200
  3. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  4. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100
  5. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · Thu Apr 30 11:48:27 2015 +0200
  6. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  7. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  8. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  9. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200
  10. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  11. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · Sat Apr 04 02:10:38 2015 +0200
  12. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  13. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  14. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  15. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · Fri Apr 03 15:40:56 2015 +0200
  16. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  17. 418b8c0 MAJOR: compression: integrate support for libslz by Willy Tarreau · Sun Mar 29 03:32:06 2015 +0200
  18. 7b21877 CLEANUP: compression: remove unused reset functions by Willy Tarreau · Sat Mar 28 22:08:25 2015 +0100
  19. 9787efa MEDIUM: compression: split deflate_flush() into flush and finish by Willy Tarreau · Sat Mar 28 19:17:31 2015 +0100
  20. c91840a MEDIUM: compression: add new "raw-deflate" compression algorithm by Willy Tarreau · Sat Mar 28 17:00:39 2015 +0100
  21. 615105e MEDIUM: compression: add a distinction between UA- and config- algorithms by Willy Tarreau · Sat Mar 28 16:40:46 2015 +0100
  22. 9f640a1 CLEANUP: compression: statify all algo-specific functions by Willy Tarreau · Sat Mar 28 15:46:00 2015 +0100
  23. 2aee221 BUG/MINOR: compression: consider the expansion factor in init by Willy Tarreau · Sat Mar 28 12:20:33 2015 +0100
  24. 15530d2 MEDIUM: compression: don't send leading zeroes with chunk size by Willy Tarreau · Sat Mar 28 12:05:47 2015 +0100
  25. d328af5 MEDIUM: compression: postpone buffer adjustments after compression by Willy Tarreau · Sat Mar 28 11:10:56 2015 +0100
  26. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  27. e583ea5 MEDIUM: buffer: use b_alloc() to allocate and initialize a buffer by Willy Tarreau · Mon Nov 24 11:30:16 2014 +0100
  28. 474cf54 MINOR: buffer: reset a buffer in b_reset() and not channel_init() by Willy Tarreau · Mon Nov 24 10:54:47 2014 +0100
  29. 4f31fc2 BUG/MEDIUM: compression: correctly report zlib_mem by Willy Tarreau · Wed Dec 24 18:07:55 2014 +0100
  30. 3ca5448 BUG/MINOR: compression: correctly report incoming byte count by Willy Tarreau · Wed Apr 23 19:31:17 2014 +0200
  31. 7f2f8d5 MAJOR: http/compression: fix chunked-encoded response processing by Willy Tarreau · Fri Apr 18 00:20:14 2014 +0200
  32. c24715e MAJOR: http: don't update msg->sov anymore while processing the body by Willy Tarreau · Thu Apr 17 15:21:20 2014 +0200
  33. 877e78d MAJOR: http: do not use msg->sol while processing messages or forwarding data by Willy Tarreau · Sun Apr 07 18:48:08 2013 +0200
  34. 7654c9f MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags by Thierry FOURNIER · Tue Dec 17 00:20:33 2013 +0100
  35. 4a4e6bc BUG/MEDIUM: compression: fix the output type of the compressor name by Willy Tarreau · Tue Mar 11 16:23:05 2014 +0100
  36. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · Mon Jul 22 16:29:32 2013 +0200
  37. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  38. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · Tue Jun 11 21:22:58 2013 +0200
  39. c5599e7 BUG/MEDIUM: compression: the deflate algorithm must use global settings as well by Willy Tarreau · Sun Apr 28 08:52:52 2013 +0200
  40. 7f6fa69 BUG/MINOR: fix unterminated ACL array in compression by Willy Tarreau · Tue Apr 23 19:39:43 2013 +0200
  41. 727db8b MINOR: compression: acl "res.comp" and fetch "res.comp_algo" by William Lallemand · Sat Apr 20 17:33:20 2013 +0200
  42. 00bf1de BUG/MEDIUM: compression: does not forward trailers by William Lallemand · Thu Nov 22 17:55:14 2012 +0100
  43. 55058a7 MINOR: stats: report HTTP compression stats per frontend and per backend by Willy Tarreau · Wed Nov 21 08:27:21 2012 +0100
  44. 072a2bf MINOR: compression: CPU usage limit by William Lallemand · Tue Nov 20 17:01:01 2012 +0100
  45. c714076 BUG/MINOR: compression: dynamic level increase by William Lallemand · Tue Nov 20 17:11:13 2012 +0100
  46. e3a7d99 MINOR: compression: report zlib memory usage by William Lallemand · Tue Nov 20 11:25:20 2012 +0100
  47. 8b52bb3 MEDIUM: compression: use pool for comp_ctx by William Lallemand · Fri Nov 16 18:06:41 2012 +0100
  48. bf3ae61 MEDIUM: compression: don't compress when no data by William Lallemand · Mon Nov 19 12:35:37 2012 +0100
  49. 4690985 BUG: compression: do not always increment the round counter on allocation failure by Willy Tarreau · Thu Nov 15 14:57:56 2012 +0100
  50. 6162c43 BUILD: report zlib support in haproxy -vv by Cyril Bonté · Sat Nov 10 19:27:47 2012 +0100
  51. b1fbd05 BUILD: compression: remove a build warning by Willy Tarreau · Sat Nov 10 17:49:37 2012 +0100
  52. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · Fri Nov 09 17:05:39 2012 +0100
  53. 9d5f548 MEDIUM: compression: limit RAM usage by William Lallemand · Wed Nov 07 16:12:57 2012 +0100
  54. 2b50247 MEDIUM: use pool for zlib by William Lallemand · Tue Oct 30 14:30:39 2012 +0100
  55. a509e4c MINOR: compression: memlevel and windowsize by William Lallemand · Wed Nov 07 16:54:34 2012 +0100
  56. 08289f1 BUILD: remove dependency to zlib.h by William Lallemand · Wed Oct 31 11:19:18 2012 +0100
  57. 1c2d622 CLEANUP: use struct comp_ctx instead of union by William Lallemand · Tue Oct 30 15:52:53 2012 +0100
  58. 3476364 BUILD: fix coexistence of openssl and zlib by Willy Tarreau · Fri Oct 26 15:05:35 2012 +0200
  59. 7e488d7 MINOR: compression: optimize memLevel to improve byte rate by Willy Tarreau · Fri Oct 26 11:36:40 2012 +0200
  60. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · Tue Oct 23 10:25:10 2012 +0200