Timeline

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

7 check-ins using file windlg.c version a3d2875778

2001-01-07
07:31
Patch from Christian Biesinger: pscp guesses your Windows username by default check-in: ca7e00ef21 user: simon tags: trunk
2000-12-18
03:20
Apply improved WinSock error handling to the few situations it still hadn't been applied to. check-in: a4b94cebe6 user: simon tags: trunk
03:20
Attempt to get repeated key exchange working in SSH2. Still under test - might not be 100%. I think it _ought_ to work though. check-in: 1cf3831915 user: simon tags: trunk
2000-12-12
08:04
Remove unnecessary printfs from Minefield check-in: 0385d044d3 user: simon tags: trunk
05:07
Fix an intermittent segfault that prevented the new Zlib compression from being very useful. (Thanks to Minefield for catching it.) check-in: b5b8638aa8 user: simon tags: trunk
04:57
Added Minefield: an alternative memory allocator along the lines of Electric Fence. Enable by compiling with /DMINEFIELD. check-in: 19ecd40b6f user: simon tags: trunk
04:33
Make memory management uniform: _everything_ now goes through the smalloc() macros and thence to the safemalloc() functions in misc.c. This should allow me to plug in a debugging allocator and track memory leaks and segfaults and things. check-in: 6f56ef599a user: simon tags: trunk