summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-11-15Bring back basic annotate command. Needs more work.Xavier Santolaria
2006-11-14Add support for the "Set" request.Xavier Santolaria
2006-11-14Simplify in cvs_read_rcfile() by using cvs_path_cat();Xavier Santolaria
2006-11-14Handle global -l, -Q, and -r on the server side too.Xavier Santolaria
2006-11-14add rlog and rannotate commands requests,Xavier Santolaria
2006-11-14dummy support for Argumentx request.Xavier Santolaria
2006-11-14add this, so version compiles...Xavier Santolaria
2006-11-14Bring back version command. Still needs tweaks to make theXavier Santolaria
2006-11-13Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.cXavier 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-13Run cvs_file_classify() so local mode works...Xavier Santolaria
2006-11-13Build admin command.Xavier Santolaria
2006-11-13fix check on required arguments.Xavier Santolaria
2006-11-13Write rcs file when finished.Xavier Santolaria
2006-11-13Add support for [-a users] and [-o rev].Xavier Santolaria
2006-11-13bring back basic admin command, mostly based on OpenRCS rcs(1).Xavier Santolaria
2006-11-10fix -wXavier Santolaria
2006-11-10no magic, "Attic" -> CVS_PATH_ATTICXavier 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-10sync with usr.bin/rcs/diff3.cXavier Santolaria
2006-11-09sync with usr.bin/rcs version.Xavier Santolaria
2006-11-09cvs init remote bits.Xavier Santolaria
2006-11-09add support for -c (Check that working files are not modified).Xavier Santolaria
2006-11-09respect TMPDIR here too, changes pulled in from usr.bin/rcs.Xavier Santolaria
2006-11-09fix pasto..Xavier Santolaria
2006-11-09remote tag command support joins the party!Xavier Santolaria
2006-11-08[-s states] and [-w logins] bits.Xavier Santolaria
2006-11-08bring back support for CVS_CLIENT_LOG that was removed withXavier Santolaria
2006-11-06- handle global -n flag in conjunction with remove -f.Xavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-10-25Check len to be > 0 before accessing buf[len-1] and check if theMoritz Jodeit
2006-10-24bring back support for -h, -N, -R, and -t.Xavier Santolaria
2006-10-24Reuse len instead of calling strlen again.Ray Lai
2006-10-24Check that string length != 0 before setting buf[strlen(buf) - 1].Ray Lai
2006-10-11check fgets(3) return value and also fix aThordur I. Bjornsson
2006-08-23pull in latest change from openrcs:Joris Vink
2006-08-02Sync CVS's rcs_expand_keywords() and rcs_kwexp_buf() with RCS.Ray Lai
2006-07-30Sync some whitespace changes from rcs. No binary change.Ray Lai
2006-07-27Pull in improper memory allocation from RCS:Ray Lai
2006-07-20Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' corre...Joris Vink
2006-07-10handle 0 sized files correctly, tested by brad@ thanksJoris Vink
2006-07-09put the sticky tag if any in the correct place in the entries line when sendi...Joris Vink
2006-07-09handle SIGPIPE correctly.Joris Vink
2006-07-09more straightforward trace (-t) output, too much is just too noisy.Joris Vink
2006-07-08Remove file mode argument from {cvs|rcs}_buf_write_stmp(). WeRay Lai
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