Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
4c84822d974fe4f7b5e6f7bd1c3940e472646d20
/
include
/
proto
45cb4fb
[MEDIUM] build: switch ebtree users to use new ebtree version
by Willy Tarreau
· Mon Oct 26 21:10:04 2009 +0100
8e89b84
[MINOR] http: remove the last call to stream_int_return
by Willy Tarreau
· Sun Oct 18 23:56:35 2009 +0200
b37c27e
[MAJOR] http: create the analyser which waits for a response
by Willy Tarreau
· Sun Oct 18 22:53:08 2009 +0200
bf47aeb
[MEDIUM] appsession: add the "request-learn" option
by Cyril Bonté
· Thu Oct 15 00:15:40 2009 +0200
4e33d86
[OPTIM] stats: check free space before trying to print
by Willy Tarreau
· Sun Oct 11 23:35:10 2009 +0200
ea1f5fe
[MINOR] stats: use a dedicated state to output static data
by Willy Tarreau
· Sun Oct 11 23:12:51 2009 +0200
ba8d7d3
[MINOR] Add chunk_htmlencode and chunk_asciiencode
by Krzysztof Piotr Oledzki
· Sat Oct 10 21:06:03 2009 +0200
f395017
[MINOR] proxy: provide function to retrieve backend/server pointers
by Willy Tarreau
· Sat Oct 10 18:35:51 2009 +0200
9bcc91e
[MINOR] buffers: add buffer_feed2() and make buffer_feed() measure string length
by Willy Tarreau
· Sat Oct 10 18:01:44 2009 +0200
6b2e11b
[MEDIUM] backend: implement consistent hashing variation
by Willy Tarreau
· Thu Oct 01 07:52:15 2009 +0200
6f61b21
[BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2
by Krzysztof Piotr Oledzki
· Sun Oct 04 23:34:15 2009 +0200
ac68c5d
[OPTIM] counters: move some max numbers to the counters struct
by Willy Tarreau
· Sun Oct 04 23:12:44 2009 +0200
aeebf9b
[MEDIUM] Collect & provide separate statistics for sockets, v2
by Krzysztof Piotr Oledzki
· Sun Oct 04 15:43:17 2009 +0200
052d4fd
[CLEANUP] Move counters to dedicated structures
by Krzysztof Piotr Oledzki
· Sun Oct 04 14:52:57 2009 +0200
b0c9bc4
[MEDIUM] stats: make HTTP stats use an I/O handler
by Willy Tarreau
· Sun Oct 04 15:56:38 2009 +0200
f5a885f
[MEDIUM] stats: don't use s->ana_state anymore
by Willy Tarreau
· Sun Oct 04 14:22:18 2009 +0200
24955a1
[MINOR] stats: make stats_dump_raw_to_buffer() use buffer_feed_chunk
by Willy Tarreau
· Sun Oct 04 11:54:04 2009 +0200
7e72a8f
[MINOR] stats_dump_sess_to_buffer: use buffer_feed_chunk()
by Willy Tarreau
· Sat Oct 03 23:55:14 2009 +0200
61b3473
[MINOR] stats_dump_errors_to_buffer: use buffer_feed_chunk()
by Willy Tarreau
· Sat Oct 03 23:49:35 2009 +0200
33b230b
[BUG] stats: don't call buffer_shutw(), but ->shutw() instead
by Willy Tarreau
· Sun Oct 04 09:16:41 2009 +0200
39c9ba7
[MINOR] lb_map: reorder code in order to ease integration of new hash functions
by Willy Tarreau
· Thu Oct 01 21:11:15 2009 +0200
f89c187
[CLEANUP] backend: move LB algos to individual files
by Willy Tarreau
· Thu Oct 01 11:19:37 2009 +0200
78ff5d0
[MINOR] include time.h from freq_ctr.h as is uses "now".
by Willy Tarreau
· Thu Oct 01 11:05:26 2009 +0200
78abe61
[MAJOR] struct chunk rework
by Krzysztof Piotr Oledzki
· Sun Sep 27 13:23:20 2009 +0200
ca7d4b9
[MINOR] backend: uninline some LB functions
by Willy Tarreau
· Thu Oct 01 09:21:55 2009 +0200
c5d9c80
[MINOR] backend: export some functions to recount servers
by Willy Tarreau
· Thu Oct 01 09:17:05 2009 +0200
9a42c0d
[MEDIUM] stats: replace the stats socket analyser with an SI applet
by Willy Tarreau
· Tue Sep 22 19:31:03 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
2e1dd3d
[BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds
by Willy Tarreau
· Wed Sep 23 22:56:07 2009 +0200
fb0e920
[MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL
by Willy Tarreau
· Wed Sep 23 23:47:55 2009 +0200
0960541
[MEDIUM] Collect & show information about last health check, v3
by Krzysztof Piotr Oledzki
· Wed Sep 23 22:09:24 2009 +0200
2d028db
[BUG] buffers: buffer_forward() must not always clear BF_OUT_EMPTY
by Willy Tarreau
· Sun Sep 20 22:56:25 2009 +0200
269358d
[BUILD] stream_interface: fix conflicting declaration
by Willy Tarreau
· Sun Sep 20 20:14:49 2009 +0200
31971e5
[MEDIUM] add support for infinite forwarding
by Willy Tarreau
· Sun Sep 20 12:07:52 2009 +0200
ba0b63d
[MAJOR] buffers: fix the BF_EMPTY flag's meaning
by Willy Tarreau
· Sun Sep 20 08:09:44 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
c77e761
[MINOR] buffers: inline buffer_si_putchar()
by Willy Tarreau
· Sun Sep 13 14:58:00 2009 +0200
9cb8daa
[MINOR] buffers: add buffer_cut_tail() to cut only unsent data
by Willy Tarreau
· Tue Sep 15 21:22:24 2009 +0200
91aa577
[BUG] buffer_forward() would not correctly consider data already scheduled
by Willy Tarreau
· Tue Sep 15 20:32:30 2009 +0200
36a5c53
[MINOR] buffers: provide buffer_si_putchar() to send a char from a stream interface
by Willy Tarreau
· Thu Sep 03 07:13:50 2009 +0200
4fe7a2e
[MINOR] buffers: add peekchar and peekline functions for stream interfaces
by Willy Tarreau
· Tue Sep 01 06:41:32 2009 +0200
aeac319
[MEDIUM] buffers: provide new buffer_feed*() function
by Willy Tarreau
· Mon Aug 31 08:09:57 2009 +0200
2b7addc
[MINOR] buffers: provide more functions to handle buffer data
by Willy Tarreau
· Mon Aug 31 07:37:22 2009 +0200
a07a34e
[MEDIUM] replace BUFSIZE with buf->size in computations
by Willy Tarreau
· Sun Aug 16 23:27:46 2009 +0200
5ca791d
[CLEANUP] move remaining stats sockets code to dumpstats
by Willy Tarreau
· Sun Aug 16 19:06:42 2009 +0200
8e13d74
[CLEANUP] unix: remove uxst_process_session()
by Willy Tarreau
· Sun Aug 16 18:54:47 2009 +0200
104eb36
[MEDIUM] make the unix stats sockets use the generic session handler
by Willy Tarreau
· Sun Aug 16 18:51:29 2009 +0200
9650f37
[MEDIUM] move connection establishment from backend to the SI.
by Willy Tarreau
· Sun Aug 16 14:02:45 2009 +0200
647caf1
[MEDIUM] add support for RDP cookie persistence
by Emeric Brun
· Tue Jun 30 17:57:00 2009 +0200
bede3d0
[MINOR] acl: add support for matching of RDP cookies
by Emeric Brun
· Tue Jun 30 17:54:00 2009 +0200
bedb9ba
[MINOR] prepare callers of session_set_backend to handle errors
by Willy Tarreau
· Sun Jul 12 08:27:39 2009 +0200
1d0dfb1
[MAJOR] http: complete splitting of the remaining stages
by Willy Tarreau
· Tue Jul 07 15:10:31 2009 +0200
3a81629
[MEDIUM] session: tell analysers what bit they were called for
by Willy Tarreau
· Tue Jul 07 10:55:49 2009 +0200
d787e66
[MEDIUM] http: split request waiter from request processor
by Willy Tarreau
· Tue Jul 07 10:14:51 2009 +0200
915e1eb
[MEDIUM] config: split parser and checker in two functions
by Willy Tarreau
· Mon Jun 22 15:48:36 2009 +0200
c6f4ce8
[MEDIUM] add support for binding to source port ranges during connect
by Willy Tarreau
· Wed Jun 10 11:09:37 2009 +0200
13a34bd
[MINOR] compute the max of sessions/s on fe/be/srv
by Willy Tarreau
· Sun May 10 18:52:49 2009 +0200
8f38bd0
[MINOR] add basic signal handling functions
by Willy Tarreau
· Sun May 10 08:53:33 2009 +0200
40d2516
[BUILD] add format(printf) to printf-like functions
by Willy Tarreau
· Fri Apr 03 12:01:47 2009 +0200
4076a15
[MEDIUM] http: capture invalid requests/responses even if accepted
by Willy Tarreau
· Thu Apr 02 15:18:36 2009 +0200
3884cba
[MINOR] show sess: report number of calls to each task
by Willy Tarreau
· Sat Mar 28 17:54:35 2009 +0100
c7bdf09
[MINOR] stats: report number of tasks (active and running)
by Willy Tarreau
· Sat Mar 21 18:33:52 2009 +0100
a461318
[MINOR] task: keep a task count and clean up task creators
by Willy Tarreau
· Sat Mar 21 18:13:21 2009 +0100
26ca34e
[BUG] scheduler: fix improper handling of duplicates __task_queue()
by Willy Tarreau
· Sat Mar 21 12:51:40 2009 +0100
e35c94a
[MEDIUM] scheduler: get rid of the 4 trees thanks and use ebtree v4.1
by Willy Tarreau
· Sat Mar 21 10:01:42 2009 +0100
8445533
[BUG] session: errors were not reported in termination flags in TCP mode
by Willy Tarreau
· Sun Mar 15 22:34:05 2009 +0100
ff01a21
[MINOR] cfgparse: some cleanups in the consistency checks
by Willy Tarreau
· Sun Mar 15 13:46:16 2009 +0100
e8a28bf
[MINOR] buffers: implement buffer_flush()
by Willy Tarreau
· Sun Mar 08 21:12:04 2009 +0100
6f0aa47
[CLEANUP] buffer_flush() was misleading, rename it as buffer_erase
by Willy Tarreau
· Sun Mar 08 20:33:29 2009 +0100
531cf0c
[OPTIM] task: reduce the number of calls to task_queue()
by Willy Tarreau
· Sun Mar 08 16:35:27 2009 +0100
d0a201b
[CLEANUP] task: distinguish between clock ticks and timers
by Willy Tarreau
· Sun Mar 08 15:53:06 2009 +0100
26c2506
[MEDIUM] minor update to the task api: let the scheduler queue itself
by Willy Tarreau
· Sun Mar 08 09:38:41 2009 +0100
4726f53
[OPTIM] task: don't unlink a task from a wait queue when waking it up
by Willy Tarreau
· Sat Mar 07 17:25:21 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
7f062c4
[MEDIUM] measure and report session rate on frontend, backends and servers
by Willy Tarreau
· Thu Mar 05 18:43:00 2009 +0100
74808cb
[MEDIUM] implement error dump on unix socket with "show errors"
by Willy Tarreau
· Wed Mar 04 15:53:18 2009 +0100
3eba98a
[MEDIUM] splice: make use of pipe pools
by Willy Tarreau
· Sun Jan 25 13:56:13 2009 +0100
982b6e3
[MEDIUM] introduce pipe pools
by Willy Tarreau
· Sun Jan 25 13:49:53 2009 +0100
259de1b
[MINOR] introduce structures required to support Linux kernel splicing
by Willy Tarreau
· Sun Jan 18 21:56:21 2009 +0100
03d60bb
[OPTIM] buffer: replace rlim by max_len
by Willy Tarreau
· Fri Jan 09 11:13:00 2009 +0100
0abebcc
[MEDIUM] i/o: rework ->to_forward and ->send_max
by Willy Tarreau
· Thu Jan 08 00:09:41 2009 +0100
dcef33f
[MINOR] add the splice_len member to the buffer struct in preparation of splice support
by Willy Tarreau
· Wed Jan 07 19:33:39 2009 +0100
6b66f3e
[MAJOR] implement autonomous inter-socket forwarding
by Willy Tarreau
· Sun Dec 14 17:31:54 2008 +0100
3ffeba1
[MEDIUM] enable inter-stream_interface wakeup calls
by Willy Tarreau
· Sun Dec 14 14:42:35 2008 +0100
86491c3
[MEDIUM] indicate when we don't care about read timeout
by Willy Tarreau
· Sun Dec 14 09:04:47 2008 +0100
dd80c6f
[MEDIUM] don't report buffer timeout when there is I/O activity
by Willy Tarreau
· Sat Dec 13 22:25:59 2008 +0100
f890dc9
[MEDIUM] add a send limit to a buffer
by Willy Tarreau
· Sat Dec 13 21:12:26 2008 +0100
922a806
[BUG] do not dequeue the backend's pending connections on a dead server
by Willy Tarreau
· Thu Dec 04 09:33:58 2008 +0100
07dc95a
[BUG] do not dequeue requests on a dead server
by Willy Tarreau
· Sun Nov 30 21:51:58 2008 +0100
da250db
[BUG] ensure that listeners from disabled proxies are correctly unbound.
by Willy Tarreau
· Sun Oct 12 12:07:48 2008 +0200
3dfe6cd
[MEDIUM] add support for "show sess" in unix stats socket
by Willy Tarreau
· Sun Dec 07 22:29:48 2008 +0100
0a46489
[MINOR] slightly rebalance stats_dump_{raw,http}
by Willy Tarreau
· Sun Dec 07 18:30:00 2008 +0100
01bf867
[MEDIUM] reference the current hijack function in the buffer itself
by Willy Tarreau
· Sun Dec 07 18:03:29 2008 +0100
b1356cf
[MAJOR] make unix sockets work again with stats
by Willy Tarreau
· Sun Dec 07 16:06:43 2008 +0100
e43d424
[MINOR] declare process_session in session.h, not proto_http.h
by Willy Tarreau
· Mon Dec 01 01:35:40 2008 +0100
59234e9
[MEDIUM] rename process_request to http_process_request
by Willy Tarreau
· Sun Nov 30 23:51:27 2008 +0100
d34af78
[MEDIUM] move the HTTP request body analyser out of process_request().
by Willy Tarreau
· Sun Nov 30 23:36:37 2008 +0100
60b85b0
[MEDIUM] extract the HTTP tarpit code from process_request().
by Willy Tarreau
· Sun Nov 30 23:28:40 2008 +0100
edcf668
[MEDIUM] extract TCP request processing from HTTP
by Willy Tarreau
· Sun Nov 30 23:15:34 2008 +0100
b025325
[MINOR] stream_sock_data_finish() should not expose fd
by Willy Tarreau
· Sun Nov 30 21:37:12 2008 +0100
Next »