• Poul-Henning Kamp's avatar
    Give the CLI command vcl.show a -v flag which outputs all the source · a68f58ab
    Poul-Henning Kamp authored
    files involved in a given VCL.
    
    When using -v, the individual source files are output like this:
    
    	// VCL.SHOW %d %d %s\n%s\n
    
    First field is the source file index [0...].
    Second field is the number of bytes in the source file.
    Third field is the name of the source file.
    Fourth field is the source file content.
    
    Inspired by a patch from daghf
    a68f58ab
Name
Last commit
Last update
..
mgt.h Loading commit data...
mgt_child.c Loading commit data...
mgt_cli.c Loading commit data...
mgt_cli.h 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_sandbox.c Loading commit data...
mgt_sandbox_solaris.c Loading commit data...
mgt_shmem.c Loading commit data...
mgt_vcc.c Loading commit data...