Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
0db0b0401beb9e28fde0a2d0b24d8a427c0bc75c
/
include
/
types
785f3c2
BUG/MINOR: checks/server: use_ssl member must be signed
by Christopher Faulet
· Mon Apr 27 12:13:06 2020 +0200
68d35ae
BUG/MINOR: checks: Respect the no-check-ssl option
by Christopher Faulet
· Fri Mar 27 18:55:49 2020 +0100
f304ad3
MINOR: checks: Add a way to send custom headers and payload during http chekcs
by Christopher Faulet
· Thu Apr 09 08:44:06 2020 +0200
8d18db7
BUG/MINOR: check: Update server address and port to execute an external check
by Christopher Faulet
· Sun Apr 26 09:50:31 2020 +0200
2d7bd02
BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits
by Jerome Magnin
· Thu Feb 27 23:36:56 2020 +0100
cba5a88
MINOR: http-rules: Add a flag on redirect rules to know the rule direction
by Christopher Faulet
· Tue Jan 28 09:13:41 2020 +0100
7589309
MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h.
by Olivier Houchard
· Wed Mar 18 13:07:19 2020 +0100
828a9d6
DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID
by Tim Duesterhus
· Fri Mar 13 12:34:22 2020 +0100
d29e830
MINOR: haproxy: export main to ease access from debugger
by Willy Tarreau
· Tue Mar 03 15:25:10 2020 +0100
4ce4195
BUG/MEDIUM: random: initialize the random pool a bit better
by Willy Tarreau
· Fri Mar 06 18:57:15 2020 +0100
db2cdbb
MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive
by Christopher Faulet
· Tue Jan 21 11:06:48 2020 +0100
7e9dd73
BUG/MEDIUM: connection: add a mux flag to indicate splice usability
by Willy Tarreau
· Fri Jan 17 16:19:34 2020 +0100
e69893b
BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing
by Willy Tarreau
· Thu Dec 19 07:39:06 2019 +0100
a99ff4d
MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps
by Christopher Faulet
· Mon Jul 22 16:18:24 2019 +0200
b3fdd52
MINOR: stats: Report max times in addition of the averages for sessions
by Christopher Faulet
· Fri Nov 08 14:59:51 2019 +0100
df73efe
MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time
by Christopher Faulet
· Fri Nov 08 14:53:15 2019 +0100
9a88a83
MINOR: peers: Add debugging information to "show peers".
by Frédéric Lécaille
· Thu Nov 07 15:22:33 2019 +0100
5d07270
MINOR: peers: Add TX/RX heartbeat counters.
by Frédéric Lécaille
· Wed Nov 06 11:51:26 2019 +0100
198d129
MINOR: mux: Add a new method to get informations about a mux.
by Olivier Houchard
· Fri Oct 25 16:19:26 2019 +0200
87d74c1
MINOR: stats: Add the support of float fields in stats
by Christopher Faulet
· Tue Sep 24 16:35:10 2019 +0200
46c7682
MINOR: spoe: Support the async mode with several threads
by Christopher Faulet
· Tue Sep 17 11:55:52 2019 +0200
0ff699e
MINOR: stats: report the number of idle connections for each server
by Willy Tarreau
· Sun Sep 08 09:24:56 2019 +0200
1a8febc
BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2
by Olivier Houchard
· Wed Jul 31 18:05:26 2019 +0200
0ff395c
BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue()
by Willy Tarreau
· Tue Jul 30 11:59:34 2019 +0200
ff96b8b
MINOR: hlua: Add a flag on the lua txn to know in which context it can be used
by Christopher Faulet
· Fri Jul 26 15:09:53 2019 +0200
937604b
BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff
by Willy Tarreau
· Wed Jul 24 16:45:02 2019 +0200
47b00ae
BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored
by Willy Tarreau
· Tue Jul 16 15:10:34 2019 +0200
42facc5
MINOR: task: introduce work lists
by Willy Tarreau
· Fri Jul 12 08:31:17 2019 +0200
6915948
BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept
by Willy Tarreau
· Mon Jul 08 23:09:03 2019 +0200
e445afd
MINOR: action: Add the return code ACT_RET_DONE for actions
by Christopher Faulet
· Thu Jul 04 11:08:38 2019 +0200
1bd140e
BUG/MINOR: mworker/cli: don't output a \n before the response
by William Lallemand
· Mon Jul 01 10:56:15 2019 +0200
3c39a7d
CLEANUP: connection: rename the wait_event.task field to .tasklet
by Willy Tarreau
· Fri Jun 14 14:42:29 2019 +0200
1dc6963
MINOR: mworker: add the HAProxy version in "show proc"
by William Lallemand
· Wed Jun 12 19:11:33 2019 +0200
b65717f
MINOR: peers: Optimization for dictionary cache lookup.
by Frédéric Lécaille
· Fri Jun 07 14:25:25 2019 +0200
99de1d0
MINOR: dict: Store the length of the dictionary entries.
by Frédéric Lécaille
· Fri Jun 07 10:58:20 2019 +0200
6c39198
MINOR peers: data structure simplifications for server names dictionary cache.
by Frédéric Lécaille
· Thu Jun 06 11:34:03 2019 +0200
4f283fa
MEDIUM: stream-int: introduce a new state SI_ST_RDY
by Willy Tarreau
· Wed Jun 05 14:34:03 2019 +0200
bedcd69
MINOR: stream-int: use bit fields to match multiple stream-int states at once
by Willy Tarreau
· Wed Jun 05 14:45:06 2019 +0200
03abf2d
MEDIUM: connections: Remove CONN_FL_SOCK*
by Olivier Houchard
· Tue May 28 10:12:02 2019 +0200
fe50bfb
MEDIUM: connections: Introduce a handshake pseudo-XPRT.
by Olivier Houchard
· Mon May 27 12:09:19 2019 +0200
2e05548
MINOR: connections: Add a new xprt method, add_xprt().
by Olivier Houchard
· Mon May 27 19:50:12 2019 +0200
5149b59
MINOR: connections: Add a new xprt method, remove_xprt.
by Olivier Houchard
· Thu May 23 17:47:36 2019 +0200
ea8dd94
MEDIUM: ssl: Handle subscribe by itself.
by Olivier Houchard
· Mon May 20 14:02:16 2019 +0200
8f3c256
MEDIUM: cache/htx: Always store info about HTX blocks in the cache
by Christopher Faulet
· Mon Jun 03 22:19:18 2019 +0200
8d78fa7
MINOR: peers: Make peers protocol support new "server_name" data type.
by Frédéric Lécaille
· Mon May 20 18:22:52 2019 +0200
7da7129
MINOR: server: Add a dictionary for server names.
by Frédéric Lécaille
· Mon May 20 09:47:07 2019 +0200
84d6046
MINOR: proxy: Add a "server by name" tree to proxy.
by Frédéric Lécaille
· Fri May 17 14:29:15 2019 +0200
5ad57ea
MINOR: stick-table: Add "server_name" new data type.
by Frédéric Lécaille
· Fri May 17 10:08:29 2019 +0200
74167b2
MINOR: peers: Add a LRU cache implementation for dictionaries.
by Frédéric Lécaille
· Tue May 28 19:02:42 2019 +0200
4a3fef8
MINOR: dict: Add dictionary new data structure.
by Frédéric Lécaille
· Tue May 28 14:47:17 2019 +0200
1673bbd
CLEANUP: peers: Remove tabs characters.
by Frédéric Lécaille
· Wed May 15 10:49:13 2019 +0200
7bb39d7
CLEANUP: connection: remove the now unused CS_FL_REOS flag
by Willy Tarreau
· Mon Jun 03 14:23:33 2019 +0200
7067b3a
BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit
by Willy Tarreau
· Sun Jun 02 11:11:29 2019 +0200
2a54bb7
MEDIUM: connection: Upstream SOCKS4 proxy support
by Alexander Liu
· Wed May 22 19:44:48 2019 +0800
250031e
MEDIUM: sessions: Introduce session flags.
by Olivier Houchard
· Wed May 29 15:01:50 2019 +0200
a8b2ce0
MINOR: activity: report the number of failed pool/buffer allocations
by Willy Tarreau
· Tue May 28 17:04:16 2019 +0200
2ae84e4
MEDIUM: poller: separate the wait time from the wake events
by Willy Tarreau
· Tue May 28 16:44:05 2019 +0200
9b04d22
MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV
by Christopher Faulet
· Tue May 14 22:47:37 2019 +0200
d6a7850
MINOR: cli/activity: add 3 general purpose counters in development mode
by Willy Tarreau
· Mon May 27 07:03:38 2019 +0200
394c9b4
MINOR: cli/activity: remove "fd_del" and "fd_skip" from show activity
by Willy Tarreau
· Mon May 27 06:59:14 2019 +0200
7cf0e45
MINOR: raw_sock: report global traffic statistics
by Willy Tarreau
· Thu May 23 11:39:14 2019 +0200
96d5195
MEDIUM: config: deprecate the antique req* and rsp* commands
by Willy Tarreau
· Wed May 22 20:34:35 2019 +0200
d1f56c9
BUG/MEDIUM: dns: make the port numbers unsigned
by Willy Tarreau
· Wed May 22 20:07:45 2019 +0200
082b628
BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks
by Willy Tarreau
· Wed May 22 14:42:12 2019 +0200
0ba4f48
MAJOR: polling: add event ports support (Solaris)
by Emmanuel Hocdet
· Mon Apr 08 16:53:32 2019 +0000
5a6e224
REORG: threads: move the struct thread_info from global.h to hathreads.h
by Willy Tarreau
· Mon May 20 18:56:48 2019 +0200
91e6df0
MINOR: threads: add each thread's clockid into the global thread_info
by Willy Tarreau
· Fri May 03 17:21:18 2019 +0200
522cfbc
MINOR: init/threads: make the global threads an array of structs
by Willy Tarreau
· Fri May 03 10:16:39 2019 +0200
10c6c16
MEDIUM: Make 'option forceclose' actually warn
by Tim Duesterhus
· Tue May 14 20:58:00 2019 +0200
8bdb5c9
CLEANUP: connection: remove the handle field from the wait_event struct
by Willy Tarreau
· Mon May 13 18:27:59 2019 +0200
602bf7d
MEDIUM: streams: Add a new http action, disable-l7-retry.
by Olivier Houchard
· Fri May 10 13:59:15 2019 +0200
c125cef
CLEANUP: ssl: make inclusion of openssl headers safe
by Willy Tarreau
· Fri May 10 09:58:43 2019 +0200
8d164dc
CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore
by Willy Tarreau
· Fri May 10 09:35:00 2019 +0200
5599456
REORG: ssl: move openssl-compat from proto to common
by Willy Tarreau
· Thu May 09 14:52:44 2019 +0200
9a1ab08
CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER
by Willy Tarreau
· Thu May 09 13:26:41 2019 +0200
92e38e2
BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO.
by Olivier Houchard
· Wed May 08 19:48:32 2019 +0200
2674303
MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct
by Dragan Dosen
· Tue Apr 30 15:54:36 2019 +0200
c02766a
MINOR: stick-table: Add prefixes to stick-table names.
by Frédéric Lécaille
· Wed Mar 20 15:06:55 2019 +0100
015e4d7
MINOR: stick-tables: Add peers process binding computing.
by Frédéric Lécaille
· Tue Mar 19 14:55:01 2019 +0100
1b8e68e
MEDIUM: stick-table: Stop handling stick-tables as proxies.
by Frédéric Lécaille
· Thu Mar 14 07:07:41 2019 +0100
f92da38
BUILD/MINOR: stick-table: Compilation fix.
by Frédéric Lécaille
· Fri Mar 15 11:24:53 2019 +0100
d456aa4
MINOR: config: Extract the code of "stick-table" line parsing.
by Frédéric Lécaille
· Fri Mar 08 14:47:00 2019 +0100
034c88c
MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server
by Willy Tarreau
· Mon Jan 23 23:36:45 2017 +0100
fdcb007
MEDIUM: proto: Change the prototype of the connect() method.
by Olivier Houchard
· Mon May 06 18:32:29 2019 +0200
e3249a9
MEDIUM: streams: Add a new keyword for retry-on, "junk-response"
by Olivier Houchard
· Fri May 03 23:01:47 2019 +0200
865d839
MEDIUM: streams: Add a way to replay failed 0rtt requests.
by Olivier Houchard
· Fri May 03 22:46:27 2019 +0200
a254a37
MEDIUM: streams: Add the ability to retry a request on L7 failure.
by Olivier Houchard
· Fri Apr 05 15:30:12 2019 +0200
c40efc1
MINOR: init/threads: make the threads array global
by Willy Tarreau
· Fri May 03 09:22:44 2019 +0200
81492c9
MINOR: threads: flatten the per-thread cpu-map
by Willy Tarreau
· Fri May 03 09:41:23 2019 +0200
102854c
BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled
by Christopher Faulet
· Tue Apr 30 12:17:13 2019 +0200
07425de
BUG/MEDIUM: port_range: Make the ring buffer lock-free.
by Olivier Houchard
· Mon Apr 29 18:52:06 2019 +0200
bc13bec
MINOR: activity: report context switch counts instead of rates
by Willy Tarreau
· Tue Apr 30 14:55:18 2019 +0200
9634e86
CLEANUP: task: move the task_per_thread definition to task.h
by Willy Tarreau
· Tue Apr 30 14:36:47 2019 +0200
d803e47
MINOR: log: Enable the log sampling and load-balancing feature.
by Frédéric Lécaille
· Thu Apr 25 07:42:09 2019 +0200
d95ea28
MINOR: log: Add "sample" new keyword to "log" lines.
by Frédéric Lécaille
· Wed Apr 24 16:14:33 2019 +0200
f7f5428
BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed
by Kevin Zhu
· Fri Apr 26 14:00:01 2019 +0800
22d63a2
MINOR: applet: measure and report an appctx's call rate in "show sess"
by Willy Tarreau
· Wed Apr 24 08:41:29 2019 +0200
2e9c1d2
MINOR: stream: measure and report a stream's call rate in "show sess"
by Willy Tarreau
· Wed Apr 24 08:28:31 2019 +0200
0212fad
MINOR: tasks/activity: report the context switch and task wakeup rates
by Willy Tarreau
· Wed Apr 24 08:10:57 2019 +0200
333939c
MINOR: action: new '(http-request|tcp-request content) do-resolve' action
by Baptiste Assmann
· Mon Jan 21 08:34:50 2019 +0100
Next »