Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
d394fd35e7be447b67485ab85e8a0a6fa1df7fe2
/
src
/
proto_udp.c
a4380b2
MEDIUM: listeners: make use of fd_want_recv_safe() to enable early receivers
by Willy Tarreau
· Wed Nov 04 13:59:04 2020 +0100
59b5da4
BUG/MEDIUM: listener: never suspend inherited sockets
by Willy Tarreau
· Wed Nov 04 14:14:55 2020 +0100
2f6f362
CLEANUP: protocol: intitialize all of the sockaddr when disconnecting
by Willy Tarreau
· Wed Oct 14 10:50:41 2020 +0200
e03204c
MEDIUM: listeners: implement protocol level ->suspend/resume() calls
by Willy Tarreau
· Fri Oct 09 17:02:21 2020 +0200
7b2febd
MINOR: listeners: split do_unbind_listener() in two
by Willy Tarreau
· Fri Oct 09 17:18:29 2020 +0200
f58b8db
MEDIUM: receivers: add an rx_unbind() method in the protocols
by Willy Tarreau
· Fri Oct 09 16:32:08 2020 +0200
e122dc5
MEDIUM: udp: implement udp_suspend() and udp_resume()
by Willy Tarreau
· Wed Oct 07 19:55:15 2020 +0200
5ddf1ce
MINOR: protocol: add a new pair of enable/disable methods for listeners
by Willy Tarreau
· Fri Sep 25 19:27:39 2020 +0200
686fa3d
MINOR: protocol: add a new pair of rx_enable/rx_disable methods
by Willy Tarreau
· Fri Sep 25 19:09:53 2020 +0200
cb66ea6
MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver)
by Willy Tarreau
· Fri Sep 25 17:12:32 2020 +0200
d7f331c
MINOR: protocol: rename the ->listeners field to ->receivers
by Willy Tarreau
· Fri Sep 25 17:01:43 2020 +0200
078e1c7
CLEANUP: protocol: remove the ->enable_all method
by Willy Tarreau
· Fri Sep 25 16:45:12 2020 +0200
a37b244
MINOR: listeners: introduce listener_set_state()
by Willy Tarreau
· Thu Sep 24 07:23:45 2020 +0200
2b5e0d8
MEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET*
by Willy Tarreau
· Wed Sep 16 21:58:52 2020 +0200
a54553f
MINOR: protocol: add the control layer type in the protocol struct
by Willy Tarreau
· Wed Sep 16 17:50:45 2020 +0200
1e984b7
CLEANUP: protocol: remove family-specific fields from struct protocol
by Willy Tarreau
· Fri Sep 04 08:23:14 2020 +0200
b0254cb
MINOR: protocol: add a new proto_fam structure for protocol families
by Willy Tarreau
· Fri Sep 04 08:07:11 2020 +0200
ad33acf
MEDIUM: protocol: do not call proto->bind() anymore from bind_listener()
by Willy Tarreau
· Wed Sep 02 18:40:02 2020 +0200
2f7687d
MEDIUM: udp: make use of sock_inet_bind_receiver()
by Willy Tarreau
· Tue Sep 01 16:23:29 2020 +0200
d69ce1f
MEDIUM: sock_inet: implement sock_inet_bind_receiver()
by Willy Tarreau
· Tue Sep 01 14:18:04 2020 +0200
b3580b1
MINOR: protocol: rename the ->bind field to ->listen
by Willy Tarreau
· Tue Sep 01 10:26:22 2020 +0200
3fd3bdc
MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings
by Willy Tarreau
· Tue Sep 01 15:12:08 2020 +0200
0b91501
MINOR: receiver: add a receiver-specific flag to indicate the socket is bound
by Willy Tarreau
· Tue Sep 01 10:47:07 2020 +0200
818a92e
MINOR: listener: prefer to retrieve the socket's settings via the receiver
by Willy Tarreau
· Thu Sep 03 07:50:19 2020 +0200
b743661
REORG: listener: move the listener's proto to the receiver
by Willy Tarreau
· Fri Aug 28 19:51:44 2020 +0200
38ba647
REORG: listener: move the receiving FD to struct receiver
by Willy Tarreau
· Thu Aug 27 08:16:52 2020 +0200
3715906
REORG: listener: move the listening address to a struct receiver
by Willy Tarreau
· Thu Aug 27 07:48:42 2020 +0200
be56c10
MINOR: listener: move the network namespace to the struct settings
by Willy Tarreau
· Thu Sep 03 07:27:34 2020 +0200
7e30721
MINOR: listener: move the interface to the struct settings
by Willy Tarreau
· Thu Sep 03 07:23:34 2020 +0200
e26993c
MINOR: listener: move bind_proc and bind_thread to struct settings
by Willy Tarreau
· Thu Sep 03 07:18:55 2020 +0200
576a633
CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions
by Willy Tarreau
· Tue Sep 01 18:54:13 2020 +0200
37bafdc
MINOR: sock_inet: move the IPv4/v6 transparent mode code to sock_inet
by Willy Tarreau
· Fri Aug 28 17:23:40 2020 +0200
c5a94c9
MINOR: sock_inet: implement sock_inet_get_dst()
by Willy Tarreau
· Fri Aug 28 15:19:45 2020 +0200
f172558
MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses
by Willy Tarreau
· Fri Aug 28 15:30:11 2020 +0200
18b7df7
REORG: sock: start to move some generic socket code to sock.c
by Willy Tarreau
· Fri Aug 28 12:07:22 2020 +0200
6b79f38
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Thu Jul 23 00:32:55 2020 +0500
54932b4
MINOR: log: adds syslog udp message handler and parsing.
by Emeric Brun
· Tue Jul 07 09:43:24 2020 +0200
3835c0d
MEDIUM: udp: adds minimal proto udp support for message listeners.
by Emeric Brun
· Tue Jul 07 09:46:09 2020 +0200
7c18b54
REORG: dgram: rename proto_udp to dgram
by Willy Tarreau
· Thu Jun 11 09:23:02 2020 +0200
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
f268ee8
REORG: include: split global.h into haproxy/global{,-t}.h
by Willy Tarreau
· Thu Jun 04 17:05:57 2020 +0200
832ce65
REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h
by Willy Tarreau
· Thu Jun 04 08:36:05 2020 +0200
0f6ffd6
REORG: include: move fd.h to haproxy/fd{,-t}.h
by Willy Tarreau
· Wed Jun 03 19:33:00 2020 +0200
d7f76a0
BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive.
by Willy Tarreau
· Tue Dec 10 18:12:04 2019 +0100
7a798e5
CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept()
by Willy Tarreau
· Thu Apr 14 11:13:20 2016 +0200
5d4e4f7
MEDIUM: protocol: add minimalist UDP protocol client
by Baptiste Assmann
· Mon Apr 13 23:08:16 2015 +0200