Files
libguestfs/daemon
Jim Meyering d1c35f8710 daemon: diagnose socket write failure
* daemon/proto.c (send_chunk): Don't ignore socket-write error.
* daemon/proto.c (send_file_end): Return "int", not void,
so we can propagate send_chunk failure to caller.
* daemon/daemon.h (send_file_end): Update prototype.
* daemon/tar.c (do_tar_out, do_tgz_out): Update uses of send_file_end.
* daemon/upload.c (do_download): Likewise.
2009-08-20 15:59:53 +02:00
..
2009-08-17 11:56:10 +02:00
2009-08-20 15:59:53 +02:00
2009-08-13 14:45:34 +02:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2009-08-17 12:23:16 +01:00
2009-08-18 15:19:55 +01:00
2009-08-17 11:56:10 +02:00
2009-08-18 15:19:55 +01:00
2009-07-03 17:04:21 +02:00
2009-08-20 15:59:53 +02:00
2009-07-03 17:04:21 +02:00
2009-08-20 15:59:53 +02:00
2009-07-03 17:04:21 +02:00
2009-08-20 15:59:53 +02:00

Please see README in the parent directory.