1. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  2. e7a770c MINOR: cache: Add "Age" header. by Frédéric Lécaille · 6 years ago
  3. 4eba544 MINOR: cache: Avoid usage of atoi() when parsing "max-object-size". by Frédéric Lécaille · 6 years ago
  4. bc58449 BUG/MINOR: cache: Wrong usage of shctx_init(). by Frédéric Lécaille · 6 years ago
  5. b9b8b6b BUG/MINOR: cache: Crashes with "total-max-size" > 2047(MB). by Frédéric Lécaille · 6 years ago
  6. a2219f5 MINOR: cache: Add "max-object-size" option. by Frédéric Lécaille · 6 years ago
  7. b7838af MINOR: shctx: Add a maximum object size parameter. by Frédéric Lécaille · 6 years ago
  8. 8df65ae MINOR: cache: Larger HTTP objects caching. by Frédéric Lécaille · 6 years ago
  9. 0bec807 MINOR: shctx: Shared objects block by block allocation. by Frédéric Lécaille · 6 years ago
  10. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  11. 6b952c8 REORG: http: move http_get_path() to http.c by Willy Tarreau · 6 years ago
  12. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  13. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  14. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  15. 178b987 MINOR: cache: use the new buffer API by Willy Tarreau · 6 years ago
  16. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · 6 years ago
  17. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  18. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · 6 years ago
  19. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  20. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  21. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  22. 1093a45 BUG/MAJOR: cache: always initialize newly created objects by Willy Tarreau · 6 years ago
  23. 5bd37fa BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks by Willy Tarreau · 6 years ago
  24. afe1de5 BUG/MINOR: cache: fix "show cache" output by Willy Tarreau · 6 years ago
  25. d4569d1 BUG/MEDIUM: cache: don't cache the response on no-cache="set-cookie" by Willy Tarreau · 7 years ago
  26. 504455c BUG/MEDIUM: cache: respect the request cache-control header by Willy Tarreau · 7 years ago
  27. c9bd34c BUG/MEDIUM: cache: replace old object on store by Willy Tarreau · 7 years ago
  28. 7704b1e BUG/MEDIUM: cache: do not try to retrieve host-less requests from the cache by Willy Tarreau · 7 years ago
  29. faf2909 BUG/MINOR: cache: do not force the TX_CACHEABLE flag before checking cacheability by Willy Tarreau · 7 years ago
  30. bcd9101 BUG/MEDIUM: cache: bad computation of the remaining size by William Lallemand · 7 years ago
  31. fd5efb5 CLEANUP: cache: more efficiently pack the struct cache by Willy Tarreau · 7 years ago
  32. 49b4453 MEDIUM: cache: max-age configuration keyword by William Lallemand · 7 years ago
  33. a71cd1d MINOR: cache: replace a fprint() by an abort() by William Lallemand · 7 years ago
  34. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  35. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  36. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  37. ecb73b1 MINOR: cache: move the refcount decrease in the applet release by William Lallemand · 7 years ago
  38. 49dc048 BUG/MEDIUM: cache: free ressources in chn_end_analyze by William Lallemand · 7 years ago
  39. f528fff MEDIUM: cache: store sha1 for hashing the cache key by William Lallemand · 7 years ago
  40. e899af8 BUG/MEDIUM: cache fix cli_kws structure by William Lallemand · 7 years ago
  41. 55e7674 BUG/MEDIUM: cache: refcount forbids to free the objects by William Lallemand · 7 years ago
  42. 0872766 BUG/MEDIUM: cache: use key=0 as a condition for freeing by William Lallemand · 7 years ago
  43. 1f49a36 MEDIUM: cache: "show cache" on the cli by William Lallemand · 7 years ago
  44. 75d9329 CLEANUP: cache: reorder includes by William Lallemand · 7 years ago
  45. eee5c39 CLEANUP: cache: remove wrong comment by William Lallemand · 7 years ago
  46. a400a3a BUG/MEDIUM: cache: free callback to remove from tree by William Lallemand · 7 years ago
  47. e1533f5 MINOR: cache: disable cache if shctx_row_data_append fail by William Lallemand · 7 years ago
  48. 10935bc MINOR: cache: forward data with headers by William Lallemand · 7 years ago
  49. 9d5f54d BUG/MEDIUM: cache: use msg->sov to forward header by William Lallemand · 7 years ago
  50. 18f133a BUG/MEDIUM: cache: does not cache if no Content-Length by William Lallemand · 7 years ago
  51. 9c54c53 BUG/MEDIUM: cache: don't try to resolve wrong filters by William Lallemand · 7 years ago
  52. fccf840 MINOR: cache: Don't confuse act_return and act_parse_ret. by Olivier Houchard · 7 years ago
  53. cd2867a MINOR: cache: Remove useless test for nonzero. by Olivier Houchard · 7 years ago
  54. 77c1197 MEDIUM: cache: deliver objects from cache by William Lallemand · 7 years ago
  55. 4da3f8a MEDIUM: cache: store objects in cache by William Lallemand · 7 years ago
  56. 41db460 MEDIUM: cache: configuration parsing and initialization by William Lallemand · 7 years ago