diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-08-28 11:21:06 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-08-28 11:21:06 +1000 |
commit | 86e30a0166f9c9e65983d2c4066873c4181d08c8 (patch) | |
tree | 3b2be01d381e61c1c7f544a560f7dbb8b430a5d7 /ChangeLog | |
parent | 3980b636312516ee823e84e884dadbc86e6795d3 (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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
16 | 20090820 | 19 | 20090820 |
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 |