• Poul-Henning Kamp's avatar
    Improve the "-d" and "-d -d" facilities. · b751efaf
    Poul-Henning Kamp authored
    When we close a CLI and it had fd# 0 and/or fd#1, reopen these
    as /dev/null so the will not be reused for the CLI pipe to the
    child on next restart, otherwise stdout/stderr output from the
    manager would get sent there and confuse the clients CLI reader.
    
    Don't double free a pointer to the CLI buffer.
    
    Accept non-zero results from cli_readres() errors are non-fatal.
    
    Use stderr more consistently for manager debugging.
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@749 d4fa192b-c00b-0410-8231-f00ffab90ce4
    b751efaf
Name
Last commit
Last update
..
Makefile.am Loading commit data...
cache.h Loading commit data...
cache_acceptor.c Loading commit data...
cache_backend.c Loading commit data...
cache_ban.c Loading commit data...
cache_center.c Loading commit data...
cache_cli.c Loading commit data...
cache_expire.c Loading commit data...
cache_fetch.c Loading commit data...
cache_hash.c Loading commit data...
cache_http.c Loading commit data...
cache_main.c Loading commit data...
cache_pass.c Loading commit data...
cache_pipe.c Loading commit data...
cache_pool.c Loading commit data...
cache_response.c Loading commit data...
cache_session.c Loading commit data...
cache_vcl.c Loading commit data...
cache_vrt.c Loading commit data...
cache_vrt_acl.c Loading commit data...
cache_vrt_re.c Loading commit data...
common.h Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
hash_classic.c Loading commit data...
hash_simple_list.c Loading commit data...
hash_slinger.h Loading commit data...
heritage.h Loading commit data...
mgt.h Loading commit data...
mgt_child.c Loading commit data...
mgt_cli.c Loading commit data...
mgt_cli.h Loading commit data...
mgt_event.c Loading commit data...
mgt_event.h Loading commit data...
mgt_vcc.c Loading commit data...
rfc2616.c Loading commit data...
shmlog.c Loading commit data...
steps.h Loading commit data...
stevedore.h Loading commit data...
storage_file.c Loading commit data...
storage_malloc.c Loading commit data...
tcp.c Loading commit data...
varnishd.1 Loading commit data...
varnishd.c Loading commit data...