summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2004-12-21gnu CVS has an undocumented -s command-line option to set a variable,Jean-Francois Brousseau
2004-12-21modify the directory handling portion to behave like the one in add.c,Jean-Francois Brousseau
2004-12-21on the way to `cvs remove'; ok jfbXavier Santolaria
2004-12-21Check to make sure we have a valid CVSROOT, and check the return valueJean-Francois Brousseau
2004-12-21on the way to `cvs add'; ok jfbXavier Santolaria
2004-12-19add a handler for the Gzip-stream request. The handler parses theJean-Francois Brousseau
2004-12-18when parsing an RCS date, adjust the year by 1900 in the tm structureJean-Francois Brousseau
2004-12-17* increase the initial parse buffer size to 16384 bytesJean-Francois Brousseau
2004-12-16plug some memory leaks on error casesJean-Francois Brousseau
2004-12-16Add rcs_gethead() to easily retrieve the head revision of an RCSJean-Francois Brousseau
2004-12-16make cvs_connect() print an error message and return with an errorJean-Francois Brousseau
2004-12-15print line number of warnings in .cvsrc; ok jfb@.Xavier Santolaria
2004-12-15modify the CVS_DIR_ROOT() macro to grab the parent's root if the fileJean-Francois Brousseau
2004-12-15Permit the client to generate trace output when the -t option is givenJean-Francois Brousseau
2004-12-15we don't need a separate header for 4 function prototypes, moveJean-Francois Brousseau
2004-12-14First attempt at syncing the command code and doing a lot more errorJean-Francois Brousseau
2004-12-14complain about lost filesJean-Francois Brousseau
2004-12-14When loading directory entries, create file structures for files whichJean-Francois Brousseau
2004-12-14fix path to RCS file; jfb@ ok.Xavier Santolaria
2004-12-14be more verbose for .cvsrc errors/warnings; ok jfb@.Xavier Santolaria
2004-12-14add missing '\t' in usage(); okay jfb@.Xavier Santolaria
2004-12-14support the tag commandJean-Francois Brousseau
2004-12-14missing `tag' request in the request tableJean-Francois Brousseau
2004-12-14cleaner error handling on connection setup and in case of connectionJean-Francois Brousseau
2004-12-14move the cvsrc example stuff to cvsrc.5;Jason McIntyre
2004-12-13return early if no files are ready to be commitedJean-Francois Brousseau
2004-12-13yet another mistake in the protocol docs...even if we send theJean-Francois Brousseau
2004-12-13get rid of void* arithmetic to nuke another gcc warningJean-Francois Brousseau
2004-12-13free the buffer used to receive a file in the Updated response handlerJean-Francois Brousseau
2004-12-13if we fail to generate a file's checksum, print the path of the fileJean-Francois Brousseau
2004-12-13print full path of .cvsrc in log messages; jfb@ ok.Xavier Santolaria
2004-12-13sync SYNOPSIS and usage();Jason McIntyre
2004-12-10proper typecast to get rid of another warningJean-Francois Brousseau
2004-12-10fix the Copy-file response handler, it seems the CVS protocolJean-Francois Brousseau
2004-12-09fix pointer of type `void *' used in arithmetic warning; ok jfb@.Xavier Santolaria
2004-12-09support the 'annotate' command, will need some polishingJean-Francois Brousseau
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