Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
28a9e529f8ec5b78f7047c8b94c5684fb594ba5b
/
src
/
stream_sock.c
7f00651
[MEDIUM] ensure that sock->shutw() also closes read for init states
by Willy Tarreau
· Sun Dec 07 14:04:04 2008 +0100
b025325
[MINOR] stream_sock_data_finish() should not expose fd
by Willy Tarreau
· Sun Nov 30 21:37:12 2008 +0100
fe3718a
[MAJOR] complete layer4/7 separation
by Willy Tarreau
· Sun Nov 30 18:14:12 2008 +0100
99126c3
[MEDIUM] make the stream interface control the SHUT{R,W} bits
by Willy Tarreau
· Thu Nov 27 10:30:51 2008 +0100
8bfa426
[MEDIUM] process shutw during connection attempt
by Willy Tarreau
· Thu Nov 27 09:25:45 2008 +0100
b38903c
[BUG] shutw must imply close during a connect
by Willy Tarreau
· Sun Nov 23 21:33:29 2008 +0100
0a5d5dd
[MEDIUM] remove stream_sock_update_data()
by Willy Tarreau
· Sun Nov 23 19:31:35 2008 +0100
74ab2ac
[MEDIUM] stream_interface: added a DISconnected state between CON/EST and CLO
by Willy Tarreau
· Sun Nov 23 17:23:07 2008 +0100
cff6411
[MAJOR] add a connection error state to the stream_interface
by Willy Tarreau
· Mon Nov 03 06:26:53 2008 +0100
d7704b5
[MINOR] add an expiration flag to the stream_sock_interface
by Willy Tarreau
· Thu Sep 04 11:51:16 2008 +0200
3c6ab2e
[MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts()
by Willy Tarreau
· Thu Sep 04 11:19:41 2008 +0200
48adac5
[MEDIUM] stream interface: add the ->shutw method as well as in and out buffers
by Willy Tarreau
· Sat Aug 30 04:58:38 2008 +0200
e5ed406
[MAJOR] make stream sockets aware of the stream interface
by Willy Tarreau
· Sat Aug 30 03:17:31 2008 +0200
fdccded
[MEDIUM] indicate a reason for a task wakeup
by Willy Tarreau
· Fri Aug 29 18:19:04 2008 +0200
21e1be8
[MINOR] do not check for BF_SHUTR when computing write timeout
by Willy Tarreau
· Fri Aug 29 11:30:14 2008 +0200
3da77c5
[MINOR] re-arrange buffer flags and rename some of them
by Willy Tarreau
· Fri Aug 29 09:58:42 2008 +0200
2bea3a1
[OPTIM] stream_sock_read must check for null-reads more often
by Willy Tarreau
· Thu Aug 28 09:47:43 2008 +0200
3a16b2c
[MEDIUM] split stream_sock_process_data
by Willy Tarreau
· Thu Aug 28 08:54:27 2008 +0200
2d21279
[MEDIUM] stream_sock_process_data moved to stream_sock.c
by Willy Tarreau
· Wed Aug 27 21:41:35 2008 +0200
fa7e102
[MAJOR] rework of the server FSM
by Willy Tarreau
· Sun Oct 19 07:30:41 2008 +0200
e393fe2
[MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l
by Willy Tarreau
· Sat Aug 16 22:18:07 2008 +0200
ba392ce
[CLEANUP] get rid of BF_SHUT*_PENDING
by Willy Tarreau
· Sat Aug 16 21:13:23 2008 +0200
adfb856
[MAJOR] get rid of SV_STANALYZE (step 2)
by Willy Tarreau
· Mon Aug 11 15:24:42 2008 +0200
9f1f24b
[BUG] client timeout incorrectly rearmed while waiting for server
by Willy Tarreau
· Mon Aug 11 11:20:03 2008 +0200
ec6c5df
[CLEANUP] remove many #include <types/xxx> from C files
by Willy Tarreau
· Tue Jul 15 00:22:45 2008 +0200
0c303ee
[MAJOR] convert all expiration timers from timeval to ticks
by Willy Tarreau
· Mon Jul 07 00:09:58 2008 +0200
8a7af60
[MEDIUM] detect streaming buffers and tag them as such
by Willy Tarreau
· Sat May 03 23:07:14 2008 +0200
d6f087e
[BUG] fix truncated responses with sepoll
by Willy Tarreau
· Fri Jan 18 17:20:13 2008 +0100
e94ebd0
[MEDIUM] moved the sockaddr pointer to the fdtab structure
by Willy Tarreau
· Tue Oct 09 17:14:37 2007 +0200
ab3e1d3
[MEDIUM] optimize I/O by detecting system starvation
by Willy Tarreau
· Sun Jun 03 14:10:36 2007 +0200
fa64558
[BUG] do not re-arm read timeout after writing data
by Willy Tarreau
· Sun Jun 03 15:59:52 2007 +0200
a8b55e3
[MINOR] use non-inline tv_* functions in many locations
by Willy Tarreau
· Sun May 13 16:08:19 2007 +0200
d825eef
[MAJOR] replaced all timeouts with struct timeval
by Willy Tarreau
· Sat May 12 22:35:00 2007 +0200
6996e15
[BUG] fixed connection establishment detection
by Willy Tarreau
· Mon Apr 30 14:37:43 2007 +0200
42aae5c
[MEDIUM] many cleanups in the time functions
by Willy Tarreau
· Sun Apr 29 17:43:56 2007 +0200
96bcfd7
[MAJOR] replaced rbtree with ul2tree.
by Willy Tarreau
· Sun Apr 29 10:41:56 2007 +0200
9f19529
[MAJOR] remove useless calls to shutdown(SHUT_RD)
by Willy Tarreau
· Sun Apr 15 21:26:58 2007 +0200
8374918
[MAJOR] implemented support for speculative I/O processing
by Willy Tarreau
· Sun Apr 15 20:56:27 2007 +0200
f161a34
[MEDIUM] updated all files to use EV_FD_*
by Willy Tarreau
· Sun Apr 08 16:59:42 2007 +0200
9641e8f
[MINOR] read optimizations based on the MSS
by Willy Tarreau
· Fri Mar 23 23:02:09 2007 +0100
b8949f1
[MEDIUM] re-implemented the multiple read polling
by Willy Tarreau
· Fri Mar 23 22:39:59 2007 +0100
5416b36
[CLEANUP] removed useless includes from streamsock.c
by Willy Tarreau
· Sun Mar 18 17:03:19 2007 +0100
e09e0ce
[MINOR] removed the ->h member in struct buffer
by Willy Tarreau
· Sun Mar 18 16:31:29 2007 +0100
c642348
[CLEANUP] add a few checks for functions return values
by Willy Tarreau
· Sun Oct 15 14:59:03 2006 +0200
2a42950
[MINOR] turn every FD_* into functions
by Willy Tarreau
· Sun Oct 15 14:52:29 2006 +0200
f8306d5
[MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write()
by Willy Tarreau
· Sat Jul 29 19:01:31 2006 +0200
d797128
[MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read()
by Willy Tarreau
· Sat Jul 29 18:36:34 2006 +0200
0f9f505
[MEDIUM] removed all res_* and RES_*
by Willy Tarreau
· Sat Jul 29 17:39:25 2006 +0200
5446940
[MEDIUM] started the changes towards I/O completion callbacks
by Willy Tarreau
· Sat Jul 29 16:59:06 2006 +0200
e3ba5f0
[CLEANUP] included common/version.h everywhere
by Willy Tarreau
· Thu Jun 29 18:54:54 2006 +0200
2dd0d47
[CLEANUP] renamed include/haproxy to include/common
by Willy Tarreau
· Thu Jun 29 17:53:05 2006 +0200
baaee00
[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
by Willy Tarreau
· Mon Jun 26 02:48:02 2006 +0200