1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-15 19:43:01 -05:00

53 Commits

Author SHA1 Message Date
Simon Tatham
89505459e3 Improve socket error handling so that a socket error isn't an
automatic fatalbox(). Instead, the error is passed to the receiver
routine, which can decide just how fatal the problem really is.

[originally from svn r894]
2001-01-24 10:11:18 +00:00
Simon Tatham
477c66fc64 Clean up a couple of trivial compiler warnings.
[originally from svn r885]
2001-01-22 17:24:38 +00:00
Simon Tatham
ca90be26a8 Experimental Rlogin support, thanks to Delian Delchev. Local flow
control is unsupported, and server-to-client comms may fail for want
of working TCP Urgent.

[originally from svn r875]
2001-01-19 10:10:37 +00:00