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