summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-05-26first part of real pruning supportJoris Vink
2005-05-26fix remaining issues with regards to branch numbering and add theJean-Francois Brousseau
2005-05-26add a couple of functions to go from branch numbers to revisions andJean-Francois Brousseau
2005-05-26support the -b option in local mode as well and rearrange the branchJean-Francois Brousseau
2005-05-25skeleton for the edit-related functions, not linked in yetJean-Francois Brousseau
2005-05-25unused codeJean-Francois Brousseau
2005-05-25support the -d flag in local mode (GNU CVS ignores that flag and evenJean-Francois Brousseau
2005-05-25modify rcs_rev_add() to accept a time_t argument to explicitly setJean-Francois Brousseau
2005-05-25split cvs_admin_file() into the local and remote versions and doJean-Francois Brousseau
2005-05-25assume that a file is modified if its timestamp is lowerJean-Francois Brousseau
2005-05-25when importing a file in local mode, add the first two revisionsJean-Francois Brousseau
2005-05-25- basic code for rcs_rev_add() and rcs_rev_remove(), does notJean-Francois Brousseau
2005-05-25add cvs_comment_lookup() and a suffix -> comment leader lookup tableJean-Francois Brousseau
2005-05-25add the RCS_ERR_ERRNO code to indicate that the actual error code isJean-Francois Brousseau
2005-05-25fix version by adding an init handler which sets the argument countJean-Francois Brousseau
2005-05-25change some printf()'s to cvs_printf() for the server.Joris Vink
2005-05-25no need to check cvs_trace before outputting a trace, the log codeJean-Francois Brousseau
2005-05-25check the return value of cvs_startcmd() in cvs_req_command() so weJean-Francois Brousseau
2005-05-24- create the Entries.Static file with 0644 permissions instead of 0400.Joris Vink
2005-05-24don't fail on mkdir(2) when errno is EEXIST in cvs_file_create().Joris Vink
2005-05-24- simplify cvs_mkadmin().Joris Vink
2005-05-24remove debugging stuffJoris Vink
2005-05-24cvs_noexec checks; ok joris@Xavier Santolaria
2005-05-24don't try to create directories with mkdir(2) in cvs_resp_sticky().Joris Vink
2005-05-24as a client, the the Root response first, before trying to ask the versionJoris Vink
2005-05-24remove debugging messagesJean-Francois Brousseau
2005-05-24Merge the cvs_cmd and cvs_cmd_info structures and add the necessaryJean-Francois Brousseau
2005-05-24send the -n flag to the server as part of connection initializationJean-Francois Brousseau
2005-05-24create the target directory when we receive either of theJean-Francois Brousseau
2005-05-23bye byeJean-Francois Brousseau
2005-05-23better formatting.Joris Vink
2005-05-23update the CVS_CLIENT_LOG sectionJoris Vink
2005-05-23allow the CVS_CLIENT_LOG stuff to take variables which expandJoris Vink
2005-05-23add -n flag to cvs usageJoris Vink
2005-05-23add some logging for `cvs -t' option use; ok joris@Xavier Santolaria
2005-05-23add -f flag; ok joris@Xavier Santolaria
2005-05-22remove ununsed codeJean-Francois Brousseau
2005-05-22unused variableJoris Vink
2005-05-20correct wrong error code usage.Joris Vink
2005-05-20cvs_noexec checks; jfb okXavier Santolaria
2005-05-20simplify error messageJean-Francois Brousseau
2005-05-20do not hardcode 'CVS/Root' but rather use defined CVS_PATH_ROOTSPEC;Xavier Santolaria
2005-05-20make the handlers static and remove local code that will go in anotherJean-Francois Brousseau
2005-05-20first bits of the `cvs -n' option; ok jfb jorisXavier Santolaria
2005-05-20plug a memleakJoris Vink
2005-05-20* missing prototype for lookup()Jean-Francois Brousseau
2005-05-20return CVS_EX_PROTO on protocol errorsJean-Francois Brousseau
2005-05-20* proper memsetPatrick Latifi
2005-05-20allow a cvs command to be executed from outside a repository,Joris Vink
2005-05-20execute the command callback at the same time we are buildingJoris Vink