Age | Commit message (Expand) | Author |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-15 | braino; joris ok | Xavier Santolaria |
2005-04-15 | shudup useless warning; ok jfb@. | Xavier Santolaria |
2005-04-14 | set ret to 0 after using it to check snprintf() so that | Joris Vink |
2005-04-13 | check return values of snprintf() for potential overflows or errors | Jean-Francois Brousseau |
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink |
2005-03-29 | cvs_file_attach() can fail, make sure we can handle it | Joris Vink |
2005-01-27 | since we close the handles to Entries files, we must reopen them to add | Jean-Francois Brousseau |
2005-01-13 | when warning about unimplemented handlers, do not attempt to print | Jean-Francois Brousseau |
2005-01-06 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau |
2004-12-13 | yet another mistake in the protocol docs...even if we send the | Jean-Francois Brousseau |
2004-12-13 | free the buffer used to receive a file in the Updated response handler | Jean-Francois Brousseau |
2004-12-10 | fix the Copy-file response handler, it seems the CVS protocol | Jean-Francois Brousseau |
2004-12-08 | simplify the handler for Created, Updated, Update-existing and Merged | Jean-Francois Brousseau |
2004-12-08 | support for the `Copy-file' response | Jean-Francois Brousseau |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-07 | avoid a crash when receiving either a Created, Updated, Update-existing | Jean-Francois Brousseau |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-12-06 | implement a saner handler for the Removed and Remove-entry responses. | Jean-Francois Brousseau |
2004-12-03 | When receiving a `Checked-in' response, update the Entries information | Jean-Francois Brousseau |
2004-11-26 | Rewrite the internals of the file management code so that we do not keep | Jean-Francois Brousseau |
2004-09-23 | print error messages when we receive the `error' response | Jean-Francois Brousseau |
2004-08-13 | Remove unused variables | Jean-Francois Brousseau |
2004-08-13 | * add an entry for directories when we create them | Jean-Francois Brousseau |
2004-08-13 | Assume the parent's Entries file is always opened when receiving a new | Jean-Francois Brousseau |
2004-08-06 | Cleanup and fix a call to cvs_splitpath() | Jean-Francois Brousseau |
2004-08-03 | When creating a file, set its last access and modification times to the | Jean-Francois Brousseau |
2004-08-03 | Move all of the request- and response-specific handlers into separate | Jean-Francois Brousseau |