1. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  2. 1093a45 BUG/MAJOR: cache: always initialize newly created objects by Willy Tarreau · Fri Apr 06 19:02:25 2018 +0200
  3. 5bd37fa BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks by Willy Tarreau · Wed Apr 04 20:17:03 2018 +0200
  4. afe1de5 BUG/MINOR: cache: fix "show cache" output by Willy Tarreau · Wed Apr 04 11:56:43 2018 +0200
  5. d4569d1 BUG/MEDIUM: cache: don't cache the response on no-cache="set-cookie" by Willy Tarreau · Fri Dec 22 18:03:04 2017 +0100
  6. 504455c BUG/MEDIUM: cache: respect the request cache-control header by Willy Tarreau · Fri Dec 22 17:47:35 2017 +0100
  7. c9bd34c BUG/MEDIUM: cache: replace old object on store by Willy Tarreau · Fri Dec 22 17:42:46 2017 +0100
  8. 7704b1e BUG/MEDIUM: cache: do not try to retrieve host-less requests from the cache by Willy Tarreau · Fri Dec 22 16:32:43 2017 +0100
  9. faf2909 BUG/MINOR: cache: do not force the TX_CACHEABLE flag before checking cacheability by Willy Tarreau · Thu Dec 21 15:59:17 2017 +0100
  10. bcd9101 BUG/MEDIUM: cache: bad computation of the remaining size by William Lallemand · Tue Nov 28 11:33:02 2017 +0100
  11. fd5efb5 CLEANUP: cache: more efficiently pack the struct cache by Willy Tarreau · Sun Nov 26 08:54:31 2017 +0100
  12. 49b4453 MEDIUM: cache: max-age configuration keyword by William Lallemand · Fri Nov 24 18:53:43 2017 +0100
  13. a71cd1d MINOR: cache: replace a fprint() by an abort() by William Lallemand · Fri Nov 24 18:53:42 2017 +0100
  14. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  15. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  16. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  17. ecb73b1 MINOR: cache: move the refcount decrease in the applet release by William Lallemand · Fri Nov 24 14:33:55 2017 +0100
  18. 49dc048 BUG/MEDIUM: cache: free ressources in chn_end_analyze by William Lallemand · Fri Nov 24 14:33:54 2017 +0100
  19. f528fff MEDIUM: cache: store sha1 for hashing the cache key by William Lallemand · Thu Nov 23 19:43:17 2017 +0100
  20. e899af8 BUG/MEDIUM: cache fix cli_kws structure by William Lallemand · Wed Nov 22 16:41:26 2017 +0100
  21. 55e7674 BUG/MEDIUM: cache: refcount forbids to free the objects by William Lallemand · Tue Nov 21 20:01:28 2017 +0100
  22. 0872766 BUG/MEDIUM: cache: use key=0 as a condition for freeing by William Lallemand · Tue Nov 21 20:01:27 2017 +0100
  23. 1f49a36 MEDIUM: cache: "show cache" on the cli by William Lallemand · Tue Nov 21 20:01:26 2017 +0100
  24. 75d9329 CLEANUP: cache: reorder includes by William Lallemand · Tue Nov 21 20:01:24 2017 +0100
  25. eee5c39 CLEANUP: cache: remove wrong comment by William Lallemand · Mon Nov 20 19:13:15 2017 +0100
  26. a400a3a BUG/MEDIUM: cache: free callback to remove from tree by William Lallemand · Mon Nov 20 19:13:12 2017 +0100
  27. e1533f5 MINOR: cache: disable cache if shctx_row_data_append fail by William Lallemand · Tue Nov 14 14:39:24 2017 +0100
  28. 10935bc MINOR: cache: forward data with headers by William Lallemand · Tue Nov 14 14:39:23 2017 +0100
  29. 9d5f54d BUG/MEDIUM: cache: use msg->sov to forward header by William Lallemand · Tue Nov 14 14:39:22 2017 +0100
  30. 18f133a BUG/MEDIUM: cache: does not cache if no Content-Length by William Lallemand · Wed Nov 08 11:25:15 2017 +0100
  31. 9c54c53 BUG/MEDIUM: cache: don't try to resolve wrong filters by William Lallemand · Thu Nov 02 16:38:42 2017 +0100
  32. fccf840 MINOR: cache: Don't confuse act_return and act_parse_ret. by Olivier Houchard · Wed Nov 01 14:04:02 2017 +0100
  33. cd2867a MINOR: cache: Remove useless test for nonzero. by Olivier Houchard · Wed Nov 01 13:58:21 2017 +0100
  34. 77c1197 MEDIUM: cache: deliver objects from cache by William Lallemand · Tue Oct 31 20:43:01 2017 +0100
  35. 4da3f8a MEDIUM: cache: store objects in cache by William Lallemand · Tue Oct 31 14:33:34 2017 +0100
  36. 41db460 MEDIUM: cache: configuration parsing and initialization by William Lallemand · Mon Oct 30 11:15:51 2017 +0100