Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
5804434a0f94d1f5f7f7bde2fa6ff35888d99e8f
/
src
/
client.c
8445533
[BUG] session: errors were not reported in termination flags in TCP mode
by Willy Tarreau
· Sun Mar 15 22:34:05 2009 +0100
721fdbc
[BUG] event_accept() must always wake the task up, even in health mode
by Willy Tarreau
· Sun Mar 08 12:25:07 2009 +0100
2ade301
[BUG] disable any analysers for monitoring requests
by Willy Tarreau
· Fri Mar 06 19:16:39 2009 +0100
ec22b2c
[CLEANUP] remove last references to term_trace
by Willy Tarreau
· Fri Mar 06 13:07:40 2009 +0100
7958422
[OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption
by Willy Tarreau
· Fri Mar 06 09:18:27 2009 +0100
3a7d207
[MEDIUM] implement "rate-limit sessions" for the frontend
by Willy Tarreau
· Thu Mar 05 23:48:25 2009 +0100
7f062c4
[MEDIUM] measure and report session rate on frontend, backends and servers
by Willy Tarreau
· Thu Mar 05 18:43:00 2009 +0100
fd3828e
[BUG] fix random memory corruption using "show sess"
by Willy Tarreau
· Sun Feb 22 15:17:24 2009 +0100
03d60bb
[OPTIM] buffer: replace rlim by max_len
by Willy Tarreau
· Fri Jan 09 11:13:00 2009 +0100
3ffeba1
[MEDIUM] enable inter-stream_interface wakeup calls
by Willy Tarreau
· Sun Dec 14 14:42:35 2008 +0100
62e4f1d
[MINOR] add back-references to sessions for later use by a dumper.
by Willy Tarreau
· Sun Dec 07 20:16:23 2008 +0100
b5654f6
[MINOR] move the listener reference from fd to session
by Willy Tarreau
· Sun Dec 07 16:45:10 2008 +0100
7e5067d
[MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session
by Willy Tarreau
· Sun Dec 07 16:27:56 2008 +0100
ff8d42e
[MINOR] add an analyser state in struct session
by Willy Tarreau
· Sun Dec 07 14:37:09 2008 +0100
3bc1377
[MINOR] pre-set analyser flags on the listener at registration time
by Willy Tarreau
· Sun Dec 07 11:50:35 2008 +0100
0cac36f
[MEDIUM] make the http server error function a pointer in the session
by Willy Tarreau
· Sun Nov 30 20:44:17 2008 +0100
dded32d
[MINOR] replace client_retnclose() with stream_int_retnclose()
by Willy Tarreau
· Sun Nov 30 19:48:07 2008 +0100
a5555ec
[MINOR] call session->do_log() for logging
by Willy Tarreau
· Sun Nov 30 19:02:32 2008 +0100
f54f8bd
[MINOR] maintain a global session list in order to ease debugging
by Willy Tarreau
· Sun Nov 23 19:53:55 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
3537467
[MEDIUM] move QUEUE and TAR timers to stream interfaces
by Willy Tarreau
· Wed Sep 03 18:11:02 2008 +0200
9a2d154
[MEDIUM] buffers: add BF_READ_ATTACHED and BF_ANA_TIMEOUT
by Willy Tarreau
· Sat Aug 30 12:31:07 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
eabf313
[MINOR] change type of fdtab[]->owner to void*
by Willy Tarreau
· Fri Aug 29 23:36:51 2008 +0200
fdccded
[MEDIUM] indicate a reason for a task wakeup
by Willy Tarreau
· Fri Aug 29 18:19:04 2008 +0200
3da77c5
[MINOR] re-arrange buffer flags and rename some of them
by Willy Tarreau
· Fri Aug 29 09:58:42 2008 +0200
fa7e102
[MAJOR] rework of the server FSM
by Willy Tarreau
· Sun Oct 19 07:30:41 2008 +0200
ffab5b4
[MEDIUM] merge inspect_exp and txn->exp into request buffer
by Willy Tarreau
· Sun Aug 17 18:03:28 2008 +0200
2df28e8
[MEDIUM] session: move the analysis bit field to the buffer
by Willy Tarreau
· Sun Aug 17 15:20:19 2008 +0200
26ed74d
[MEDIUM] use buffer->wex instead of buffer->cex for connect timeout
by Willy Tarreau
· Sun Aug 17 12:11:14 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
d9f4836
[BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue
by Willy Tarreau
· Sat Aug 16 16:39:26 2008 +0200
f853320
[MINOR] term_trace: add better instrumentations to trace the code
by Willy Tarreau
· Sat Aug 16 14:55:08 2008 +0200
c65a3ba
[MAJOR] completely separate HTTP and TCP states on the request path
by Willy Tarreau
· Mon Aug 11 23:42:50 2008 +0200
67f0eea
[MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1)
by Willy Tarreau
· Sun Aug 10 22:55:22 2008 +0200
dc0a6a0
[MEDIUM] process_srv: don't rely at all on client state
by Willy Tarreau
· Sun Aug 03 20:38:13 2008 +0200
48d63db
[MEDIUM] memory: update pool_free2() to support NULL pointers
by Willy Tarreau
· Sun Aug 03 17:41:33 2008 +0200
0ceba5a
[MEDIUM] acl: set types on all currently known ACL verbs
by Willy Tarreau
· Fri Jul 25 19:31:03 2008 +0200
ec6c5df
[CLEANUP] remove many #include <types/xxx> from C files
by Willy Tarreau
· Tue Jul 15 00:22:45 2008 +0200
b686644
[MAJOR] implement tcp request content inspection
by Willy Tarreau
· Mon Jul 14 23:54:42 2008 +0200
0c303ee
[MAJOR] convert all expiration timers from timeval to ticks
by Willy Tarreau
· Mon Jul 07 00:09:58 2008 +0200
9789f7b
[MAJOR] replace ultree with ebtree in wait-queues
by Willy Tarreau
· Tue Jun 24 08:17:16 2008 +0200
b7f694f
[MEDIUM] implement a monotonic internal clock
by Willy Tarreau
· Sun Jun 22 17:18:02 2008 +0200
7c669d7
[BUG] fix the dequeuing logic to ensure that all requests get served
by Willy Tarreau
· Fri Jun 20 15:04:11 2008 +0200
7008987
[BUG] queue management: wake oldest request in queues
by Willy Tarreau
· Fri Jun 13 21:12:51 2008 +0200
1c2ab96
[MAJOR] implement parameter hashing for POST requests
by matt.farnsworth@nokia.com
· Mon Apr 14 20:47:37 2008 +0200
d6f087e
[BUG] fix truncated responses with sepoll
by Willy Tarreau
· Fri Jan 18 17:20:13 2008 +0100
036fae0
[MEDIUM] introduce "timeout http-request" in frontends
by Willy Tarreau
· Sun Jan 06 13:24:40 2008 +0100
a0250ba
[OPTIM] introduce global parameter "tune.maxaccept"
by Willy Tarreau
· Sun Jan 06 11:22:57 2008 +0100
d7c30f9
[CLEANUP] grouped all timeouts in one structure
by Willy Tarreau
· Mon Dec 03 01:38:36 2007 +0100
5eb1a90
[MEDIUM] New option http_proxy
by Alexandre Cassen
· Thu Nov 29 15:43:32 2007 +0100
e6b9894
[MAJOR] create proto_tcp and move initialization of proxy listeners
by Willy Tarreau
· Mon Oct 29 01:09:36 2007 +0100
8ced9a4
[MEDIUM] simplify error path in event_accept()
by Willy Tarreau
· Sun Nov 04 17:51:50 2007 +0100
a7e7614
[MEDIUM] make default_backend work in TCP mode too
by Willy Tarreau
· Sat Nov 03 14:28:39 2007 +0100
d95dcb5
[BUG] fix wrong timeout computation in event_accept()
by Willy Tarreau
· Mon Oct 15 20:36:37 2007 +0200
e94ebd0
[MEDIUM] moved the sockaddr pointer to the fdtab structure
by Willy Tarreau
· Tue Oct 09 17:14:37 2007 +0200
87ea548
[MINOR] add the "nolinger" option to disable data lingering
by Alexandre Cassen
· Thu Oct 11 20:48:58 2007 +0200
c11416f
[MEDIUM] acl: distinguish between request and response headers
by Willy Tarreau
· Sun Jun 17 16:58:38 2007 +0200
97be145
[MINOR] acl: provide a reference to the expr to fetch()
by Willy Tarreau
· Sun Jun 10 11:47:14 2007 +0200
d41f8d8
[MINOR] acl: specify the direction during fetches
by Willy Tarreau
· Sun Jun 10 10:06:18 2007 +0200
ae8b796
[MEDIUM] smarter integer comparison support in ACLs
by Willy Tarreau
· Sat Jun 09 23:10:04 2007 +0200
ee99136
[BUG] pre-initialize timeouts with tv_eternity during parsing
by Willy Tarreau
· Mon May 14 14:37:50 2007 +0200
1d4154a
[MAJOR] convert the header indexes to use mempool v2
by Willy Tarreau
· Sun May 13 22:57:02 2007 +0200
cf7f320
[MAJOR] last bunch of capture changes for mempool v2
by Willy Tarreau
· Sun May 13 22:46:04 2007 +0200
7341d94
[MAJOR] switched buffers to mempools v2
by Willy Tarreau
· Sun May 13 19:56:02 2007 +0200
c6ca1a0
[MAJOR] migrated task, tree64 and session to pool2
by Willy Tarreau
· Sun May 13 19:43:47 2007 +0200
d825eef
[MAJOR] replaced all timeouts with struct timeval
by Willy Tarreau
· Sat May 12 22:35:00 2007 +0200
662b2d8
[MINOR] implement the ACL keywords 'dst' and 'dport'
by Willy Tarreau
· Tue May 08 19:56:15 2007 +0200
a67fad9
[MINOR] implement acl_parse_ip and acl_match_ip
by Willy Tarreau
· Tue May 08 19:50:09 2007 +0200
8797c06
[MEDIUM] added several ACL criteria and matches
by Willy Tarreau
· Mon May 07 00:55:35 2007 +0200
14c8aac
[MEDIUM] store the original destination address in the session
by Willy Tarreau
· Tue May 08 19:46:30 2007 +0200
5465e11
[MINOR] pre-compute t->expire in event_accept
by Willy Tarreau
· Sun Apr 29 19:09:47 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
3d32d3a
[MINOR] add support for the polling results in fdtab
by Willy Tarreau
· Sun Apr 15 11:31:05 2007 +0200
7a96648
[MINOR] recompute maxfd before touching fdtab
by Willy Tarreau
· Sun Apr 15 10:58:02 2007 +0200
f161a34
[MEDIUM] updated all files to use EV_FD_*
by Willy Tarreau
· Sun Apr 08 16:59:42 2007 +0200
4225058
[MEDIUM] splitted logs into two versions : TCP and HTTP
by Willy Tarreau
· Sun Apr 01 01:30:43 2007 +0200
e2e27a5
[MEDIUM] removed now unused fiprm and beprm from proxies
by Willy Tarreau
· Sun Apr 01 00:01:37 2007 +0200
042cc79
[BUG] fix pointer initializations for TCP connections.
by Willy Tarreau
· Mon Mar 19 16:20:06 2007 +0100
3d30059
[MINOR] move some flags from session.h to proto_http.h
by Willy Tarreau
· Sun Mar 18 18:34:41 2007 +0100
3bac9ff
[CLEANUP] move http_txn out of session.h
by Willy Tarreau
· Sun Mar 18 17:31:28 2007 +0100
c2168d3
[CLEANUP] replaced occurrences of 'hreq' with 'txn' (bis)
by Willy Tarreau
· Sat Mar 03 20:51:44 2007 +0100
b326fcc
[CLEANUP] renamed several HTTP structures
by Willy Tarreau
· Sat Mar 03 13:54:32 2007 +0100
f0d058e
[BUG] hdr_idx might be left uninitialized in some cases
by Willy Tarreau
· Thu Jan 25 12:03:42 2007 +0100
8973c70
[MEDIUM] implemented the status-line parser in http_msg_analyzer().
by Willy Tarreau
· Sun Jan 21 23:58:29 2007 +0100
362b34d
[MINOR] move the response headers to the http_req
by Willy Tarreau
· Sun Jan 21 20:49:31 2007 +0100
8d5d7f2
[MAJOR] huge rework of the HTTP request FSM
by Willy Tarreau
· Sun Jan 21 19:16:41 2007 +0100
0637fa0
[MINOR] add the end of line pointer in each HTTP header
by Willy Tarreau
· Sat Jan 13 23:07:22 2007 +0100
0f7562b
[MEDIUM] separate the http request from the session (step 1)
by Willy Tarreau
· Sun Jan 07 15:46:13 2007 +0100
964c936
[MAJOR] replace the wait-queue linked list with an rbtree.
by Willy Tarreau
· Sun Jan 07 00:38:00 2007 +0100
35d66b0
[MINOR] added byte count to sessions and statistics.
by Willy Tarreau
· Tue Jan 02 00:28:21 2007 +0100
0f77253
[MINOR] store HTTP error messages into a chunk array
by Willy Tarreau
· Sat Dec 23 20:51:41 2006 +0100
ddb358d
[MEDIUM] tried to clean the logs up a little bit
by Willy Tarreau
· Sun Dec 17 22:55:52 2006 +0100
f1221aa
[MEDIUM] separated nbconn into feconn and beconn
by Willy Tarreau
· Sun Dec 17 22:14:12 2006 +0100
830ff45
[MAJOR] reworked ->be, ->fe and ->fi in sessions
by Willy Tarreau
· Sun Dec 17 19:31:23 2006 +0100
45e73e3
[MEDIUM] move all HTTP Request-related session material to struct hreq
by Willy Tarreau
· Sun Dec 17 00:05:15 2006 +0100
58f10d7
[MAJOR] replaced the client-side HTTP parser with a new one
by Willy Tarreau
· Mon Dec 04 02:26:12 2006 +0100
Next »