- 4034e2c CLEANUP: sample: uninline sample_conv_var2smp_str() by Willy Tarreau · 3 years, 2 months ago
- d9be599 CLEANUP: sample: rename sample_conv_var2smp() to *_sint by Willy Tarreau · 3 years, 2 months ago
- 80527bc CLEANUP: server: always include the storage for SSL settings by Willy Tarreau · 3 years, 2 months ago
- 746e6f3 MINOR: httpclient/lua: supports headers via named arguments by William Lallemand · 3 years, 2 months ago
- ef574b2 BUG/MINOR: httpclient/lua: does not process headers when failed by William Lallemand · 3 years, 2 months ago
- 2a87900 MINOR: httpclient: destroy checks if a client was started but not stopped by William Lallemand · 3 years, 2 months ago
- 4d60184 BUG/MEDIUM: httpclient/lua: crash because of b_xfer and get_trash_chunk() by William Lallemand · 3 years, 2 months ago
- f77f1de MINOR: httpclient/lua: implement garbage collection by William Lallemand · 3 years, 2 months ago
- b8b1370 MINOR: httpclient: test if started during stop_and_destroy() by William Lallemand · 3 years, 2 months ago
- ecb83e1 MINOR: httpclient: stop_and_destroy() ask the applet to autokill by William Lallemand · 3 years, 2 months ago
- 739f90a MINOR: httpclient: set HTTPCLIENT_F_ENDED only in release by William Lallemand · 3 years, 2 months ago
- 03f5a1c MINOR: httpclient: destroy() must free the headers and the ists by William Lallemand · 3 years, 2 months ago
- d347588 BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule by Christopher Faulet · 3 years, 2 months ago
- d28b2b2 BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release by Christopher Faulet · 3 years, 2 months ago
- 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · 3 years, 2 months ago
- 6136989 MINOR: time: uninline report_idle() and move it to task.c 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
- 6a2a912 CLEANUP: tasks: remove the long-unused work_lists by Willy Tarreau · 3 years, 2 months ago
- 7a96999 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · 3 years, 2 months ago
- cb59e0b BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input by Christopher Faulet · 3 years, 2 months ago
- eaba25d BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · 3 years, 2 months ago
- 35926a1 MINOR: arg: Be able to forbid unresolved args when building an argument list by Christopher Faulet · 3 years, 2 months ago
- e3957f8 BUG/MAJOR: lua: use task_wakeup() to properly run a task once by Willy Tarreau · 3 years, 2 months ago
- 12c0270 BUG/MEDIUM: lua: fix wakeup condition from sleep() by Willy Tarreau · 3 years, 2 months ago
- 9543d5a MINOR: ssl: Store the last SSL error code in case of read or write failure by Remi Tricot-Le Breton · 3 years, 2 months ago
- 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · 3 years, 2 months ago
- 61944f7 MINOR: ssl: Set connection error code in case of SSL read or write fatal failure by Remi Tricot-Le Breton · 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
- 545fbba MINOR: h1: Change T-E header parsing to fail if chunked encoding is found twice by Christopher Faulet · 3 years, 2 months ago
- 92cafb3 MINOR: http: Add 422-Unprocessable-Content error message 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
- a015b3e MINOR: log: Try to get the status code when MUX_EXIT_STATUS is retrieved by Christopher Faulet · 3 years, 2 months ago
- 2d5d4e0 MINOR: init: extract the setup and end of threads to their own functions by Willy Tarreau · 3 years, 2 months ago
- fb641d7 MEDIUM: init: de-uglify the per-thread affinity setting by Willy Tarreau · 3 years, 2 months ago
- 2a30f4d CLEANUP: init: remove useless test against MAX_THREADS in affinity loop by Willy Tarreau · 3 years, 2 months ago
- 51ec03a MINOR: config: use a standard parser for the "nbthread" keyword by Willy Tarreau · 3 years, 2 months ago
- 614e683 BUG/MEDIUM: httpclient: replace ist0 by istptr by William Lallemand · 3 years, 2 months ago
- 4a4e663 Revert "head-truc" by William Lallemand · 3 years, 2 months ago
- 7d21836 head-truc by William Lallemand · 3 years, 2 months ago
- eaf16fc CLEANUP: slz: Mark `reset_refs` as static by Tim Duesterhus · 3 years, 2 months ago
- 79416cb BUG/MINOR: httpclient/lua: return an error on argument check by William Lallemand · 3 years, 2 months ago
- d7df73a MINOR: httpclient/lua: implement the headers in the response object by William Lallemand · 3 years, 2 months ago
- 3956c4e MINOR: httpclient/lua: httpclient:get() API in lua by William Lallemand · 3 years, 2 months ago
- 1123dde MINOR: httpclient: httpclient_ended() returns 1 if the client ended by William Lallemand · 3 years, 2 months ago
- 518878e MINOR: httpclient: httpclient_data() returns the available data by William Lallemand · 3 years, 2 months ago
- b6b1cde CLEANUP: stats: Fix some alignment mistakes by Thierry Fournier · 3 years, 2 months ago
- e9ed63e MINOR: stats: Enable dark mode on stat web page by Thierry Fournier · 3 years, 2 months ago
- 9a006f9 BUG/MINOR: http-ana: increment internal_errors counter on response error by Dragan Dosen · 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
- 2bc364c BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary by Christopher Faulet · 3 years, 2 months ago
- 4697c92 MINOR: htx: Add an HTX flag to know when a message is fragmented by Christopher Faulet · 3 years, 2 months ago
- 68a14db MINOR: stream-int: Set CO_RFL transient/persistent flags apart in si_cs_rcv() by Christopher Faulet · 3 years, 2 months ago
- 7833596 BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM by Christopher Faulet · 3 years, 2 months ago
- df99408 BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data 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
- 216d335 BUG/MINOR: h1-htx: Fix a typo when request parser is reset by Christopher Faulet · 3 years, 2 months ago
- cde9112 MINOR: quic: fix qcc subs initialization by Amaury Denoyelle · 3 years, 2 months ago
- cd28b27 MEDIUM: quic: implement mux release/conn free by Amaury Denoyelle · 3 years, 2 months ago
- 414cac5 MINOR: quic: define close handler by Amaury Denoyelle · 3 years, 2 months ago
- 865b078 MINOR: quic: Crash upon too big packets receipt by Frédéric Lécaille · 3 years, 2 months ago
- 3230bcf MINOR: quic: Possible endless loop in qc_treat_rx_pkts() by Frédéric Lécaille · 3 years, 2 months ago
- 310d1bd MINOR: quic: RX packets memory leak by Frédéric Lécaille · 3 years, 2 months ago
- ebc3fc1 CLEANUP: quic: Remove useless inline functions by Frédéric Lécaille · 3 years, 2 months ago
- 8526f14 MINOR: quic: Wake up the xprt from mux by Frédéric Lécaille · 3 years, 2 months ago
- 1d40240 MINOR: quic: Implement qc_process_mux() by Frédéric Lécaille · 3 years, 2 months ago
- d2ba096 MINOR: quic: Stream FIN bit fix in qcs_push_frame() by Frédéric Lécaille · 3 years, 2 months ago
- 1c482c6 MINOR: quic: Wake up the mux upon ACK receipt by Frédéric Lécaille · 3 years, 2 months ago
- 513b4f2 MINOR: quic: Implement quic_conn_subscribe() by Frédéric Lécaille · 3 years, 2 months ago
- 153194f MINOR: mux_quic: Export the mux related flags by Frédéric Lécaille · 3 years, 2 months ago
- acd43a5 MINOR: quic: Add useful trace about pktns discarding by Frédéric Lécaille · 3 years, 2 months ago
- 8c27de7 MINOR: quic: Initial packet number spaced not discarded by Frédéric Lécaille · 3 years, 2 months ago
- 2cb130c MINOR: quic: Constantness fixes for frame builders/parsers. by Frédéric Lécaille · 3 years, 2 months ago
- dc2593e MINOR: quic: Wrong packet flags settings during frame building by Frédéric Lécaille · 3 years, 2 months ago
- 156a59b MINOR: quic: Confusion between TX/RX for the frame builders by Frédéric Lécaille · 3 years, 2 months ago
- 578a789 MINOR: mux_quic: move qc_process() code to qc_send() by Frédéric Lécaille · 3 years, 2 months ago
- 785d3bd MINOR: quic: Make use of buffer structs to handle STREAM frames by Frédéric Lécaille · 3 years, 3 months ago
- b9c06fb MINOR: quic_sock: Do not flag QUIC connections as being set by Frédéric Lécaille · 3 years, 3 months ago
- 48fc74a MINOR: quic: Missing active_connection_id_limit default value by Frédéric Lécaille · 3 years, 3 months ago
- d4d6aa7 MINOR: quic: Attach the QUIC connection to a thread. by Frédéric Lécaille · 3 years, 3 months ago
- 2fc76cf MINOR: quic: Make QUIC-TLS support at least two initial salts by Frédéric Lécaille · 3 years, 3 months ago
- 2766e78 MINOR: quic: Shorten some handshakes by Frédéric Lécaille · 3 years, 3 months ago
- 42bb8aa MINOR: h3/mux: detect fin on last h3 frame of the stream by Amaury Denoyelle · 3 years, 3 months ago
- 8e2a998 MINOR: h3: send htx data by Amaury Denoyelle · 3 years, 3 months ago
- 15b0961 MINOR: h3: encode htx headers to QPACK by Amaury Denoyelle · 3 years, 3 months ago
- e0930fc MINOR: qpack: encode headers functions by Amaury Denoyelle · 3 years, 3 months ago
- 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · 3 years, 3 months ago
- 26dfd90 MINOR: h3: define snd_buf callback and divert mux ops by Amaury Denoyelle · 3 years, 3 months ago
- 7b1d3d6 MINOR: mux-quic: send SETTINGS on uni stream by Amaury Denoyelle · 3 years, 3 months ago
- f52151d MEDIUM: mux-quic: implement ring buffer on stream tx by Amaury Denoyelle · 3 years, 3 months ago
- 9904355 MINOR: h3: allocate stream on headers by Amaury Denoyelle · 3 years, 3 months ago
- b49fa1a MINOR: h3: parse headers to htx by Amaury Denoyelle · 3 years, 3 months ago
- fd7cdc3 MINOR: qpack: generate headers list on decoder by Amaury Denoyelle · 3 years, 3 months ago
- 484317e MINOR: qpack: fix wrong comment by Amaury Denoyelle · 3 years, 3 months ago
- 3394939 MINOR: h3: change default settings by Amaury Denoyelle · 3 years, 3 months ago
- a5b1b89 MINOR: quic: Prepare STREAM frames to fill QUIC packets by Frédéric Lécaille · 3 years, 3 months ago
- e16f0bd MINOR: h3: Send h3 settings asap by Frédéric Lécaille · 3 years, 3 months ago