Yet more global-removal. The static variables in logging.c are now
[u/mdw/putty] / sshzlib.c
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.