Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a32d275ab0bd078b94d34d67a6a297e4968eff43
/
src
/
stream_interface.c
4da69a9
MEDIUM: stream_interface: call si_data_close() before releasing the si
by Willy Tarreau
· Mon May 21 18:05:40 2012 +0200
2420827
MINOR: stream_interface: add a data channel close function
by Willy Tarreau
· Mon May 21 17:28:50 2012 +0200
9498113
REORG/MEDIUM: stream_interface: move applet->state and private to connection
by Willy Tarreau
· Mon May 21 17:09:48 2012 +0200
73b013b
MINOR: stream_interface: introduce a new "struct connection" type
by Willy Tarreau
· Mon May 21 16:31:45 2012 +0200
be0688c
MEDIUM: stream_interface: remove the si->init
by Willy Tarreau
· Fri May 18 15:15:26 2012 +0200
64798bd
MINOR: stream_interface: add an init callback to sock_ops
by Willy Tarreau
· Fri May 11 18:38:44 2012 +0200
f873d75
CLEANUP: stream_interface: stop exporting socket layer functions
by Willy Tarreau
· Fri May 11 17:47:17 2012 +0200
c63190d
REORG: use the name sock_raw instead of stream_sock
by Willy Tarreau
· Fri May 11 14:23:52 2012 +0200
26d8c59
REORG/MEDIUM: replace stream interface protocol functions by a proto pointer
by Willy Tarreau
· Mon May 07 18:12:14 2012 +0200
5c979a9
REORG/MEDIUM: stream_interface: initialize socket ops from descriptors
by Willy Tarreau
· Mon May 07 17:15:39 2012 +0200
1b79bde
REORG/MEDIUM: move protocol->{read,write} to sock_ops
by Willy Tarreau
· Mon May 07 17:01:39 2012 +0200
060781f
REORG: stream_interface: create a struct sock_ops to hold socket operations
by Willy Tarreau
· Mon May 07 16:50:03 2012 +0200
9dab5fc
MEDIUM: buffers: rename a number of buffer management functions
by Willy Tarreau
· Mon May 07 11:56:55 2012 +0200
9a13e84
MINOR: Add release callback to si_applet
by Aman Gupta
· Mon Apr 02 18:57:53 2012 -0700
7abd00d
[MINOR] Fix build error in stream_int_register_handler()
by Simon Horman
· Sat Aug 13 08:03:51 2011 +0900
9e000c6
[CLEANUP] stream_interface: use inline functions to manipulate targets
by Willy Tarreau
· Thu Mar 10 14:03:36 2011 +0100
295a837
[REORG] session: move the data_ctx struct to the stream interface's applet
by Willy Tarreau
· Thu Mar 10 11:25:07 2011 +0100
7c0a151
[CLEANUP] stream_interface: remove the applet.handler pointer
by Willy Tarreau
· Thu Mar 10 11:17:02 2011 +0100
ac82540
[MEDIUM] stream_interface: store the target pointer and type
by Willy Tarreau
· Fri Mar 04 22:04:29 2011 +0100
b24281b
[MINOR] stream_interface: make use of an applet descriptor for IO handlers
by Willy Tarreau
· Sun Feb 13 13:16:36 2011 +0100
32d3ee9
[CRITICAL] session: correctly leave turn-around and queue states on abort
by Willy Tarreau
· Wed Dec 29 14:03:02 2010 +0100
798e128
[BUG] stream_interface: truncate buffers when sending error messages
by Willy Tarreau
· Sun Dec 12 13:06:00 2010 +0100
d8ccffe
[BUG] stream_interface: only call si->release when both dirs are closed
by Willy Tarreau
· Tue Sep 07 16:16:50 2010 +0200
3488e25
[MAJOR] stream_interface: fix the wakeup conditions for embedded iohandlers
by Willy Tarreau
· Mon Aug 09 16:24:56 2010 +0200
7a20aa6
[MEDIUM] session: make it possible to call an I/O handler on both SI
by Willy Tarreau
· Tue Jul 13 16:30:45 2010 +0200
0bd05ea
[MEDIUM] stream-interface: add a ->release callback
by Willy Tarreau
· Fri Jul 02 11:18:03 2010 +0200
03fa5df
[CLEANUP] rename client -> frontend
by Willy Tarreau
· Mon May 24 21:02:37 2010 +0200
148d099
[BUG] stream_interface: fix retnclose and remove cond_close
by Willy Tarreau
· Sun Jan 10 10:21:21 2010 +0100
5d881d0
[MINOR] new function stream_int_cond_close()
by Willy Tarreau
· Sun Dec 27 22:51:06 2009 +0100
8e89b84
[MINOR] http: remove the last call to stream_int_return
by Willy Tarreau
· Sun Oct 18 23:56:35 2009 +0200
f1ba4b3
[MAJOR] buffer: flag BF_DONT_READ to disable reads when not required
by Willy Tarreau
· Sat Oct 17 14:37:52 2009 +0200
96fd4b5
[MEDIUM] stream_int: adjust WAIT_ROOM handling
by Willy Tarreau
· Sun Oct 04 17:18:35 2009 +0200
f27b5ea
[MEDIUM] new option "independant-streams" to stop updating read timeout on writes
by Willy Tarreau
· Sat Oct 03 22:01:18 2009 +0200
fb90d94
[MINOR] stream_interface: add functions to support running as internal/external tasks
by Willy Tarreau
· Sat Sep 05 20:57:35 2009 +0200
269358d
[BUILD] stream_interface: fix conflicting declaration
by Willy Tarreau
· Sun Sep 20 20:14:49 2009 +0200
520d95e
[MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE
by Willy Tarreau
· Sat Sep 19 21:04:57 2009 +0200
cb359e3
[MEDIUM] stream_interface: make use of buffer_cut_tail() to report errors
by Willy Tarreau
· Tue Sep 15 21:23:54 2009 +0200
6f0aa47
[CLEANUP] buffer_flush() was misleading, rename it as buffer_erase
by Willy Tarreau
· Sun Mar 08 20:33:29 2009 +0100
dded32d
[MINOR] replace client_retnclose() with stream_int_retnclose()
by Willy Tarreau
· Sun Nov 30 19:48:07 2008 +0100
81acfab
[MINOR] replace the ambiguous client_return function by stream_int_return
by Willy Tarreau
· Sun Nov 30 19:22:53 2008 +0100
fe3718a
[MAJOR] complete layer4/7 separation
by Willy Tarreau
· Sun Nov 30 18:14:12 2008 +0100
cff6411
[MAJOR] add a connection error state to the stream_interface
by Willy Tarreau
· Mon Nov 03 06:26:53 2008 +0100