Age | Commit message (Expand) | Author |
2005-08-02 | oops, missing variable; | Joris Vink |
2005-08-02 | fix a few bugs which happened when there is no CVS/ directory or when | Joris Vink |
2005-07-26 | remove the (errno != ENOENT) check now that it is included in cvs_unlink(); | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-24 | use cvs_unlink(); | Xavier Santolaria |
2005-07-24 | do not use `if (!var)' unless it's boolean, better use an == check; | Xavier Santolaria |
2005-07-23 | rewrite of the file code. the previous one was just | Joris Vink |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink |
2005-07-14 | be consistent when declaring cvs_ent structs; ok jfb@ joris@. | Xavier Santolaria |
2005-07-10 | if the Entries file for the parent directory is already open | Joris Vink |
2005-07-05 | protect against cvs_getln() failure. | Joris Vink |
2005-06-10 | instead of opening and closing the entry file all the | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-24 | - create the Entries.Static file with 0644 permissions instead of 0400. | Joris Vink |
2005-05-24 | remove debugging stuff | Joris Vink |
2005-05-24 | don't try to create directories with mkdir(2) in cvs_resp_sticky(). | Joris Vink |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-24 | create the target directory when we receive either of the | Jean-Francois Brousseau |
2005-05-20 | cvs_noexec checks; jfb ok | Xavier Santolaria |
2005-05-19 | use the date parsing code from date.y and fix timestamps on newly | Jean-Francois Brousseau |
2005-05-12 | fix segfault in cvs_resp_error() | Joris Vink |
2005-05-11 | in cvs_resp_removed(), don't abort the operation if we are trying | Joris Vink |
2005-05-03 | catch stupid gnu cvs behaviour, it sends an empty error message | Joris Vink |
2005-04-20 | shut up a useless warning for newly created files | Joris Vink |
2005-04-19 | correctly handle the "Removed" response, so that the correct | Joris Vink |
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 |