diff options
author | Damien Miller <djm@mindrot.org> | 2008-05-19 14:59:37 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-05-19 14:59:37 +1000 |
commit | db255cad0531047a3e35a95af74ad2e03b054412 (patch) | |
tree | 7452c18135999436612dcb4e6e7d9c9f2abfe90f /ChangeLog | |
parent | e9890193032b4bba7afa40d4fc003bbf629afba2 (diff) |
- markus@cvs.openbsd.org 2008/05/08 06:59:01
[bufaux.c buffer.h channels.c packet.c packet.h]
avoid extra malloc/copy/free when receiving data over the net;
~10% speedup for localhost-scp; ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -58,6 +58,10 @@ | |||
58 | - jmc@cvs.openbsd.org 2008/05/07 08:00:14 | 58 | - jmc@cvs.openbsd.org 2008/05/07 08:00:14 |
59 | [sshd_config.5] | 59 | [sshd_config.5] |
60 | sort; | 60 | sort; |
61 | - markus@cvs.openbsd.org 2008/05/08 06:59:01 | ||
62 | [bufaux.c buffer.h channels.c packet.c packet.h] | ||
63 | avoid extra malloc/copy/free when receiving data over the net; | ||
64 | ~10% speedup for localhost-scp; ok djm@ | ||
61 | 65 | ||
62 | 20080403 | 66 | 20080403 |
63 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- | 67 | - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- |
@@ -3918,4 +3922,4 @@ | |||
3918 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3922 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3919 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3923 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3920 | 3924 | ||
3921 | $Id: ChangeLog,v 1.4918 2008/05/19 04:59:02 djm Exp $ | 3925 | $Id: ChangeLog,v 1.4919 2008/05/19 04:59:37 djm Exp $ |