Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /usr/local/cvs Module name: cvsnt Changes by: [email protected] Tue Dec 1 18:11:33 2009 On host: obrien Directory: cvsnt/src M buffer.cpp CVSNT_BRANCH_2_5_03_2382 1.16.2.6.8.9 -> 1.16.2.6.8.10 Bug Id: M buffer.h CVSNT_BRANCH_2_5_03_2382 1.8.2.4.10.5 -> 1.8.2.4.10.6 Bug Id: M client.cpp CVSNT_BRANCH_2_5_03_2382 1.84.2.141.6.80 -> 1.84.2.141.6.81 Bug Id: M update.cpp CVSNT_BRANCH_2_5_03_2382 1.44.2.132.6.20 -> 1.44.2.132.6.21 Bug Id: Log message: In the spirit of the original code, don't buffer anything over a certain size, just send it direct to the remote server (100k should be fine.. it means procotocol gubbins gets buffered and everything else just sent). As well as saving memory this should be a tad faster