blob: 9c30d4663e264f4844a7f85220298b645426c08b [file] [log] [blame]
Willy Tarreau14a923c2015-09-21 15:21:09 +02001This file contains a list of people who are responsible for certain parts of
2the HAProxy project and who have authority on them. This means that these
3people have to be consulted before doing any change in the parts they maintain,
4including when fixing bugs. These persons are allowed to reject any change on
5the parts they maintain, and in parallel they try their best to ensure these
6parts work well. Similarly, any change to these parts not being validated by
7them will be rejected.
8
9The best way to deal with such subsystems when sending patches is to send the
10patches to the mailing list and to CC these people. When no maintainer is
11listed for a subsystem, you can simply send your changes the usual way, and it
12is also a sign that if you want to strengthen your skills on certain parts you
13can become yourself a maintainer of the parts you care a lot about.
14
15Please do not ask them to troubleshoot your bugs, it's not their job eventhough
16they may occasionally help as time permits.
17
18List of maintainers
19-------------------
20
21Lua
22Maintainer: Thierry Fournier <tfournier@arpalert.org>
23Files: src/hlua.c, include/*/hlua.h
24
25DNS
26Maintainer: Baptiste Assmann <bassmann@haproxy.com>
27Files: src/dns.c, include/*/dns.h
28
29SSL
30Maintainer: Emeric Brun <ebrun@haproxy.com>
31Files: src/ssl_sock.c, include/*/ssl_sock.h
32
33PEERS
34Maintainer: Emeric Brun <ebrun@haproxy.com>
35Files: src/peers.c, include/*/peers.h
36