Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / sshzlib.c
2012-06-01 simonMissing #include.
2011-03-04 jacobImplement zlib@openssh.com, using the rekey-after-usera...
2011-03-01 jacobAdd some extra validation to zlib decompression (primar...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-11-28 simonCorrect an embarrassingly wrong comment.
2004-10-21 simonI just had a need to decode a piece of Zlib data from...
2004-01-18 simonMemory management fixes. Fixed a segfault in SSH1 compr...
2003-06-26 simonFix a segfault (non-security-critical - null dereferenc...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-05 benzlib_disable_compression() and zlib_huflookup() are...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-25 simonThe Zlib module now uses dynamically allocated contexts...
2002-08-08 simonssh.com 3.2.0 uses zlib sync flush (start and close...
2001-09-07 simonPedantry patch from RDB: sanitise header use, correct...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
2001-03-15 simonFix a few trivial compiler warnings
2001-03-05 simonMake the SSH2 traffic analysis defence robust in the...
2001-01-31 simonAdd zlib_freetable() to prevent memory leaks. Thanks...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.