diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16,6 +16,10 @@ | |||
16 | [atomicio.c] | 16 | [atomicio.c] |
17 | if the fd passed to atomicio/atomiciov() is non blocking, then poll() to | 17 | if the fd passed to atomicio/atomiciov() is non blocking, then poll() to |
18 | avoid a spin if it is not yet ready for reading/writing; ok dtucker@ | 18 | avoid a spin if it is not yet ready for reading/writing; ok dtucker@ |
19 | - dtucker@cvs.openbsd.org 2007/06/25 08:20:03 | ||
20 | [channels.c] | ||
21 | Correct test for window updates every three packets; prevents sending | ||
22 | window updates for every single packet. ok markus@ | ||
19 | 23 | ||
20 | 20070614 | 24 | 20070614 |
21 | - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the | 25 | - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the |
@@ -3091,4 +3095,4 @@ | |||
3091 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3095 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3092 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3096 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3093 | 3097 | ||
3094 | $Id: ChangeLog,v 1.4706 2007/06/25 09:04:12 dtucker Exp $ | 3098 | $Id: ChangeLog,v 1.4707 2007/06/25 09:04:46 dtucker Exp $ |