Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ac556082e7771d61cad0907ad6b14d056b282671
/
src
/
protocol.c
0013288
MINOR: listener: small API change
by Aurelien DARRAGON
· Fri Sep 09 15:32:57 2022 +0200
91b4726
MINOR: protocol: replace ctrl_type with xprt_type and clarify it
by Willy Tarreau
· Fri May 20 16:36:46 2022 +0200
e3b4518
MINOR: protocols: make use of the protocol type to select the protocol
by Willy Tarreau
· Wed Oct 27 17:28:55 2021 +0200
bdcee7f
DEBUG: protocol: yell loudly during registration of invalid sock_domain
by Willy Tarreau
· Wed Oct 27 15:06:35 2021 +0200
37de553
MINOR: protocol: report the file and line number for binding/listening errors
by Willy Tarreau
· Thu Oct 14 11:55:48 2021 +0200
ed17485
MINOR: proto_tcp: use chunk_appendf() to ouput socket setup errors
by Bjoern Jacke
· Tue Jan 12 19:24:43 2021 +0100
eb77824
MEDIUM: proxy: remove the deprecated "grace" keyword
by Willy Tarreau
· Fri Jun 11 16:27:10 2021 +0200
2b71810
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
by Willy Tarreau
· Wed Apr 21 07:32:39 2021 +0200
ad6722e
MINOR: protocol: move __protocol_by_family to read_mostly
by Willy Tarreau
· Sat Apr 10 17:38:05 2021 +0200
61cfdf4
CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
by Willy Tarreau
· Sat Feb 20 10:46:51 2021 +0100
f9ad06c
MINOR: protocol: remove the redundant ->sock_domain field
by Willy Tarreau
· Tue Dec 08 12:13:54 2020 +0100
233ad28
CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind()
by Willy Tarreau
· Thu Oct 15 21:45:15 2020 +0200
a74cb38
MINOR: protocol: register the receiver's I/O handler and not the protocol's
by Willy Tarreau
· Thu Oct 15 21:29:49 2020 +0200
02e8557
MINOR: protocol: add protocol_stop_now() to instant-stop listeners
by Willy Tarreau
· Wed Oct 07 16:50:49 2020 +0200
d7f331c
MINOR: protocol: rename the ->listeners field to ->receivers
by Willy Tarreau
· Fri Sep 25 17:01:43 2020 +0200
5b95ae6
MINOR: protocol: directly call enable_listener() from protocol_enable_all()
by Willy Tarreau
· Fri Sep 25 16:41:05 2020 +0200
fb4ead8
CLEANUP: protocol: remove the ->disable_all method
by Willy Tarreau
· Fri Sep 25 16:30:22 2020 +0200
09819d1
MINOR: protocol: introduce protocol_{pause,resume}_all()
by Willy Tarreau
· Thu Sep 24 16:26:50 2020 +0200
910c64d
MEDIUM: protocol: store the socket and control type in the protocol array
by Willy Tarreau
· Wed Sep 16 21:28:15 2020 +0200
f1f6609
MINOR: protocol: retrieve the family-specific fields from the family
by Willy Tarreau
· Fri Sep 04 08:15:31 2020 +0200
fc97488
MEDIUM: protocol: explicitly start the receiver before the listener
by Willy Tarreau
· Wed Sep 02 18:22:11 2020 +0200
b3580b1
MINOR: protocol: rename the ->bind field to ->listen
by Willy Tarreau
· Tue Sep 01 10:26:22 2020 +0200
b743661
REORG: listener: move the listener's proto to the receiver
by Willy Tarreau
· Fri Aug 28 19:51:44 2020 +0200
e91bff2
MAJOR: init: start all listeners via protocols and not via proxies anymore
by Willy Tarreau
· Wed Sep 02 11:11:43 2020 +0200
ca21262
MINOR: protocol: do not call proto->unbind_all() anymore
by Willy Tarreau
· Wed Sep 02 10:31:31 2020 +0200
9432085
MINOR: protocol: do not call proto->bind_all() anymore
by Willy Tarreau
· Tue Sep 01 18:48:35 2020 +0200
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
48fbcae
REORG: tools: split common/standard.h into haproxy/tools{,-t}.h
by Willy Tarreau
· Wed Jun 03 18:09:46 2020 +0200
2dd7c35
REORG: include: move protocol.h to haproxy/protocol{,-t}.h
by Willy Tarreau
· Wed Jun 03 15:26:55 2020 +0200
853b297
REORG: include: split mini-clist into haproxy/list and list-t.h
by Willy Tarreau
· Wed May 27 18:01:47 2020 +0200
8d36697
REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/
by Willy Tarreau
· Wed May 27 16:10:29 2020 +0200
4c7e4b7
REORG: include: update all files to use haproxy/api.h or api-t.h if needed
by Willy Tarreau
· Wed May 27 12:58:42 2020 +0200
daacf36
BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff
by Willy Tarreau
· Wed Jul 24 16:45:02 2019 +0200
2d3f8a4
MEDIUM: protocol: use a custom AF_MAX to help protocol parser
by William Lallemand
· Tue Sep 11 16:51:28 2018 +0200
a6e3be7
BUILD: protocol: fix some build errors on OpenBSD
by Willy Tarreau
· Wed Aug 10 18:24:48 2016 +0200
b550d00
MEDIUM: protocol: use a family array to index the protocol handlers
by Willy Tarreau
· Fri Feb 20 16:53:25 2015 +0100
d1d5454
REORG: split "protocols" files into protocol and listener
by Willy Tarreau
· Wed Sep 12 22:58:11 2012 +0200