Willy Tarreau | 14a923c | 2015-09-21 15:21:09 +0200 | [diff] [blame] | 1 | This file contains a list of people who are responsible for certain parts of |
| 2 | the HAProxy project and who have authority on them. This means that these |
| 3 | people have to be consulted before doing any change in the parts they maintain, |
| 4 | including when fixing bugs. These persons are allowed to reject any change on |
| 5 | the parts they maintain, and in parallel they try their best to ensure these |
| 6 | parts work well. Similarly, any change to these parts not being validated by |
| 7 | them will be rejected. |
| 8 | |
| 9 | The best way to deal with such subsystems when sending patches is to send the |
| 10 | patches to the mailing list and to CC these people. When no maintainer is |
| 11 | listed for a subsystem, you can simply send your changes the usual way, and it |
| 12 | is also a sign that if you want to strengthen your skills on certain parts you |
| 13 | can become yourself a maintainer of the parts you care a lot about. |
| 14 | |
| 15 | Please do not ask them to troubleshoot your bugs, it's not their job eventhough |
| 16 | they may occasionally help as time permits. |
| 17 | |
| 18 | List of maintainers |
| 19 | ------------------- |
| 20 | |
| 21 | Lua |
| 22 | Maintainer: Thierry Fournier <tfournier@arpalert.org> |
| 23 | Files: src/hlua.c, include/*/hlua.h |
| 24 | |
Willy Tarreau | a9937f9 | 2015-09-22 01:07:00 +0200 | [diff] [blame] | 25 | Maps and pattern matching |
| 26 | Maintainer: Thierry Fournier <tfournier@arpalert.org> |
| 27 | Files: src/maps.c, src/pattern.c, include/*/maps.h, include/*/pattern.h |
| 28 | |
Willy Tarreau | 14a923c | 2015-09-21 15:21:09 +0200 | [diff] [blame] | 29 | DNS |
Willy Tarreau | a9937f9 | 2015-09-22 01:07:00 +0200 | [diff] [blame] | 30 | Maintainer: Baptiste Assmann <bedis9@gmail.com> |
Willy Tarreau | 14a923c | 2015-09-21 15:21:09 +0200 | [diff] [blame] | 31 | Files: src/dns.c, include/*/dns.h |
| 32 | |
| 33 | SSL |
| 34 | Maintainer: Emeric Brun <ebrun@haproxy.com> |
| 35 | Files: src/ssl_sock.c, include/*/ssl_sock.h |
| 36 | |
| 37 | PEERS |
| 38 | Maintainer: Emeric Brun <ebrun@haproxy.com> |
| 39 | Files: src/peers.c, include/*/peers.h |
| 40 | |
Willy Tarreau | a9937f9 | 2015-09-22 01:07:00 +0200 | [diff] [blame] | 41 | DOC to HTML converter (dconv) |
| 42 | Maintainer: Cyril Bonté <cyril.bonte@free.fr> |
| 43 | Files: doc/*.txt |
| 44 | Note: ask Cyril before changing any doc's format or structure. |
| 45 | |