haproxy/include
Thierry FOURNIER 9f95e4084c MINOR: standard: Add ipv6 support in the function url2sa().
The function url2sa() converts faster url like http://<ip>:<port> in a
struct sockaddr_storage. This patch add:
 - the https support
 - permit to return the length parsed
 - support IPv6
 - support DNS synchronous resolution only during start of haproxy.

The faster IPv4 convertion way is keeped. IPv6 is slower, because I use
the standard IPv6 parser function.
2014-03-31 09:54:44 +02:00
..
common MINOR: standard: Add ipv6 support in the function url2sa(). 2014-03-31 09:54:44 +02:00
import
proto MINOR: pattern: Add function to prune and reload pattern list. 2014-03-28 13:23:07 +01:00
types MEDIUM: acl: Change the acl register struct 2014-03-17 18:06:08 +01:00