summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/proto.c
AgeCommit message (Expand)Author
2005-07-28replace a dead documentation link with two alive ones.Joris Vink
2005-07-27add trace message in cvs_connect(); ok jfb@ joris@.Xavier Santolaria
2005-07-26- fix SIZE_LEFT macro for the cb_cur > cb_buf case.Moritz Jodeit
2005-07-25fix memleak. ok xsa@Moritz Jodeit
2005-07-25KNF;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-24do not use `if (!var)' unless it's boolean, better use an == check;Xavier Santolaria
2005-07-23remove debug messages, i always seem to forget these.Joris Vink
2005-07-23rewrite of the file code. the previous one was justJoris Vink
2005-07-23add missing "Remove-entry" response in cvs_responses tableJoris Vink
2005-07-19make the init command work;Xavier Santolaria
2005-07-19if the user specifies the -Q flag (really quiet) we alsoJoris Vink
2005-07-18use cvs_path_cat() where appropriate; ok joris@.Xavier Santolaria
2005-07-09convert snprintf with format string "%s" to an strlcpy.Niall O'Higgins
2005-07-07remove trailing whitespacesJoris Vink
2005-06-10if the remote end doesn't support a version request,Joris Vink
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-26make cvs_getln() return the length of the line that was read, so weJean-Francois Brousseau
2005-05-24as a client, the the Root response first, before trying to ask the versionJoris Vink
2005-05-24send the -n flag to the server as part of connection initializationJean-Francois Brousseau
2005-05-23allow the CVS_CLIENT_LOG stuff to take variables which expandJoris Vink
2005-05-12snprintf checks; joris okXavier Santolaria
2005-05-09cvs_getln() can fail and return -1.Joris Vink
2005-04-22finish support for the '-' token in the Entry file, this allowsJoris Vink
2005-04-18don't send an Entry reply to the server for unknown files,Joris Vink
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-13unbreak, and do this correct.Joris Vink
2005-03-13simplify if {} else {} case.Joris Vink
2005-03-04add missing 'add' request in cvs_request table.Joris Vink
2005-02-04cleanup and additional error checking on connection setupJean-Francois Brousseau
2005-01-14minor knf and cleanup, and remove unneeded extern declarations, theyJean-Francois Brousseau
2005-01-14sprinkle more error reporting and add a trace when sending a fileJean-Francois Brousseau
2004-12-22spelling corrections; ok jmc@David Krause
2004-12-16make cvs_connect() print an error message and return with an errorJean-Francois Brousseau
2004-12-14missing `tag' request in the request tableJean-Francois Brousseau
2004-12-08support for the `Copy-file' responseJean-Francois Brousseau
2004-12-08add a small protection to avoid reconnecting to a server to which weJean-Francois Brousseau
2004-12-08avoid resending a directory if it was the last directory sent to theJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-12-02This commit is brought to you by the brand new improved and better tastingJean-Francois Brousseau
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-11-16more correct error checking, from Joris Vink <amni at pandora dot be>Jean-Francois Brousseau
2004-11-15Fix some issues in the protocol dispatch table:Jean-Francois Brousseau
2004-09-23Lower the level of an error messageJean-Francois Brousseau
2004-08-27Fix two descriptor leaksJean-Francois Brousseau
2004-08-13Leave stderr alone for the momentJean-Francois Brousseau