summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2007-07-12Do not fatal() if the CVSROOT/config file does not exist.Xavier Santolaria
2007-07-05fix a "Device busy" error in server mode. found by ckuethe@Joris Vink
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-07-03On the server side, in a remote setup, do not display timestamp.Xavier Santolaria
2007-07-01Sync time buffer size; missed in previous commit.Xavier Santolaria
2007-06-29Server-side bits for release command.Xavier Santolaria
2007-06-29Sync cvs/rcs diff code.Ray Lai
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-28When commiting to a server in a remote setup classifyJoris Vink
2007-06-28do not call cvs_checkout_file() for file removals in local mode,Joris Vink
2007-06-28when logging to CVSROOT/history as a server fill in theJoris Vink
2007-06-27have the server be more strict about the requests the clientJoris Vink
2007-06-27Remove last bits about login and logout commands, which will never beXavier Santolaria
2007-06-27fix diff output in a remote setup so our client does not freak out.Joris Vink
2007-06-27We were missing the needed clue/magic to have our remote setupJoris Vink
2007-06-26Bring back the release command. More work to be done though.Xavier Santolaria
2007-06-26add support for cvs rlog.Niall O'Higgins
2007-06-20Add missing `his' command alias. OK joris@.Xavier Santolaria
2007-06-18first stab at history stuff for opencvs, currently only writesJoris Vink
2007-06-06Don't double xstrdup.Ray Lai
2007-06-04remove a fatal i committed by accident.Niall O'Higgins
2007-06-02don't try to parse a server conflict message as a date.Niall O'Higgins
2007-06-01add support for local and remote branch checkout. for example,Niall O'Higgins
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30Remove cand structure (but not its definition).Ray Lai
2007-05-30Remove unused struct diff_arg.Ray Lai
2007-05-30Sync rcsdiff -> cvs diffRay Lai
2007-05-29Get rid of another useless variable, another difference between ourRay Lai
2007-05-29I've been running with an abort upon fatal loop, and I think I'veRay Lai
2007-05-29Since xrealloc dies on failure it is safe to directly assign to theRay Lai
2007-05-28Some spacing syncs with diff(1).Ray Lai
2007-05-28"in formation" -> "information"Ray Lai
2007-05-28Line up comments with the rest of the file, like in diff(1).Ray Lai
2007-05-27Add bounds check for cvs command arguments. Initial diff by TobiasRay Lai
2007-05-27Replace xmalloc/xsnprintf combo with xasprintf.Ray Lai
2007-05-27Revert, we dealt with the -x flag in the past. jmc suddenlyRay Lai
2007-05-27Mention -x flag (for compatibility only). From Tobias Stoeckmann.Ray Lai
2007-05-27Call fatal() if extra arguments are given to "opencvs server". FromRay Lai
2007-05-27Fix off-by-one, from Tobias Stoeckmann.Ray Lai
2007-05-27Fix off-by-one, from Tobias Stoeckmann.Ray Lai
2007-05-26It is not the job of cvs_server_send_response() to do error checking.Ray Lai
2007-05-26It is too complicated to tell a client that an internal failureRay Lai
2007-05-26Remove redundant xsnprintf calls.Ray Lai
2007-05-26add support for Mdocdate rcs keyword in opencvs too.Niall O'Higgins
2007-05-26cvs_server_path is more appropriate to check than cvs_server_active.Ray Lai
2007-05-26fatal() should never be called twice; if it happens, exit immediately,Ray Lai
2007-05-26Increase sticky tag buffer size.Ray Lai
2007-05-26Treat lines that start with "dummy timestamp from new-entry" as aRay Lai
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-25Call fatal() if we are missing an argument. From Tobias Stoeckmann.Ray Lai