Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sun, 29 Jun 2003 15:26:12 +0100
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Sun Jun 29 2003 15:26:12 BST
Log message:
First phase of SFTP re-engineering. Each base-level fxp_* function
has been split into a send half and a receive half, so that callers
can set several requests in motion at a time and deal with the
responses in whatever order they arrive.
Modified files:
. : psftp.c scp.c sftp.c sftp.h
Links:
http://cvs.tartarus.org//putty/psftp.c.diff?r1=1.60&r2=1.61
http://cvs.tartarus.org//putty/scp.c.diff?r1=1.106&r2=1.107
http://cvs.tartarus.org//putty/sftp.c.diff?r1=1.16&r2=1.17
http://cvs.tartarus.org//putty/sftp.h.diff?r1=1.8&r2=1.9