2004-10-08 jrandom

* Revamp the AESInputStream so it doesn't allocate any temporary objects
      during its operation.
This commit is contained in:
jrandom
2004-10-08 22:53:03 +00:00
committed by zzz
parent 730da3aa27
commit 65676f8988
3 changed files with 99 additions and 144 deletions

View File

@ -1,4 +1,8 @@
$Id: history.txt,v 1.39 2004/10/07 21:08:11 jrandom Exp $
$Id: history.txt,v 1.40 2004/10/08 13:38:49 jrandom Exp $
2004-10-08 jrandom
* Revamp the AESInputStream so it doesn't allocate any temporary objects
during its operation.
2004-10-08 jrandom
* Don't kill the establisher threads during a soft restart.