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