summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-08-28 11:21:06 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-08-28 11:21:06 +1000
commit86e30a0166f9c9e65983d2c4066873c4181d08c8 (patch)
tree3b2be01d381e61c1c7f544a560f7dbb8b430a5d7 /ChangeLog
parent3980b636312516ee823e84e884dadbc86e6795d3 (diff)
- (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
size a compile-time option and set it to 64k on Cygwin, since Corinna reports that it makes a significant difference to performance. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e24f73274..89bfa66a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
12 the pty master on Solaris, since it never succeeds and can hang if large 12 the pty master on Solaris, since it never succeeds and can hang if large
13 amounts of data is sent to the slave (eg a copy-paste). Based on a patch 13 amounts of data is sent to the slave (eg a copy-paste). Based on a patch
14 originally from Doke Scott, ok djm@ 14 originally from Doke Scott, ok djm@
15 - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
16 size a compile-time option and set it to 64k on Cygwin, since Corinna
17 reports that it makes a significant difference to performance. ok djm@
15 18
1620090820 1920090820
17 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not 20 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not