summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/resp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* since we close the handles to Entries files, we must reopen them to addjfb2005-01-271-3/+5
* when warning about unimplemented handlers, do not attempt to printjfb2005-01-131-2/+2
* check the return value of a strdup() call and return an error onjfb2005-01-061-1/+6
* yet another mistake in the protocol docs...even if we send thejfb2004-12-131-2/+2
* free the buffer used to receive a file in the Updated response handlerjfb2004-12-131-10/+14
* fix the Copy-file response handler, it seems the CVS protocoljfb2004-12-101-5/+15
* simplify the handler for Created, Updated, Update-existing and Mergedjfb2004-12-081-16/+22
* support for the `Copy-file' responsejfb2004-12-081-2/+29
* less whitespace, more pretty. ok jfbtedu2004-12-071-22/+6
* avoid a crash when receiving either a Created, Updated, Update-existingjfb2004-12-071-11/+26
* tighten vertical spacing for else; jfb okderaadt2004-12-061-17/+9
* implement a saner handler for the Removed and Remove-entry responses.jfb2004-12-061-7/+17
* When receiving a `Checked-in' response, update the Entries informationjfb2004-12-031-2/+24
* Rewrite the internals of the file management code so that we do not keepjfb2004-11-261-3/+4
* print error messages when we receive the `error' responsejfb2004-09-231-1/+2
* Remove unused variablesjfb2004-08-131-3/+1
* * add an entry for directories when we create themjfb2004-08-131-3/+15
* Assume the parent's Entries file is always opened when receiving a newjfb2004-08-131-107/+63
* Cleanup and fix a call to cvs_splitpath()jfb2004-08-061-7/+8
* When creating a file, set its last access and modification times to thejfb2004-08-031-2/+10
* Move all of the request- and response-specific handlers into separatejfb2004-08-031-0/+735