summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
AgeCommit message (Expand)Author
2007-08-30Remove old CVSROOT caching mechanisms.Joris Vink
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-27Remove last bits about login and logout commands, which will never beXavier Santolaria
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-18first stab at history stuff for opencvs, currently only writesJoris Vink
2007-03-22use MD5_DIGEST_STRING_LENGTH instead of rolling our own lenght.Xavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
2007-01-19move cvs_import() proto to the correct place.Xavier Santolaria
2007-01-18put functions protos at the right place.Xavier Santolaria
2007-01-17add support for remote checkout in both our client and server,Joris Vink
2007-01-13remove BUF * argument from cvs_checkout_file() it willJoris Vink
2007-01-12major re-work of the RCS api. this results in 100x performance improvements ...Niall O'Higgins
2007-01-12link to build the edit, editors, unedit, watch, and watchers commands.Xavier Santolaria
2007-01-07rewrite of the logmessage code, which allows you toJoris Vink
2007-01-03if we are commiting a file, do not let the server resend itJoris Vink
2006-12-11Permit checkout from a read-only repository using the -R global optionXavier Santolaria
2006-11-27client-side of the annotate command is usable, build it too.Xavier Santolaria
2006-11-14Add support for the "Set" request.Xavier Santolaria
2006-11-14add this, so version compiles...Xavier Santolaria
2006-11-13Build admin command.Xavier Santolaria
2006-11-09cvs init remote bits.Xavier Santolaria
2006-11-09fix pasto..Xavier Santolaria
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-07-07first part of opencvs remote, fairly useable on existing treesJoris Vink
2006-07-01implement the -p (dump) flag for cvs updateReyk Floeter
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-14handle existing CVS/Tag file when adding new directories. OK joris@.Xavier Santolaria
2006-06-12bring back a working version of the `cvs init' command. OK joris@.Xavier Santolaria
2006-06-03add support for update -A and update -r<rev>.Joris Vink
2006-05-30add CVS_PATH_ATTIC to cvs.h - this shouldve been commitedJoris Vink
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27allow diff to pick up newly added files with the -N flag.Joris Vink
2006-05-27basic support for CVSROOT/config - only supporting the 'tag' andJoris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27pruning (-P) support for both the update and checkout commands;Joris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-01fix some bugs that lint discovered for us.Joris Vink
2006-03-15- add util.h, reorganising a bunch of things and exposing cvs_yesno()Niall O'Higgins
2006-02-10fix CVS_PATH_NOTIFY duplicate.Xavier Santolaria
2006-02-09add missing client-side paths definitions;Xavier Santolaria
2006-01-27CVS_EX_BADROOT return code is not worth keeping;Xavier Santolaria
2006-01-10zap unused variables;Xavier Santolaria
2006-01-02more includes cleanup;Xavier Santolaria
2006-01-01more code cleanup;Joris Vink
2005-12-30more code cleanup, ok niallo@ and xsa@Joris Vink
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-24add an argument to cvs_chdir() which enables or not the removalXavier Santolaria