Timeline

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

8 check-ins using file scp.c version 4b0be0c553

2001-05-06
09:20
Wez Furlong's patch to add xterm mouse reporting and proper mouse wheel support. check-in: 0f7d39ca35 user: simon tags: trunk
2001-05-03
05:10
Remove diagnostics and attempt to work around VC compiler bug :-( check-in: 11ca64770c user: simon tags: trunk
2001-05-02
09:45
Extra diagnostics in the hope that we can track down the problem with the nightlies. I must remember to take it all out again when we do! check-in: 9ae48676d9 user: simon tags: trunk
03:59
TEMPORARY ONLY: enable debugging on default build to try to get tomorrow's nightly to show us what the problem with term_size is. check-in: c789629ac9 user: simon tags: trunk
2001-04-28
13:23
Reduce out-of-focus timer interval to 2 seconds so we still have some control over keepalives when not in the foreground. check-in: abf72593a3 user: simon tags: trunk
13:02
Add Jordan Russell's patch for a sunken-edge border like a DOS box. Configurable, of course, because I for one like the border as thin as possible. check-in: 99c55fd985 user: simon tags: trunk
12:35
Debugging improvements. Started using Dave Hinton's dmemdump function (woohoo!), improved that function so it provides an ASCII dump as well as hex (whee!), removed all remaining spurious \r in debug statements (ooh!), and made enabling of packet debugging in SSH a matter of one ifdef rather than lots (phew!). check-in: 78ce267f58 user: simon tags: trunk
12:18
Put the \001 prefix back on scp error messages when they're sent to the server. (Not sure _why_ they're sent to the server; scp is weird.) It may be pointless when sent to the screen, which is why I removed it, but it's extremely pointful on the wire :-( check-in: beae6ab7c7 user: simon tags: trunk