• Geoff Simmons's avatar
    Support Unix domain sockets as -a listen addresses. · a2682c09
    Geoff Simmons authored
    Also adds the user, group and mode sub-args to -a, to set
    permissions on the path created by -a for UDS.
    
    Add the bogo_ip pseudo-VSA, representing IPv4 0.0.0.0:0, to be
    exposed in VCL for non-IP addresses.
    
    Also adding the field listen_sock to struct sess: pointer to the
    struct listen_sock that was created by the acceptor and lives in
    heritage.socks. This makes information like the endpoint name
    (named -a arg) and the UDS path available from an sp.
    a2682c09
Name
Last commit
Last update
..
mgt.h Loading commit data...
mgt_acceptor.c Loading commit data...
mgt_child.c Loading commit data...
mgt_cli.c Loading commit data...
mgt_jail.c Loading commit data...
mgt_jail_solaris.c Loading commit data...
mgt_jail_unix.c Loading commit data...
mgt_main.c Loading commit data...
mgt_param.c Loading commit data...
mgt_param.h Loading commit data...
mgt_param_bits.c Loading commit data...
mgt_param_tbl.c Loading commit data...
mgt_param_tcp.c Loading commit data...
mgt_param_tweak.c Loading commit data...
mgt_pool.c Loading commit data...
mgt_shmem.c Loading commit data...
mgt_util.c Loading commit data...
mgt_vcc.c Loading commit data...
mgt_vcl.c Loading commit data...