Age | Commit message (Expand) | Author |
2005-05-12 | add CF_NOFILES flag | Joris Vink |
2005-05-12 | set cvsent to NULL if entfile is NULL, fixes a crash | Joris Vink |
2005-05-12 | add CF_KNOWN and CF_NOFILES flags; joris ok | Xavier Santolaria |
2005-05-12 | introduce a new flag to the file api: CF_NOFILES, which allows us | Joris Vink |
2005-05-12 | snprintf checks; joris ok | Xavier Santolaria |
2005-05-12 | fix segfault in cvs_resp_error() | Joris Vink |
2005-05-12 | make functions static; joris ok | Xavier Santolaria |
2005-05-11 | missing CF_IGNORE flag | Joris Vink |
2005-05-11 | start for the `release' command, need more work; joris ok | Xavier Santolaria |
2005-05-11 | in cvs_resp_removed(), don't abort the operation if we are trying | Joris Vink |
2005-05-09 | cvs_getln() can fail and return -1. | Joris Vink |
2005-05-03 | catch stupid gnu cvs behaviour, it sends an empty error message | Joris Vink |
2005-05-02 | add missing structs for upcoming commands; joris ok | Xavier Santolaria |
2005-05-01 | if CF_MKADMIN flag is specified the administrative files will | Joris Vink |
2005-04-27 | no need to query the Entries line for files anymore and a bit of cleanup | Jean-Francois Brousseau |
2005-04-27 | cleanup and initial split between remote and local update code | Jean-Francois Brousseau |
2005-04-25 | first part of file API changes: | Joris Vink |
2005-04-25 | resurrect missing parts to generate rcsdiff(1)-style diffs with the -n | Jean-Francois Brousseau |
2005-04-25 | * add missing 'R' flag in diff synopsis | Jean-Francois Brousseau |
2005-04-25 | set the default branch to 1.1.1 upon import, and remove a stray | Jean-Francois Brousseau |
2005-04-24 | don't send a Modified request and the file its contents when | Joris Vink |
2005-04-24 | add missing CVS_CMD_ALLOWSPEC flag | Joris Vink |
2005-04-22 | finish support for the '-' token in the Entry file, this allows | Joris Vink |
2005-04-22 | sync add command usage w/ man page; joris ok | Xavier Santolaria |
2005-04-22 | missing '-R' (force recursion) option for diff. | Joris Vink |
2005-04-21 | let the `cvs remove' command work with no file(s) specified as args; | Xavier Santolaria |
2005-04-21 | better include the cvs_sendfile() req in the conditional statement so | Xavier Santolaria |
2005-04-21 | add checks for files still physically present that should be removed; | Xavier Santolaria |
2005-04-21 | * fix the tag command's synopsis | Jean-Francois Brousseau |
2005-04-20 | check the validity of tag names passed to the tag command, and print | Jean-Francois Brousseau |
2005-04-20 | add the CVS_EX_OK return code to indicate everything went fine | Jean-Francois Brousseau |
2005-04-20 | shut up a useless warning for newly created files | Joris Vink |
2005-04-19 | add error messages for the new RCS error codes | Jean-Francois Brousseau |
2005-04-19 | add rcs_sym_check() to check the validity of an RCS symbol and | Jean-Francois Brousseau |
2005-04-19 | big spring cleanup and make tag work again when dealing with multiple | Jean-Francois Brousseau |
2005-04-19 | correctly handle the "Removed" response, so that the correct | Joris Vink |
2005-04-19 | - remove unused header | Xavier Santolaria |
2005-04-19 | handle removed files as well when checking files to commit | Jean-Francois Brousseau |
2005-04-19 | send the correct argument, -A not -a | Joris Vink |
2005-04-19 | support -P -A -d flags | Joris Vink |
2005-04-19 | remove debug code | Joris Vink |
2005-04-19 | make sure we pick up newly added files. | Joris Vink |
2005-04-19 | update cf_type to the correct type if we cannot stat(2) the | Joris Vink |
2005-04-18 | don't send an Entry reply to the server for unknown files, | Joris Vink |
2005-04-18 | only copy ce_tag is it is not NULL, fixes a segfault on | Joris Vink |
2005-04-18 | missing prototype for get_date(); | Joris Vink |
2005-04-18 | dummy handlers for the Entry, Modified, Is-Modified, Updated and | Jean-Francois Brousseau |
2005-04-18 | free cf_tag for regular files in cvs_file_free(); | Joris Vink |
2005-04-18 | more debugging leftovers | Joris Vink |
2005-04-18 | remove debugging leftovers | Jean-Francois Brousseau |