- d2b474f BUG/MEDIUM: cache/stats: Wait to have the request before sending the response by Christopher Faulet · 10 weeks ago
- da7f270 BUG/MEDIUM: cache: Vary not working properly on anything other than accept-encoding by Remi Tricot-Le Breton · 7 months ago
- f5c2470 BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed by Remi Tricot-Le Breton · 12 months ago
- d6f0557 BUG/MEDIUM: cache: Don't request more room than the max allowed by Christopher Faulet · 1 year, 7 months ago
- 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · 1 year, 7 months ago
- 2ca0158 CLEANUP: use "offsetof" where appropriate by Ilya Shipitsin · 1 year, 7 months ago
- f8130b2 MEDIUM: cache: Use the sedesc to report and detect end of processing by Christopher Faulet · 1 year, 8 months ago
- 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · 1 year, 8 months ago
- b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · 1 year, 9 months ago
- 25917cd BUG/MINOR: cache: Check cache entry is complete in case of Vary by Remi Tricot-Le Breton · 1 year, 9 months ago
- 879debe BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · 1 year, 9 months ago
- 9b5d57d BUG/MEDIUM: cache: use the correct time reference when comparing dates by Willy Tarreau · 1 year, 10 months ago
- 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · 2 years ago
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
- c5ddd9f CLEANUP: cache: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
- a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · 2 years, 6 months ago
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
- 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · 2 years, 6 months ago
- ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
- 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 6 months ago
- 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
- d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · 2 years, 6 months ago
- b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 6 months ago
- d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 6 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · 2 years, 7 months ago
- f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · 2 years, 7 months ago
- c6dfef7 CLEANUP: cache/cli: make use of a locally defined context for "show cache" by Willy Tarreau · 2 years, 7 months ago
- 1d216c7 BUG/MINOR: cache: Disable cache if applet creation fails by Christopher Faulet · 2 years, 7 months ago
- 1336ccf CLEANUP: conn-stream: rename cs_register_applet() to cs_applet_create() by Christopher Faulet · 2 years, 8 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- 3704663 MINOR: applet: Use the CS to register and release applets instead of SI by Christopher Faulet · 2 years, 8 months ago
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
- f1de1b5 BUG/MINOR: cache: do not display expired entries in "show cache" by Willy Tarreau · 2 years, 8 months ago
- 7750850 CLEANUP: Reapply ist.cocci with `--include-headers-for-types --recursive-includes` by Tim Duesterhus · 2 years, 8 months ago
- 8b1eed1 DEBUG: cache: Update underlying buffer when loading HTX message in cache applet by Christopher Faulet · 2 years, 9 months ago
- dbf1e88 BUG/MINOR: cache: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
- 7a58d79 MINOR: cache: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
- 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- 27f88a9 BUG/MINOR: cache: Fix loop on cache entries in "show cache" by Christopher Faulet · 3 years ago
- da91842 BUG/MEDIUM: cache/cli: make "show cache" thread-safe by Willy Tarreau · 3 years ago
- 1f38bdb BUG/MINOR: cache: properly ignore unparsable max-age in quotes by Willy Tarreau · 3 years, 1 month ago
- 49b0482 CLEANUP: chunk: remove misleading chunk_strncat() function by Willy Tarreau · 3 years, 1 month ago
- 9f7ed8a CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 1 month ago
- 2471f5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 1 month ago
- 284fbe1 CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 1 month ago
- 3bc6af4 BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · 3 years, 5 months ago
- ce6700a BUILD: cache: include tools.h in cache.c by Willy Tarreau · 3 years, 7 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
- acc5b01 MINOR: cache: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · 3 years, 8 months ago
- 154374c CLEANUP: Use istadv(const struct ist, const size_t) whenever possible by Tim Duesterhus · 3 years, 9 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 4 years ago
- 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 4 years ago
- 7704b0e CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 10 months ago
- ed84d84 CLEANUP: Rename accept_encoding_hash_cmp to accept_encoding_bitmap_cmp by Tim Duesterhus · 3 years, 10 months ago
- 5897cfe CLEANUP: cache: Use proper data types in secondary_key_cmp() by Tim Duesterhus · 3 years, 10 months ago
- 1d66e39 MINOR: cache: Remove the `hash` part of the accept-encoding secondary key by Tim Duesterhus · 3 years, 10 months ago
- 6ca8916 MINOR: cache: Do not store responses with an unknown encoding by Remi Tricot-Le Breton · 3 years, 11 months ago
- 94a01e1 CLEANUP: few extra typo and fixes over last one ("ot" -> "to") by Willy Tarreau · 3 years, 11 months ago
- b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 11 months ago
- c294284 CLEANUP: Reduce scope of `hdr_age` in http_action_store_cache() by Tim Duesterhus · 3 years, 11 months ago
- e2fff10 CLEANUP: Reduce scope of `header_name` in http_action_store_cache() by Tim Duesterhus · 3 years, 11 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- dc38bc4 BUG/MEDIUM: cache: Fix hash collision in `accept-encoding` handling for `Vary` by Tim Duesterhus · 4 years ago
- e6cc5b5 MINOR: cache: Replace the "process-vary" option's expected values by Remi Tricot-Le Breton · 4 years ago
- 42efffd MINOR: cache: Remove redundant test in http_action_req_cache_use by Remi Tricot-Le Breton · 4 years ago
- ce9e7b2 MEDIUM: cache: Manage a subset of encodings in accept-encoding normalizer by Remi Tricot-Le Breton · 4 years ago
- 6a34b2b MINOR: cache: Add specific secondary key comparison mechanism by Remi Tricot-Le Breton · 4 years ago
- e4421de BUG/MINOR: cache: Manage multiple headers in accept-encoding normalization by Remi Tricot-Le Breton · 4 years ago
- 2b5c5cb MINOR: cache: Avoid storing responses whose secondary key was not correctly calculated by Remi Tricot-Le Breton · 4 years ago
- bba2912 MINOR: cache: Refactoring of secondary_key building functions by Remi Tricot-Le Breton · 4 years ago
- f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
- 5853c0c MINOR: cache: Add a max-secondary-entries cache option by Remi Tricot-Le Breton · 4 years ago
- 73be796 MEDIUM: cache: Avoid going over duplicates lists too often by Remi Tricot-Le Breton · 4 years ago
- 65904e4 MEDIUM: cache: Add a secondary entry counter and insertion limitation by Remi Tricot-Le Breton · 4 years ago
- 964caaf BUG/MAJOR: cache: Crash because of disabled entry not removed from the tree by Remi Tricot-Le Breton · 4 years ago
- e3e1e5f MINOR: cache: Dump secondary entries in "show cache" by Remi Tricot-Le Breton · 4 years ago
- 51058d6 MINOR: cache: Consider invalid Age values as stale by Remi Tricot-Le Breton · 4 years ago
- 72cffaf MEDIUM: cache: Remove cache entry in case of POST on the same resource by Remi Tricot-Le Breton · 4 years ago
- fcea374 MINOR: cache: Add extra "cache-control" value checks by Remi Tricot-Le Breton · 4 years ago
- 795e141 MINOR: cache: Do not store stale entry by Remi Tricot-Le Breton · 4 years ago
- 3243447 MINOR: cache: Add entry to the tree as soon as possible by Remi Tricot-Le Breton · 4 years ago
- 8bb72aa MINOR: cache: Improve accept_encoding_normalizer by Remi Tricot-Le Breton · 4 years ago
- 23b2945 BUG/CRITICAL: cache: Fix trivial crash by sending accept-encoding header by Tim Duesterhus · 4 years ago
- 754b242 MINOR: cache: Add a process-vary option that can enable/disable Vary processing by Remi Tricot-Le Breton · 4 years ago