summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/client.c
AgeCommit message (Expand)Author
2006-11-14add rlog and rannotate commands requests,Xavier Santolaria
2006-11-14dummy support for Argumentx request.Xavier Santolaria
2006-11-14Bring back version command. Still needs tweaks to make theXavier Santolaria
2006-11-13Add missing server-side bits for init...Xavier Santolaria
2006-11-13Add server-side bits for admin command.Xavier Santolaria
2006-11-10do not forget to send -l and -q Global options too.Xavier Santolaria
2006-11-10send Global options -n -Q -r to the server.Xavier Santolaria
2006-11-09cvs init remote bits.Xavier Santolaria
2006-11-09remote tag command support joins the party!Xavier Santolaria
2006-11-08bring back support for CVS_CLIENT_LOG that was removed withXavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-07-20Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' corre...Joris Vink
2006-07-09put the sticky tag if any in the correct place in the entries line when sendi...Joris Vink
2006-07-09more straightforward trace (-t) output, too much is just too noisy.Joris Vink
2006-07-08handle "." special in client_check_directory();Joris Vink
2006-07-08allow update in remote mode to work a bit better andJoris Vink
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2004-07-31All the protocol code is in proto.c nowJean-Francois Brousseau
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
2004-07-29Make cvs_client_sendinfo() aware of its root context and remove theJean-Francois Brousseau
2004-07-28Only put a space in the client buffer if the request has a non-NULLJean-Francois Brousseau
2004-07-28* prepare for an overhaul of the connection code by adding a cvsrootJean-Francois Brousseau
2004-07-27* don't always return 0 in cvs_client_sendreq()Jean-Francois Brousseau
2004-07-26Remove the code that would avoid sending a `Directory' request if theJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau