Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
b992e6028d1f0e01c9efe259ecc89cfae703c5fe
/
include
/
proto
/
stream_interface.h
89ed9ec
BUG/MEDIUM: stream_interface: Only use SI_ST_RDY when the mux is ready.
by Olivier Houchard
· Fri Oct 25 16:25:20 2019 +0200
3c39a7d
CLEANUP: connection: rename the wait_event.task field to .tasklet
by Willy Tarreau
· Fri Jun 14 14:42:29 2019 +0200
ad660e3
BUILD: stream-int: avoid a build warning in dev mode in si_state_bit()
by Willy Tarreau
· Thu Jun 06 16:38:40 2019 +0200
3b285d7
MINOR: stream-int: make si_sync_send() from the send code of si_update_both()
by Willy Tarreau
· Thu Jun 06 08:20:17 2019 +0200
236c429
MINOR: stream-int: split si_update() into si_update_rx() and si_update_tx()
by Willy Tarreau
· Thu Jun 06 08:19:20 2019 +0200
8c603de
MEDIUM: stream-int: make idle-conns switch to ST_RDY
by Willy Tarreau
· Thu Jun 06 09:17:15 2019 +0200
4f283fa
MEDIUM: stream-int: introduce a new state SI_ST_RDY
by Willy Tarreau
· Wed Jun 05 14:34:03 2019 +0200
7ab22adb
MEDIUM: stream-int: remove dangerous interval checks for stream-int states
by Willy Tarreau
· Wed Jun 05 14:53:22 2019 +0200
bedcd69
MINOR: stream-int: use bit fields to match multiple stream-int states at once
by Willy Tarreau
· Wed Jun 05 14:45:06 2019 +0200
034c88c
MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server
by Willy Tarreau
· Mon Jan 23 23:36:45 2017 +0100
fdcb007
MEDIUM: proto: Change the prototype of the connect() method.
by Olivier Houchard
· Mon May 06 18:32:29 2019 +0200
0f9cd7b
MINOR: stream-int: add a new flag to mention that we want the connection to be killed
by Willy Tarreau
· Thu Jan 31 19:02:43 2019 +0100
bf66bd1
MEDIUM: stream-int: always mark pending outgoing SI_ST_CON
by Willy Tarreau
· Wed Jan 23 15:15:09 2019 +0100
8ab8a6e
BUG/MAJOR: connections: Close the connection before freeing it.
by Olivier Houchard
· Wed Dec 19 23:21:46 2018 +0100
14bfe9a
CLEANUP: stream-int: consistently call the si/stream_int functions
by Willy Tarreau
· Wed Dec 19 15:19:27 2018 +0100
4f6516d
CLEANUP: connection: rename subscription events values and event field
by Willy Tarreau
· Wed Dec 19 13:59:17 2018 +0100
adc7f3e
BUG/MEDIUM: stream-int: don't attempt to receive if the connection is not established
by Willy Tarreau
· Thu Dec 06 15:25:58 2018 +0100
a3b62d3
MINOR: stream-int: add a new blocking condition on the remote connection
by Willy Tarreau
· Thu Dec 06 15:24:01 2018 +0100
3bc1b11
MEDIUM: conn_stream: Add a way to get mux's info on a CS from the upper layer
by Christopher Faulet
· Thu Nov 29 11:29:26 2018 +0100
ee23b2a
MEDIUM: servers: Store the connection in the SI until we have a mux.
by Olivier Houchard
· Fri Nov 23 17:07:04 2018 +0100
201b9f4
MAJOR: connections: Defer mux creation for outgoing connection if alpn is set.
by Olivier Houchard
· Wed Nov 21 00:16:29 2018 +0100
7c6f8b1
MAJOR: connections: Detach connections from streams.
by Olivier Houchard
· Tue Nov 13 16:48:36 2018 +0100
db39843
MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}()
by Willy Tarreau
· Thu Nov 15 11:08:52 2018 +0100
b26a6f9
MEDIUM: stream-int: make use of si_rx_chan_{rdy,blk} to control the stream-int from the channel
by Willy Tarreau
· Wed Nov 14 17:10:36 2018 +0100
abb5d42
MEDIUM: stream-int: use si_rx_shut_blk() to indicate the SI is closed
by Willy Tarreau
· Wed Nov 14 16:58:52 2018 +0100
7f494d0
MINOR: stream-int: make si_sync_recv() simply check ENDP before si_cs_recv()
by Willy Tarreau
· Fri Nov 16 14:26:11 2018 +0100
8bb2ffb
MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}()
by Willy Tarreau
· Wed Nov 14 17:54:13 2018 +0100
8be7cd7
MEDIUM: stream-int: use si_rx_buff_{rdy,blk} to report buffer readiness
by Willy Tarreau
· Wed Nov 14 15:12:08 2018 +0100
32742fd
MINOR: stream-int: use si_rx_blocked()/si_tx_blocked() to check readiness
by Willy Tarreau
· Wed Nov 14 14:07:59 2018 +0100
05b9b64
MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP
by Willy Tarreau
· Wed Nov 14 13:43:35 2018 +0100
78dcace
MINOR: stream-int: add new functions si_{rx,tx}_{blocked,endp_ready}()
by Willy Tarreau
· Wed Nov 14 14:01:40 2018 +0100
d0f5bbc
MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM
by Willy Tarreau
· Wed Nov 14 11:10:26 2018 +0100
ade6478
MINOR: stream: move the conn_stream specific calls to the stream-int
by Willy Tarreau
· Sat Nov 17 19:51:07 2018 +0100
d0d40eb
CLEANUP: stream-int: remove the now unused si->update() function
by Willy Tarreau
· Fri Nov 09 14:56:01 2018 +0100
d14844a
MINOR: stream-int: replace si_update() with si_update_both()
by Willy Tarreau
· Thu Nov 08 18:15:29 2018 +0100
8fe516f
MEDIUM: stream-int: make si_chk_rcv() check that SI_FL_WAIT_ROOM is cleared
by Willy Tarreau
· Fri Nov 09 16:21:43 2018 +0100
abf531c
MEDIUM: stream-int: always call si_chk_rcv() when we make room in the buffer
by Willy Tarreau
· Wed Nov 07 18:53:29 2018 +0100
1f9de21
MEDIUM: stream-int: make SI_FL_WANT_PUT reflect CF_DONT_READ
by Willy Tarreau
· Wed Nov 07 15:07:35 2018 +0100
1bdb598
MINOR: stream-int: factor the SI_ST_EST state test into si_chk_rcv()
by Willy Tarreau
· Wed Nov 07 14:59:45 2018 +0100
96aadd5
MEDIUM: stream-int: temporarily make si_chk_rcv() take care of SI_FL_WAIT_ROOM
by Willy Tarreau
· Wed Nov 07 11:55:54 2018 +0100
57f08bb
MINOR: stream-int: make it clear that si_ops cannot be null
by Willy Tarreau
· Wed Nov 07 11:28:12 2018 +0100
af4f6f6
MINOR: stream-int: use si_cant_put() instead of setting SI_FL_WAIT_ROOM
by Willy Tarreau
· Tue Nov 06 19:10:53 2018 +0100
394970c
MINOR: stream-int: add si_done_{get,put} to indicate that we won't do it anymore
by Willy Tarreau
· Tue Nov 06 19:17:31 2018 +0100
0cd3bd6
MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put}
by Willy Tarreau
· Tue Nov 06 18:46:37 2018 +0100
85f8901
MEDIUM: stream-int: make si_update() synchronize flag changes before the I/O
by Willy Tarreau
· Thu Oct 25 11:06:57 2018 +0200
0979916
MINOR: stream-int: add si_alloc_ibuf() to ease input buffer allocation
by Willy Tarreau
· Thu Oct 25 10:16:07 2018 +0200
53216e7
MEDIUM: connections: Don't directly mess with the polling from the upper layers.
by Olivier Houchard
· Wed Oct 10 15:46:36 2018 +0200
1fddc9b
BUG/MEDIUM: connections: Remove subscription if going in idle mode.
by Olivier Houchard
· Sun Oct 21 00:32:01 2018 +0200
4fdec7a
BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint.
by Olivier Houchard
· Thu Oct 11 17:09:14 2018 +0200
fa8aa86
MEDIUM: connections: Change struct wait_list to wait_event.
by Olivier Houchard
· Wed Oct 10 18:25:41 2018 +0200
0e367bb
BUG/MEDIUM: process_stream: Don't use si_cs_io_cb() in process_stream().
by Olivier Houchard
· Fri Sep 14 19:41:13 2018 +0200
4ae4923
MINOR: stream-int: make si_appctx() never fail
by Willy Tarreau
· Thu Sep 20 11:08:47 2018 +0200
8f0b4c6
MINOR: stream_interface: Give stream_interface its own wait_list.
by Olivier Houchard
· Thu Aug 02 18:21:38 2018 +0200
91894cb
MINOR: stream_interface: Don't use si_cs_send() as a task handler.
by Olivier Houchard
· Thu Aug 02 18:06:28 2018 +0200
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· Fri Jul 13 11:56:34 2018 +0200
c9fa048
MAJOR: buffer: finalize buffer detachment
by Willy Tarreau
· Tue Jul 10 17:43:27 2018 +0200
10d81b8
MINOR: applet: assign the same nice value to a new appctx as its owner task
by Willy Tarreau
· Thu May 31 14:44:25 2018 +0200
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· Wed Sep 13 18:30:23 2017 +0200
1138fd0
MAJOR: threads/applet: Handle multithreading for applets
by Emeric Brun
· Mon Jun 19 12:38:55 2017 +0200
3b737c9
MINOR: stream-int: use conn_full_close() instead of conn_force_close()
by Willy Tarreau
· Sun Oct 22 09:39:11 2017 +0200
1a0545f
REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_*
by Olivier Houchard
· Wed Sep 13 18:30:23 2017 +0200
de40d79
CLEANUP: connection: completely remove CO_FL_WAKE_DATA
by Willy Tarreau
· Sat Mar 18 17:40:22 2017 +0100
c34d19f
BUG: stream_interface: Reuse connection even if the output channel is empty
by Christopher Faulet
· Wed Dec 23 09:33:35 2015 +0100
958f074
BUG/MEDIUM: stream-int: avoid double-call to applet->release
by Willy Tarreau
· Fri Sep 25 20:24:26 2015 +0200
aa977ba
MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb()
by Willy Tarreau
· Fri Sep 25 11:45:06 2015 +0200
3355203
MEDIUM: stream-int: completely remove stream_int_update_embedded()
by Willy Tarreau
· Thu Sep 24 18:05:45 2015 +0200
615f28b
MINOR: stream-int: implement the stream_int_notify() function
by Willy Tarreau
· Wed Sep 23 18:40:09 2015 +0200
cbc3260
MINOR: stream-int: export stream_int_update_*
by Willy Tarreau
· Fri Sep 25 11:01:42 2015 +0200
5d5b2fe
MEDIUM: stream-int: call stream_int_update() from si_update()
by Willy Tarreau
· Fri Sep 25 10:59:38 2015 +0200
25f1310
MINOR: stream-int: implement a new stream_int_update() function
by Willy Tarreau
· Thu Sep 24 11:32:22 2015 +0200
0fd9909
CLEANUP: stream-int: remove obsolete function si_applet_call()
by Willy Tarreau
· Wed Sep 23 10:12:49 2015 +0200
4320eaa
MINOR: stream-int: make si_idle_conn() only accept valid connections
by Willy Tarreau
· Wed Aug 05 11:08:30 2015 +0200
323a2d9
MEDIUM: stream-int: queue idle connections at the server
by Willy Tarreau
· Tue Aug 04 19:00:17 2015 +0200
41b09f4
MINOR: stream-int: add new function si_detach_endpoint()
by Willy Tarreau
· Tue Aug 04 20:44:05 2015 +0200
973a542
MEDIUM: stream-int: simplify si_alloc_conn()
by Willy Tarreau
· Wed Aug 05 21:47:23 2015 +0200
d7c7475
MINOR: stream-int: only use si_release_endpoint() to release a connection
by Willy Tarreau
· Sun Jul 19 19:14:10 2015 +0200
7a08d3b
CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach()
by Willy Tarreau
· Sun Jul 19 18:47:45 2015 +0200
eb406dc
MINOR: stream-int: add two flags to indicate an applet's wishes regarding I/O
by Willy Tarreau
· Tue Apr 21 18:44:02 2015 +0200
e5f8649
MEDIUM: stream-int: add a new function si_applet_done()
by Willy Tarreau
· Sun Apr 19 15:16:35 2015 +0200
d45b9f8
REORG: stream-int: create si_applet_ops dedicated to applets
by Willy Tarreau
· Mon Apr 13 16:30:14 2015 +0200
3057645
CLEANUP: applet: rename struct si_applet to applet
by Willy Tarreau
· Mon Apr 13 13:50:30 2015 +0200
8a8d83b
REORG: applet: move the applet definitions out of stream_interface
by Willy Tarreau
· Mon Apr 13 13:24:54 2015 +0200
00a37f0
MEDIUM: applet: make the applet not depend on a stream interface anymore
by Willy Tarreau
· Mon Apr 13 12:05:19 2015 +0200
19c8161
MINOR: applet: add a new "owner" pointer in the appctx
by Willy Tarreau
· Mon Apr 13 11:48:16 2015 +0200
7365dad
BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified
by Willy Tarreau
· Mon Apr 20 01:03:17 2015 +0200
a7513f5
MINOR: stream-int: make appctx_new() take the applet in argument
by Willy Tarreau
· Sun Apr 05 00:15:26 2015 +0200
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· Fri Apr 03 01:14:29 2015 +0200
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· Fri Apr 03 00:22:06 2015 +0200
50fe03b
CLEANUP: stream-int: add si_opposite() to find the other stream interface
by Willy Tarreau
· Fri Nov 28 13:59:31 2014 +0100
4e4292b
CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers
by Willy Tarreau
· Fri Nov 28 12:18:45 2014 +0100
819d332
MEDIUM: stream-int: remove any reference to the owner
by Willy Tarreau
· Fri Nov 28 12:12:34 2014 +0100
07373b8
MEDIUM: stream-int: use si_task() to retrieve the task from the stream int
by Willy Tarreau
· Fri Nov 28 12:08:47 2014 +0100
aefd790
MEDIUM: stream-int: make si_sess() use the stream int's side
by Willy Tarreau
· Fri Nov 28 12:03:32 2014 +0100
0b2fb7f
MAJOR: stream-int: only rely on SI_FL_ISBACK to find the requested channel
by Willy Tarreau
· Fri Nov 28 11:50:38 2014 +0100
a5f5d8d
MEDIUM: stream-int: add a flag indicating which side the SI is on
by Willy Tarreau
· Fri Nov 28 11:26:07 2014 +0100
2bb4a96
REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels
by Willy Tarreau
· Fri Nov 28 11:11:05 2014 +0100
3dd6a25
MINOR: stream-int: retrieve session pointer from stream-int
by Willy Tarreau
· Fri Nov 28 18:30:25 2014 +0100
9e5a3aa
MEDIUM: stream-int: make si_connect() return an established state when possible
by Willy Tarreau
· Tue Dec 31 23:32:12 2013 +0100
2737562
MEDIUM: stream-int: implement a very simplistic idle connection manager
by Willy Tarreau
· Tue Dec 17 00:00:28 2013 +0100
b490b4e
MAJOR: stream-int: handle the connection reuse in si_connect()
by Willy Tarreau
· Sun Dec 15 16:20:50 2013 +0100
Next »