summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2004-12-09header cleanupJean-Francois Brousseau
2004-12-08get rid of void* pointer arithmetic on buffers so gcc stops complainingJean-Francois Brousseau
2004-12-08complain if we fail to send the log message so the caller doesn'tJean-Francois Brousseau
2004-12-08use mkstemp for local diff -r r1 -r r2; ok jfb@Damien Miller
2004-12-08minor simplification in if () statement from Joris VinkJean-Francois Brousseau
2004-12-08simplify the handler for Created, Updated, Update-existing and MergedJean-Francois Brousseau
2004-12-08check the return value of a strdup() call and return an error onJean-Francois Brousseau
2004-12-08avoid complaining twice when we fail to load a file, and fix a gccJean-Francois Brousseau
2004-12-08.Xr cvs 1Xavier Santolaria
2004-12-08support for the `Copy-file' responseJean-Francois Brousseau
2004-12-08rearrange the output loop for file lists in the log message so we don'tJean-Francois Brousseau
2004-12-08add YFLAGS; ok jfb@.Xavier Santolaria
2004-12-08add more CFLAGS; ok jfb@.Xavier Santolaria
2004-12-08embrace and extend (!) cvs_logmsg_get() so we can now displayJean-Francois Brousseau
2004-12-08add a small protection to avoid reconnecting to a server to which weJean-Francois Brousseau
2004-12-08sync; ok jfb@Ian Darwin
2004-12-08avoid resending a directory if it was the last directory sent to theJean-Francois Brousseau
2004-12-08note that the `version' command will also query the remote server'sJean-Francois Brousseau
2004-12-08add missing commands;Jason McIntyre
2004-12-07an other -> another;Jason McIntyre
2004-12-07.Sy -> .Ic;Jason McIntyre
2004-12-07kill unneeded macros;Jason McIntyre
2004-12-07fill in values for EDITOR and VISUAL;Jason McIntyre
2004-12-07when loading directory info, only close the handle to the Entries fileJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-07avoid a crash when receiving either a Created, Updated, Update-existingJean-Francois Brousseau
2004-12-07add missing parts for support of .cvsrcJean-Francois Brousseau
2004-12-06add missing aliases for the status, tag, update and version commandsJean-Francois Brousseau
2004-12-06reorder some of the code for argument vector splitting so we don'tJean-Francois Brousseau
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-12-06make cvsd compile; ok jfb@.Xavier Santolaria
2004-12-06when loading the file information from the Entries file, open it inJean-Francois Brousseau
2004-12-06implement a saner handler for the Removed and Remove-entry responses.Jean-Francois Brousseau
2004-12-06Get rid of a gcc warningJean-Francois Brousseau
2004-12-06Missing prototype for cvs_diff_sendflags(), removes a gcc warningJean-Francois Brousseau
2004-12-06Pass the proper type for the third argument to cvs_sendreq()Jean-Francois Brousseau
2004-12-03When receiving a `Checked-in' response, update the Entries informationJean-Francois Brousseau
2004-12-03Handle files mode 750.Tobias Weingartner
2004-12-03If the timestamp in the Entries file is larger than the file'sJean-Francois Brousseau
2004-12-03Rename variables to make more sense and fix a warning about assigningJean-Francois Brousseau
2004-12-02man tweaks;Jason McIntyre
2004-12-02This commit is brought to you by the brand new improved and better tastingJean-Francois Brousseau
2004-12-02cvs_logmsg_get() now accepts a list of files that it is getting theJean-Francois Brousseau
2004-12-02Add cvs_file_copy() to create a copy of a file structure.Jean-Francois Brousseau
2004-11-28make sure va_end() is always called in all possible pathsPatrick Latifi
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-11-26Cleanup, document .cvsrc and -f a bit more, and add checkout to theJean-Francois Brousseau
2004-11-26Match more closely the data sent by GNU CVS when dealing with multipleJean-Francois Brousseau
2004-11-26An introduction man page on how to use OpenCVS to manage CVS repositoriesJean-Francois Brousseau
2004-11-26struct cvs_file -> CVSFILEJean-Francois Brousseau