| Commit message (Expand) | Author | Age | Files | Lines |
* | since we close the handles to Entries files, we must reopen them to add |  jfb | 2005-01-27 | 1 | -3/+5 |
* | when warning about unimplemented handlers, do not attempt to print |  jfb | 2005-01-13 | 1 | -2/+2 |
* | check the return value of a strdup() call and return an error on |  jfb | 2005-01-06 | 1 | -1/+6 |
* | yet another mistake in the protocol docs...even if we send the |  jfb | 2004-12-13 | 1 | -2/+2 |
* | free the buffer used to receive a file in the Updated response handler |  jfb | 2004-12-13 | 1 | -10/+14 |
* | fix the Copy-file response handler, it seems the CVS protocol |  jfb | 2004-12-10 | 1 | -5/+15 |
* | simplify the handler for Created, Updated, Update-existing and Merged |  jfb | 2004-12-08 | 1 | -16/+22 |
* | support for the `Copy-file' response |  jfb | 2004-12-08 | 1 | -2/+29 |
* | less whitespace, more pretty. ok jfb |  tedu | 2004-12-07 | 1 | -22/+6 |
* | avoid a crash when receiving either a Created, Updated, Update-existing |  jfb | 2004-12-07 | 1 | -11/+26 |
* | tighten vertical spacing for else; jfb ok |  deraadt | 2004-12-06 | 1 | -17/+9 |
* | implement a saner handler for the Removed and Remove-entry responses. |  jfb | 2004-12-06 | 1 | -7/+17 |
* | When receiving a `Checked-in' response, update the Entries information |  jfb | 2004-12-03 | 1 | -2/+24 |
* | Rewrite the internals of the file management code so that we do not keep |  jfb | 2004-11-26 | 1 | -3/+4 |
* | print error messages when we receive the `error' response |  jfb | 2004-09-23 | 1 | -1/+2 |
* | Remove unused variables |  jfb | 2004-08-13 | 1 | -3/+1 |
* | * add an entry for directories when we create them |  jfb | 2004-08-13 | 1 | -3/+15 |
* | Assume the parent's Entries file is always opened when receiving a new |  jfb | 2004-08-13 | 1 | -107/+63 |
* | Cleanup and fix a call to cvs_splitpath() |  jfb | 2004-08-06 | 1 | -7/+8 |
* | When creating a file, set its last access and modification times to the |  jfb | 2004-08-03 | 1 | -2/+10 |
* | Move all of the request- and response-specific handlers into separate |  jfb | 2004-08-03 | 1 | -0/+735 |