Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins using file winnet.c version e50fef5de5
|
2000-12-18
| ||
| 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 | |