]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] added generic protocol support
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2007 10:25:14 +0000 (12:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Oct 2007 12:11:12 +0000 (14:11 +0200)
commitdd81598553d3f1be7b132086edcc090bad784b20
tree5efd4ec25514ca40b751f65a8d0e0e83dd73463c
parentd680371064dfa23eb6e85791ccfbb150c1a3c294
[MAJOR] added generic protocol support

A new generic protocol mechanism has been added. It provides
an easy method to implement new protocols with different
listeners (eg: unix sockets).

The listeners are automatically started at the right moment
and enabled after the possible fork().
Makefile
Makefile.bsd
Makefile.osx
include/proto/protocols.h [new file with mode: 0644]
include/types/fd.h
include/types/protocols.h [new file with mode: 0644]
include/types/proxy.h
src/haproxy.c
src/protocols.c [new file with mode: 0644]