- 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
- f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 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
- dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · 3 years ago
- 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · 3 years ago
- 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
- e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · 3 years ago
- c17c31c BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer by Christopher Faulet · 2 years, 10 months ago
- 3b990fe BUG/MEDIUM: connection: properly leave stopping list on error by Willy Tarreau · 2 years, 11 months ago
- b4eca0e BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent data by Christopher Faulet · 2 years, 11 months ago
- a9dd901 MINOR: proxy: add option idle-close-on-response by William Dauchy · 2 years, 11 months ago
- 41951ab MINOR: mux-h1: add stat for total amount of bytes received and sent by Christopher Faulet · 3 years ago
- 3bca28c MINOR: mux-h1: add stat for total count of connections/streams by Christopher Faulet · 3 years ago
- 60fa051 MINOR: mux-h1: count open connections/streams on stats by Christopher Faulet · 3 years ago
- 563c345 MINOR: mux-h1: add counters instance to h1c by Christopher Faulet · 3 years ago
- b4c584e MINOR: mux-h1: register a stats module by Christopher Faulet · 3 years ago
- 6580f28 MINOR: mux-h1: Improve H1 traces by adding info about http parsers by Christopher Faulet · 3 years ago
- f5ce320 BUG/MINOR: mux-h1: Fix splicing for messages with unknown length by Christopher Faulet · 3 years ago
- 140f1a5 BUG/MEDIUM: mux-h1: Fix splicing by properly detecting end of message by Christopher Faulet · 3 years ago
- 7530830 BUG/MEDIUM: mux-h1: Handle delayed silent shut in h1_process() to release H1C by Christopher Faulet · 3 years ago
- 99293b0 MINOR: mux-h1: Slightly Improve H1 traces by Christopher Faulet · 3 years, 1 month ago
- 90ac605 MINOR: stream/mux: implement websocket stream flag by Amaury Denoyelle · 3 years, 1 month ago
- e76b4f0 BUG/MEDIUM: mux-h1: Perform a connection shutdown when the h1c is released by Christopher Faulet · 3 years, 1 month ago
- a85c522 BUG/MINOR: mux-h1: Save shutdown mode if the shutdown is delayed by Christopher Faulet · 3 years, 1 month ago
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
- b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
- 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · 3 years, 2 months ago
- beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
- da3adeb BUG/MEDIUM: mux-h1/mux-fcgi: Reject messages with unknown transfer encoding by Christopher Faulet · 3 years, 2 months ago
- f56e846 BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" by Christopher Faulet · 3 years, 2 months ago
- 631c7e8 MEDIUM: h1: Force close mode for invalid uses of T-E header by Christopher Faulet · 3 years, 2 months ago
- e136bd1 MEDIUM: mux-h1: Reject HTTP/1.0 GET/HEAD/DELETE requests with a payload by Christopher Faulet · 3 years, 2 months ago
- b3230f7 MINOR: mux-h1: Be able to set custom status code on parsing error by Christopher Faulet · 3 years, 2 months ago
- 36e46aa MINOR: mux-h1: Set error code if possible when MUX_EXIT_STATUS is returned by Christopher Faulet · 3 years, 2 months ago
- 564e39c MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf by Christopher Faulet · 3 years, 2 months ago
- 46e058d BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer by Christopher Faulet · 3 years, 2 months ago
- ab7389d BUG/MAJOR: mux-h1: Don't eval input data if an error was reported by Christopher Faulet · 3 years, 2 months ago
- 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · 3 years, 3 months ago
- cf30756 BUG/MINOR: mux-h1: Be sure to swap H1C to splice mode when rcv_pipe() is called by Christopher Faulet · 3 years, 4 months ago
- 07e10de BUG/MINOR: mux-h1: Obey dontlognull option for empty requests by Christopher Faulet · 3 years, 4 months ago
- b74debd BUG/MINOR: mux-h1: do not skip the error response on bad requests by Willy Tarreau · 3 years, 6 months ago
- 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
- 44c0dcf CLEANUP: mux-h1: Rename functions parsing input buf and filling output buf by Christopher Faulet · 3 years, 10 months ago
- 00d7cde MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs() by Christopher Faulet · 3 years, 10 months ago
- 16a524c MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data parsing by Christopher Faulet · 3 years, 10 months ago
- de471a4 MINOR: h1-htx: Update h1 parsing functions to return result as a size_t by Christopher Faulet · 3 years, 10 months ago
- adc0240 BUILD: mux-h1: include proxy.h from mux-h1.c by Willy Tarreau · 3 years, 7 months ago
- 10a8670 MINOR: mux-h1: Manage processing blocking flags on the H1 stream by Christopher Faulet · 3 years, 8 months ago
- 14ee9b8 CLEANUP: mux-h1: rename WAIT_INPUT/WAIT_OUTPUT flags by Christopher Faulet · 3 years, 8 months ago
- 02c92c3 MEDIUM: mux-h1: Wake H1 stream when both sides a synchronized by Christopher Faulet · 3 years, 8 months ago
- 94d3510 MINOR: mux-h1: Always subscribe for reads when splicing is disabled by Christopher Faulet · 3 years, 8 months ago
- 8454f2d MINOR: mux-h1: Subscribe for sends if output buffer is not empty in h1_snd_pipe by Christopher Faulet · 3 years, 8 months ago
- 2b861bf MINOR: mux-h1: clean up conditions to enabled and disabled splicing by Christopher Faulet · 3 years, 8 months ago
- 1baef15 BUG/MEDIUM: mux-h1: Properly report client close if abortonclose option is set by Christopher Faulet · 3 years, 8 months ago
- ec4207c MEDIUM: mux-h1: Don't block reads when waiting for the other side by Christopher Faulet · 3 years, 8 months ago
- d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · 3 years, 7 months ago
- efc6e95 MEDIUM: mux_h1: release idling frontend conns on soft-stop by Amaury Denoyelle · 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
- 6eb3d37 MINOR: trace: make trace sources read_mostly by Willy Tarreau · 3 years, 8 months ago
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
- 3f612f7 MEDIUM: mux-h1: Expose h1 in the list of supported mux protocols by Christopher Faulet · 3 years, 10 months ago
- 143e9e5 MINOR: mux-h1: Don't perform implicit HTTP/2 upgrade if not supported by mux by Christopher Faulet · 3 years, 9 months ago
- 62592ad BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent by Willy Tarreau · 3 years, 8 months ago
- d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · 3 years, 8 months ago
- dae6975 MINOR: muxes: garbage collect the reset() method. by Olivier Houchard · 3 years, 9 months ago
- 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · 3 years, 9 months ago
- 36119de BUG/MEDIUM: session: NULL dereference possible when accessing the listener by William Lallemand · 3 years, 9 months ago
- 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
- 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 9 months ago
- 4f8cd43 MINOR: xprt: add new xprt_set_idle and xprt_set_used methods by Willy Tarreau · 3 years, 9 months ago
- e388f2f MEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1 by Willy Tarreau · 3 years, 9 months ago
- 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
- dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 9 months ago
- 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 9 months ago
- 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · 3 years, 9 months ago
- 6c93c4e CLEANUP: muxes: Remove useless if condition in show_fd function by Christopher Faulet · 3 years, 9 months ago
- 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 9 months ago
- 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 9 months ago
- e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 9 months ago
- 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · 3 years, 9 months ago
- f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 11 months ago
- 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · 3 years, 11 months ago
- 0aeaa29 CLEANUP: muxes: Remove useless calls to b_realign_if_empty() by Christopher Faulet · 3 years, 10 months ago
- 3689367 MINOR: mux-h1: Be sure EOM flag is set when processing end of outgoing message by Christopher Faulet · 3 years, 10 months ago
- 0a916d2 BUG/MINOR: mux-h1: Don't blindly skip EOT block for non-chunked messages by Christopher Faulet · 3 years, 10 months ago
- 0d7e634 BUG/MINOR: mux-h1: Fix data skipping for bodyless responses by Christopher Faulet · 3 years, 10 months ago
- a22782b BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state by Christopher Faulet · 3 years, 10 months ago
- f4b7074 BUG/MINOR: mux-h1: Don't increment HTTP error counter for 408/500/501 errors by Christopher Faulet · 3 years, 10 months ago
- acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 10 months ago
- 3d6e0e3 BUG/MINOR: mux-h1: Don't emit extra CRLF for empty chunked messages by Christopher Faulet · 3 years, 10 months ago
- 1faeb4c MINOR: mux-h1: Remove first useless test on count in h1_process_output() by Christopher Faulet · 3 years, 10 months ago
- ac6322d MINOR: muxes: export the timeout and shutr task handlers by Willy Tarreau · 3 years, 10 months ago
- 26a2643 MINOR: mux-h1/trace: add traces at level ERROR for all kind of errors by Christopher Faulet · 3 years, 10 months ago
- aad333a MEDIUM: h1: add a WebSocket key on handshake if needed by Amaury Denoyelle · 4 years ago
- c193823 MEDIUM: h1: generate WebSocket key on response if needed by Amaury Denoyelle · 4 years ago
- 18ee5c3 MINOR: h1: reject websocket handshake if missing key by Amaury Denoyelle · 4 years ago
- f3e7619 MINOR: mux-h1: Don't add Connection close/keep-alive header for 1xx messages by Christopher Faulet · 4 years ago
- 91fcf21 MINOR: mux-h1: Don't emit C-L and T-E headers for 204 and 1xx responses by Christopher Faulet · 4 years ago
- e5596bf MEDIUM: mux-h1: Don't emit any payload for bodyless responses by Christopher Faulet · 4 years ago