Timeline

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

4 check-ins using file window.c version 0daba08bb0

2001-01-08
10:24
Disable logging completely if the user selects Cancel when told the file already exists check-in: a2fc91fd2c user: simon tags: trunk
07:57
Ensure ssh specials (EOF and PING) don't occur except in connection states where they're meaningful. In case Plink misses an EOF by attempting to send it before reaching SSH_STATE_SESSION, it is buffered and sent later. PINGs can be sent during any part of the initialisation phase _except_ before deciding whether to use protocol 1 or 2. check-in: d9a5cfe18b user: simon tags: trunk
2001-01-07
13:16
Jeroen Massar's IPv6 patch. Disabled by default, for now. check-in: 4646b62243 user: simon tags: trunk
13:15
Fix for spurious Space getting sent when alt_space and alt_only are both set and you bring up the Sysmenu with an alt_space and dispatch it with an alt_only. (The SYSKEYDOWN for alt_only is never received, but we get the SYSKEYUP which PostMessages the space since it expects to be triggering the _creation_ of a sysmenu. Solution: set alt_state to 0 when an alt_space triggers a sysmenu, so that the final SYSKEYUP will be seen as spurious, which it is. Perhaps we could do this better.) check-in: add0639425 user: simon tags: trunk