Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Thu May 15 03:51:28 2008 On host: debiancvs.march-hare.local Directory: cvsnt/src M buffer.cpp CVSNT_BRANCH_2_5_03_2382 1.16.2.6.8.2 -> 1.16.2.6.8.3 Bug Id: 5274 M buffer.h CVSNT_BRANCH_2_5_03_2382 1.8.2.4.10.1 -> 1.8.2.4.10.2 Bug Id: 5274 M client.cpp CVSNT_BRANCH_2_5_03_2382 1.84.2.141.6.11 -> 1.84.2.141.6.12 Bug Id: 5274 M server.cpp CVSNT_BRANCH_2_5_03_2382 1.106.2.210.6.26 -> 1.106.2.210.6.27 Bug Id: 5274 Log message: Bug5274: write network faster by avoiding use of the buffer for >10MB. Use windows memory functions on windows (can be disabled). Extra debugging of client send and server receive (of commit). Server now free's memory when receiving 'large chunk'. Client should end up using less memory (I hope). It does compile but that is about all I am sure of.