Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

16 check-ins using file window.c version 912b00e3f6

2001-02-05
07:04
Various bug/warning fixes from Jacob check-in: 0859a0ede3 user: simon tags: trunk
2001-02-04
09:49
Fix various slashes. check-in: f9b757f58e user: owen tags: trunk
09:47
Plink documentation cribs heavily from PSCP documentation, film at 11. check-in: 23cab600a0 user: owen tags: trunk
09:35
Some examples. check-in: 021554d40f user: owen tags: trunk
2001-02-01
08:13
Shrink the keepalive-timeout box so the text beside it can all fit in check-in: 903a927c8b user: simon tags: trunk
08:11
Yet another attempt at OOB handling in the network abstraction. This version allows you to specify, per socket, which sockets receive OOB data in-line (so that you know what was before the mark and what was after) and which receive it out of line (so it's really a one-byte out-of-band facility rather than discard-to-mark). This reflects the fact that rlogin appears to make more sense in the latter mode, and telnet in the former. This patch makes rlogin work right for me. check-in: a766f640f1 user: simon tags: trunk
08:09
Ignore the zero byte at the start of the rlogin main protocol check-in: ffbd4dcd12 user: simon tags: trunk
08:07
Fix an always-false comparison (don't compare a char to 0x80!) check-in: 5b9e0a3933 user: simon tags: trunk
05:35
Avoid mallocing zero bytes in the event log Copy processing, which was apparently a problem for compilers other than Visual C. Thanks to Roman Pompejus for pointing it out. check-in: 5caa8fa87b user: simon tags: trunk
2001-01-31
03:10
Add zlib_freetable() to prevent memory leaks. Thanks to Kevin Eric Saunders check-in: 04b0ae2606 user: simon tags: trunk
2001-01-30
18:28
This time, a working version of the pscp docs. check-in: 5922543b52 user: owen tags: trunk
18:25
More pscp documentation. check-in: 7be1300fe6 user: owen tags: trunk
2001-01-29
11:26
More stuff is written. check-in: c27c0fdb11 user: simon tags: trunk
09:10
Don't forget to read any outstanding data on receipt of FD_CLOSE. Particularly useful for people speaking HTTP, Finger etc over raw connections. check-in: 47af7bf5e2 user: simon tags: trunk
08:49
Robert de Bath's TCP Urgent / Telnet SYNCH patch. check-in: dae404c16f user: simon tags: trunk
08:31
Prevent "Connection closed" message box from appearing after the "Network error" box. The latter on its own is enough. check-in: 9a505cf629 user: simon tags: trunk