]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshzlib.c
first pass
[PuTTY.git] / sshzlib.c
2017-02-14 Simon Tathamlz77_compress: change scope of variable 'hash'.
2017-02-14 Simon TathamRemove assorted dead code.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-08-15 Tim KosseClose file descriptor in test main().
2014-10-01 Simon TathamAdd a missing bounds check in the Deflate decompressor.
2014-02-22 Simon TathamAdd some assertions in sshzlib.c.
2012-06-01 Simon TathamMissing #include.
2011-03-04 Jacob NevinsImplement zlib@openssh.com, using the rekey-after-usera...
2011-03-01 Jacob NevinsAdd some extra validation to zlib decompression (primar...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-11-28 Simon TathamCorrect an embarrassingly wrong comment.
2004-10-21 Simon TathamI just had a need to decode a piece of Zlib data from...
2004-01-18 Simon TathamMemory management fixes. Fixed a segfault in SSH1 compr...
2003-06-26 Simon TathamFix a segfault (non-security-critical - null dereferenc...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-05 Ben Harriszlib_disable_compression() and zlib_huflookup() are...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-25 Simon TathamThe Zlib module now uses dynamically allocated contexts...
2002-08-08 Simon Tathamssh.com 3.2.0 uses zlib sync flush (start and close...
2001-09-07 Simon TathamPedantry patch from RDB: sanitise header use, correct...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-16 Simon TathamReplace PuTTY's 2-3-4 tree implementation with the...
2001-03-15 Simon TathamFix a few trivial compiler warnings
2001-03-05 Simon TathamMake the SSH2 traffic analysis defence robust in the...
2001-01-31 Simon TathamAdd zlib_freetable() to prevent memory leaks. Thanks...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.