1. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  2. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  3. acc5b01 MINOR: cache: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:00:49 2021 +0100
  4. 154374c CLEANUP: Use istadv(const struct ist, const size_t) whenever possible by Tim Duesterhus · Tue Mar 02 18:57:27 2021 +0100
  5. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  6. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  7. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · Fri Nov 20 17:43:16 2020 +0100
  8. 7704b0e CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Jan 23 02:11:59 2021 +0500
  9. ed84d84 CLEANUP: Rename accept_encoding_hash_cmp to accept_encoding_bitmap_cmp by Tim Duesterhus · Mon Jan 18 13:41:17 2021 +0100
  10. 5897cfe CLEANUP: cache: Use proper data types in secondary_key_cmp() by Tim Duesterhus · Mon Jan 18 13:41:18 2021 +0100
  11. 1d66e39 MINOR: cache: Remove the `hash` part of the accept-encoding secondary key by Tim Duesterhus · Mon Jan 18 13:41:16 2021 +0100
  12. 6ca8916 MINOR: cache: Do not store responses with an unknown encoding by Remi Tricot-Le Breton · Thu Jan 07 14:50:51 2021 +0100
  13. 94a01e1 CLEANUP: few extra typo and fixes over last one ("ot" -> "to") by Willy Tarreau · Wed Jan 06 17:35:12 2021 +0100
  14. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Jan 06 21:20:16 2021 +0500
  15. c294284 CLEANUP: Reduce scope of `hdr_age` in http_action_store_cache() by Tim Duesterhus · Sat Jan 02 22:47:17 2021 +0100
  16. e2fff10 CLEANUP: Reduce scope of `header_name` in http_action_store_cache() by Tim Duesterhus · Sat Jan 02 22:47:16 2021 +0100
  17. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  18. dc38bc4 BUG/MEDIUM: cache: Fix hash collision in `accept-encoding` handling for `Vary` by Tim Duesterhus · Tue Dec 29 12:43:53 2020 +0100
  19. e6cc5b5 MINOR: cache: Replace the "process-vary" option's expected values by Remi Tricot-Le Breton · Wed Dec 23 18:13:53 2020 +0100
  20. 42efffd MINOR: cache: Remove redundant test in http_action_req_cache_use by Remi Tricot-Le Breton · Wed Dec 23 18:13:52 2020 +0100
  21. ce9e7b2 MEDIUM: cache: Manage a subset of encodings in accept-encoding normalizer by Remi Tricot-Le Breton · Wed Dec 23 18:13:49 2020 +0100
  22. 6a34b2b MINOR: cache: Add specific secondary key comparison mechanism by Remi Tricot-Le Breton · Wed Dec 23 18:13:47 2020 +0100
  23. e4421de BUG/MINOR: cache: Manage multiple headers in accept-encoding normalization by Remi Tricot-Le Breton · Wed Dec 23 18:13:46 2020 +0100
  24. 2b5c5cb MINOR: cache: Avoid storing responses whose secondary key was not correctly calculated by Remi Tricot-Le Breton · Wed Dec 23 18:13:45 2020 +0100
  25. bba2912 MINOR: cache: Refactoring of secondary_key building functions by Remi Tricot-Le Breton · Wed Dec 23 18:13:44 2020 +0100
  26. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Dec 21 01:16:17 2020 +0500
  27. 5853c0c MINOR: cache: Add a max-secondary-entries cache option by Remi Tricot-Le Breton · Thu Dec 10 17:58:43 2020 +0100
  28. 73be796 MEDIUM: cache: Avoid going over duplicates lists too often by Remi Tricot-Le Breton · Thu Dec 10 17:58:42 2020 +0100
  29. 65904e4 MEDIUM: cache: Add a secondary entry counter and insertion limitation by Remi Tricot-Le Breton · Thu Dec 10 17:58:41 2020 +0100
  30. 964caaf BUG/MAJOR: cache: Crash because of disabled entry not removed from the tree by Remi Tricot-Le Breton · Tue Dec 15 14:30:12 2020 +0100
  31. e3e1e5f MINOR: cache: Dump secondary entries in "show cache" by Remi Tricot-Le Breton · Fri Nov 27 15:48:40 2020 +0100
  32. 51058d6 MINOR: cache: Consider invalid Age values as stale by Remi Tricot-Le Breton · Thu Dec 03 18:19:32 2020 +0100
  33. 72cffaf MEDIUM: cache: Remove cache entry in case of POST on the same resource by Remi Tricot-Le Breton · Thu Dec 03 18:19:31 2020 +0100
  34. fcea374 MINOR: cache: Add extra "cache-control" value checks by Remi Tricot-Le Breton · Thu Dec 03 18:19:30 2020 +0100
  35. 795e141 MINOR: cache: Do not store stale entry by Remi Tricot-Le Breton · Thu Dec 03 18:19:29 2020 +0100
  36. 3243447 MINOR: cache: Add entry to the tree as soon as possible by Remi Tricot-Le Breton · Wed Nov 25 10:09:43 2020 +0100
  37. 8bb72aa MINOR: cache: Improve accept_encoding_normalizer by Remi Tricot-Le Breton · Mon Nov 30 17:06:03 2020 +0100
  38. 23b2945 BUG/CRITICAL: cache: Fix trivial crash by sending accept-encoding header by Tim Duesterhus · Tue Nov 24 22:22:56 2020 +0100
  39. 754b242 MINOR: cache: Add a process-vary option that can enable/disable Vary processing by Remi Tricot-Le Breton · Mon Nov 16 15:56:10 2020 +0100
  40. 1785f3d MEDIUM: cache: Add the Vary header support by Remi Tricot-Le Breton · Mon Nov 16 15:56:09 2020 +0100
  41. 3d08236 MINOR: cache: Prepare helper functions for Vary support by Remi Tricot-Le Breton · Mon Nov 16 15:56:08 2020 +0100
  42. fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · Fri Nov 06 15:24:23 2020 +0100
  43. cc9bf2e MEDIUM: cache: Change caching conditions by Remi Tricot-Le Breton · Thu Nov 12 11:14:41 2020 +0100
  44. 8c2db71 BUG/MINOR: cache: Inverted variables in http_calc_maxage function by Remi Tricot-Le Breton · Fri Oct 30 14:26:13 2020 +0100
  45. a647611 MINOR: cache: Add Expires header value parsing by Remi Tricot-Le Breton · Wed Oct 28 17:52:53 2020 +0100
  46. bf97121 MINOR: cache: Create res.cache_hit and res.cache_name sample fetches by Remi Tricot-Le Breton · Tue Oct 27 11:55:57 2020 +0100
  47. 53161d8 MINOR: cache: Process the If-Modified-Since header in conditional requests by Remi Tricot-Le Breton · Fri Oct 23 10:51:28 2020 +0200
  48. 27091b4 MINOR: cache: Store the "Last-Modified" date in the cache_entry by Remi Tricot Le Breton · Fri Oct 23 10:51:27 2020 +0200
  49. e014234 BUG/MINOR: cache: Check the return value of http_replace_res_status by Tim Duesterhus · Thu Oct 22 21:15:06 2020 +0200
  50. 6cb1038 MEDIUM: cache: Add support for 'If-None-Match' request header by Remi Tricot-Le Breton · Thu Oct 22 10:40:05 2020 +0200
  51. dbb65b5 MEDIUM: cache: Store the ETag information in the cache_entry by Remi Tricot-Le Breton · Thu Oct 22 10:40:04 2020 +0200
  52. d7c6e6a CLEANUP: cache: Fix leak of cconf->c.name during config check by Tim Duesterhus · Mon Sep 14 18:01:33 2020 +0200
  53. ff4d86b MINOR: cache: Reject duplicate cache names by Tim Duesterhus · Tue Aug 18 22:20:27 2020 +0200
  54. ea969f6 DOC: cache: Use '<name>' instead of '<id>' in error message by Tim Duesterhus · Tue Aug 18 22:06:51 2020 +0200
  55. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · Wed Jul 22 16:20:34 2020 +0200
  56. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  57. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  58. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  59. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  60. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  61. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  62. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · Thu Jun 04 21:29:29 2020 +0200
  63. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  64. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  65. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  66. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  67. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  68. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  69. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  70. 334099c REORG: include: move shctx to haproxy/shctx{,-t}.h by Willy Tarreau · Wed Jun 03 18:38:48 2020 +0200
  71. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
  72. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
  73. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
  74. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  75. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  76. 2a37cdb BUG/MINOR: cache: Don't needlessly test "cache" keyword in parse_cache_flt() by Christopher Faulet · Mon May 18 11:58:16 2020 +0200
  77. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
  78. 65554e1 MINOR: cache/filters: Initialize the cache filter when stream is created by Christopher Faulet · Fri Mar 06 14:52:06 2020 +0100
  79. 497c759 BUG/MEDIUM: cache/filters: Fix loop on HTX blocks caching the response payload by Christopher Faulet · Mon Mar 02 16:19:50 2020 +0100
  80. 8b50758 CLEANUP: cache: use read_u32/write_u32 to access the cache entry's hash by Willy Tarreau · Tue Feb 25 09:35:07 2020 +0100
  81. d34b1ce BUG/MINOR: cache: Fix leak of cache name in error path by Tim Duesterhus · Sat Jan 18 01:46:18 2020 +0100
  82. 20020ae MINOR: chunk: add chunk_istcat() to concatenate an ist after a chunk by Willy Tarreau · Tue Oct 29 13:02:15 2019 +0100
  83. d1d1e22 BUG/MINOR: cache: alloc shctx after check config by William Lallemand · Wed Aug 28 15:22:49 2019 +0200
  84. ccc61d8 BUG/MINOR: cache: also cache absolute URIs by Willy Tarreau · Thu Oct 17 09:28:28 2019 +0200
  85. 22c6107 BUG/MEDIUM: cache: make sure not to cache requests with absolute-uri by Willy Tarreau · Mon Oct 07 14:06:34 2019 +0200
  86. 6905d18 Revert "MINOR: cache: allow caching of OPTIONS request" by Willy Tarreau · Tue Oct 01 17:59:17 2019 +0200
  87. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · Sun Aug 11 23:11:03 2019 +0200
  88. b066747 BUG/MEDIUM: cache: Don't cache objects if the size of headers is too big by Christopher Faulet · Tue Sep 03 22:22:12 2019 +0200
  89. 15a4ce8 BUG/MEDIUM: cache: Properly copy headers splitted on several shctx blocks by Christopher Faulet · Tue Sep 03 22:11:52 2019 +0200
  90. 1263540 MINOR: cache: allow caching of OPTIONS request by Baptiste Assmann · Wed Aug 07 12:24:36 2019 +0200
  91. db92a83 MINOR: cache: add method to cache hash by Baptiste Assmann · Mon Aug 05 16:55:32 2019 +0200
  92. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · Wed Jul 17 22:02:08 2019 +0200
  93. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  94. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  95. 95e7ea3 MEDIUM: cache: Remove code relying on the legacy HTTP mode by Christopher Faulet · Mon Jul 15 21:01:29 2019 +0200
  96. 8f7fe1c MINOR: cache: Remove tests on the option 'http-use-htx' by Christopher Faulet · Mon Jul 15 15:08:25 2019 +0200
  97. 5f2c49f BUG/MINOR: cache/htx: Make maxage calculation HTX aware by Christopher Faulet · Mon Jul 15 20:49:46 2019 +0200
  98. bda8397 BUG/MINOR: cache/htx: Fix the counting of data already sent by the cache applet by Christopher Faulet · Tue Jun 11 09:58:09 2019 +0200
  99. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  100. 8f3c256 MEDIUM: cache/htx: Always store info about HTX blocks in the cache by Christopher Faulet · Mon Jun 03 22:19:18 2019 +0200