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