Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file window.c version a4998472c2
|
2000-10-23
| ||
| 10:18 | Fix a bug which was causing occasional failed-host-key-check messages. Also left some diagnostics in, under #if 0, so that next time this happens it'll be easier to debug. check-in: 7d82ec4952 user: simon tags: trunk | |
| 07:31 | Oops. A field like `sending_oob' in the Socket structure really deserves to be initialised to something sane at creation time. check-in: bade166428 user: simon tags: trunk | |
| 07:20 | Plink and PSCP were failing to load the `Default Settings' options when connecting to an arbitrary hostname. In particular, setting a default user name didn't work. Now it does. check-in: 05ecf49826 user: simon tags: trunk | |
| 06:57 | Remove the NO_SECURITY define I accidentally copied from Pageant check-in: 8c4be9beb8 user: simon tags: trunk | |
| 06:55 | Created a shiny new abstraction for the socket handling. Has many advantages: - protocol modules can call sk_write() without having to worry about writes blocking, because blocking writes are handled in the abstraction layer and retried later. - `Lost connection while sending' is a thing of the past. - <winsock.h> is no longer needed in most modules, because "putty.h" doesn't have to declare `SOCKET' variables any more, only the abstracted `Socket' type. - select()-equivalent between multiple sockets will now be handled sensibly, which opens the way for things like SSH port forwarding. check-in: 59c2b0e4fd user: simon tags: trunk | |
| 05:32 | Created a shiny new abstraction for the socket handling. Has many advantages: - protocol modules can call sk_write() without having to worry about writes blocking, because blocking writes are handled in the abstraction layer and retried later. - `Lost connection while sending' is a thing of the past. - <winsock.h> is no longer needed in most modules, because "putty.h" doesn't have to declare `SOCKET' variables any more, only the abstracted `Socket' type. - select()-equivalent between multiple sockets will now be handled sensibly, which opens the way for things like SSH port forwarding. check-in: a2baae931e user: simon tags: trunk | |