summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
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
2005-05-20don't attempt to copy the file's tag from the entry if we're dealingJean-Francois Brousseau
2005-05-20unused varJoris Vink
2005-05-19kill whitespaceJean-Francois Brousseau
2005-05-19only allocate a revision number if the entry is for a regular file,Jean-Francois Brousseau
2005-05-19handle -t option locally too; joris okXavier Santolaria
2005-05-19- add missing flags for the log commandXavier Santolaria
2005-05-19correct handling of the -d option; joris okXavier Santolaria
2005-05-19use the date parsing code from date.y and fix timestamps on newlyJean-Francois Brousseau
2005-05-18StyleAleksander Piotrowski
2005-05-18build a local copy of the client's source tree when acting as a server.Joris Vink
2005-05-18add `dir' arg in release cmd synopsis;Xavier Santolaria
2005-05-17enable `release' command; tested & ok joris@.Xavier Santolaria
2005-05-17basic update code, needs more work; ok joris@.Xavier Santolaria
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