summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-02-28do not forget to call cvs_connect() when we are using a remote cvs server.Joris Vink
2005-02-28update my email address.Joris Vink
2005-02-27Many improvements to the RCS support:Jean-Francois Brousseau
2005-02-26spelling fixesDavid Krause
2005-02-25- switch to rcsnum_parse() where appropriateJean-Francois Brousseau
2005-02-25exit with an error message if cvs_file_init() failsJean-Francois Brousseau
2005-02-25add rcsnum_parse() to simplify the most common caseJean-Francois Brousseau
2005-02-25document `cvs diff' options; input/ok jmc; ok jfb Joris Vink;Xavier Santolaria
2005-02-22more error checking on protocol calls when running in client modeJean-Francois Brousseau
2005-02-22use the file's name, and not its full path, when building the path toJean-Francois Brousseau
2005-02-22unused variableJean-Francois Brousseau
2005-02-22get rid of code that shouldn't have made it in thereJean-Francois Brousseau
2005-02-22Split the cvs daemon into two different processes: cvsd and cvsd-child.Jean-Francois Brousseau
2005-02-22- support -c and -s to retrieve the module listJean-Francois Brousseau
2005-02-22set the standard request socket path to /var/run/cvsd.sockJean-Francois Brousseau
2005-02-22give the `noop' request its own handler, it definitely does not needJean-Francois Brousseau
2005-02-22when a log message is generated by the server and is sent toJean-Francois Brousseau
2005-02-22do not leak a file pointer in case of errorJean-Francois Brousseau
2005-02-21document `cvs log'; ok jmcXavier Santolaria
2005-02-17only increase the reference count on the cvsroot structure when itJean-Francois Brousseau
2005-02-16get rid of unneeded whitespaceJean-Francois Brousseau
2005-02-16basic repository handling code, not plugged yetJean-Francois Brousseau
2005-02-16properly initialize the syslog_data structureJean-Francois Brousseau
2005-02-16more `cvs history' documentation about the columns added toXavier Santolaria
2005-02-15set the close-on-exec flag on the parent's local socket descriptorJean-Francois Brousseau
2005-02-15remove the LP_FILTER_TOGGLE operation, which is really pointless, andJean-Francois Brousseau
2005-02-15avoid crashing when setting a variable with cvsd_set() that was notJean-Francois Brousseau
2005-02-14use .Pa for paths, not .Ar; ok jmcXavier Santolaria
2005-02-13start documenting `cvs history'; ok jmc@ Joris Vink;Xavier Santolaria
2005-02-09hrmz, should be right now ...Xavier Santolaria
2005-02-09hrmz .. still missed a few ones ...Xavier Santolaria
2005-02-09ooopsie...Xavier Santolaria
2005-02-09add a KEYWORD SUBSTITUTION section; ok jmc@ jfb@ Joris Vink;Xavier Santolaria
2005-02-06tweak;Jason McIntyre
2005-02-04add Xavier Santolaria to AUTHORS sectionJean-Francois Brousseau
2005-02-04cleanup and additional error checking on connection setupJean-Francois Brousseau
2005-02-04more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink;Xavier Santolaria
2005-02-04remove duplicate trace message which gets output in cvs_sendfile()Jean-Francois Brousseau
2005-02-03be more consistent everywhere with `-k mode' option;Xavier Santolaria
2005-02-03add `release' command aliases;Xavier Santolaria
2005-02-03document `cvs release'; ok jmc@ Joris Vink;Xavier Santolaria
2005-02-02document missing options for `cvs update'; ok jmcXavier Santolaria
2005-02-01- accept a minus sign in front of the file's revision number toJean-Francois Brousseau
2005-02-01first round of malloc()/realloc() fixes:Jean-Francois Brousseau
2005-02-01document `cvs checkout'; ok jmc@ jfb@ Joris Vink;Xavier Santolaria
2005-01-31perform error checking on all the protocol callsJean-Francois Brousseau
2005-01-31don't crash if we have no valid CVSROOT stringJean-Francois Brousseau
2005-01-31when reporting a file to remove, we must use the Entry request alongJean-Francois Brousseau
2005-01-30document `cvs export' and add my copyright; ok jmc@ jfb@.Xavier Santolaria
2005-01-29apply sizeof() to the appropriate buffer in a strlcpy() callJean-Francois Brousseau