2022-05-30 |
Willy Tarreau | BUILD: quic: use inttypes.h instead of stdint.h |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Willy Tarreau | BUILD: htx: use the unchecked version of htx_get_head_b... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Willy Tarreau | MINOR: htx: add an unchecked version of htx_get_head_blk() |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Willy Tarreau | SCRIPTS: make publish-release try to launch make-releas... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Willy Tarreau | SCRIPTS: add make-releases-json to recreate a releases... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Amaury Denoyelle | BUG/MINOR: h3: do not report bug on unknown method |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Amaury Denoyelle | BUG/MINOR: qpack: support bigger prefix-integer encoding |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Amaury Denoyelle | BUG/MINOR: qpack: fix buffer API usage on prefix intege... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Do not drop packets with RESET_STREAM... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Send STOP_SENDING frames if mux is released |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: h3: Add a statistics module for h3 |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Connection TX buffer setting renaming. |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | DOC: quic: Documentation update for QUIC |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic_stats: Add transport new counters (lost... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | BUG/MINOR: quic: Largest RX packet numbers mixing |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOIR: quic_stats: add QUIC connection errors counters |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Clarifications about transport parameters... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Tunable "initial_max_streams_bidi" transpo... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Tunable "max_idle_timeout" transport parameter |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | DOC: quic: Update documentation for QUIC Retry |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Transport parameters dump |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: QUIC transport parameters split. |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | CLEANUP: quic: No more used handshake output buffer |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Frédéric Lécaille | MINOR: quic: Ignore out of packet padding. |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Christopher... | CLEANUP: muxes: Consider stream's sd as defined in... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Christopher... | CLEANUP: tcpcheck: Remove useless test on the stream... |
commit | commitdiff | tree | snapshot |
2022-05-28 |
Tim Duesterhus | DOC: Fix formatting in configuration.txt to fix dconv |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | [RELEASE] Released version 2.6-dev12 v2.6-dev12 |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DOC: internal: add a description of the stream connecto... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DEV: flags: reorder a few SC/SE flags |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DEV: flags: rename the "endp" shortcut to "sd" for... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DEV: flags: fix "siet" shortcut name |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: remove the new unneeded SE_FL_APP_MASK |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stream: remove unneeded test on appctx during... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CO... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename a few "endp" arguments and... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-pt: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-fcgi: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h2: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h1: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-quic: rename the "endp" field to "sd" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DOC: internal: update the muxes doc to mention the... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: replace a few remaining occurrences... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stream: rename stream_upgrade_from_cs() to... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: applet: rename appctx_cs() to appctx_sc() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: sslsock: remove only occurrence of local varia... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: sink: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: peers: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-pt: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h2: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-h1: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: mux-fcgi: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: http-client: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: log-forward: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: hlua: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: spoe: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: dns: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: cache: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: applet: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: cli: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stats: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: promex: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stream: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: quic/h3: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename all occurrences of stconn ... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: connection: rename all occurrences of stconn... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: check: rename all occurrences of stconn "cs... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | DEV: flags: use "sc" for stream conns instead of "cs" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: muxes: rename "get_first_cs" to "get_first_sc" |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | REORG: stconn: rename conn_stream.{c,h} to stconn.... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | REORG: rename cs_utils.h to sc_strm.h |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: quic: drop the name "conn_stream" from the... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename final state manipulation functi... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{shut,chk}* to sc_* |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename remaining management functions... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{new,create,free,destroy... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_cant_get() to se_need_more_d... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_{want,stop}_get() to se_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: remove cs_tx_blocked() and cs_tx_endp_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CO... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: move the RXBLK flags to the stream... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: add sc_is_recv_allowed() to check for... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: start to rename cs_rx_endp_{more,done... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_rx_chan_{blk,rdy} to sc_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: take SE_FL_APPLET_NEED_CONN out of... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: remove SE_FL_RXBLK_SHUT |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MEDIUM: stconn: always rely on CF_SHUTR in addition... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: remove calls to cs_done_get() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | MINOR: stconn: consider CF_SHUTW for sc_is_send_allowed() |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: use a single function to know if SC... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: make a few functions take a const... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_... |
commit | commitdiff | tree | snapshot |
2022-05-27 |
Willy Tarreau | CLEANUP: stconn: rename cs_conn_get_first() to conn_get... |
commit | commitdiff | tree | snapshot |
next |