summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
AgeCommit message (Expand)Author
2008-06-27Simply the version string and nuke unecessary variables used to build it.Xavier Santolaria
2008-06-27Bump version; we're not going to stay with 1.0 forever.Xavier Santolaria
2008-06-17unused varsJoris Vink
2008-06-15Support the addition of new files in branches.Tobias Stoeckmann
2008-06-14Added support for sticky date set in CVS/Tag and CVS/Entries per directory.Tobias Stoeckmann
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink
2008-06-08Handle commits on a per-directory basis instead handling all of them atTobias Stoeckmann
2008-05-28Don't limit ourselfs when it comes to arguments on command line orTobias Stoeckmann
2008-03-09proper repository locking:Joris Vink
2008-03-08add checkout/update -j support.Joris Vink
2008-03-01spacingTheo de Raadt
2008-02-10+ #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S"Xavier Santolaria
2008-02-10fix ce_date declarationJoris Vink
2008-02-10parse any date tags set in CVS/Tag or CVS/Entries properly, and useJoris Vink
2008-02-09Introduce cvs_ent_line_str() - formats CVS/Entries lines.Xavier Santolaria
2008-02-09remote improvements:Joris Vink
2008-02-09Get in proper support for checkout/update -A when it comes to keywordTobias Stoeckmann
2008-02-09Get in initial support for checkout -D. Works fine with -r support rightTobias Stoeckmann
2008-02-04Stripped off 'nb', which was (or was supposed to be) used to distinguishTobias Stoeckmann
2008-02-04Added -k flag support for all commands which support it.Tobias Stoeckmann
2008-02-03more CVSROOT/module stuff:Joris Vink
2008-02-03better CVSROOT/module support, includes remote support and modulesJoris Vink
2008-02-01Added rannotate supportTobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-10Simply the use of cmdp and cvs_command by zapping cvs_command and workingTobias Stoeckmann
2007-09-23make sure when running update -r on existing files to overwriteJoris Vink
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-09-10remove my addition of portnumber for rsh in CVSROOT.Joris Vink
2007-09-10Allow port specification in our CVSROOT which is used for ourJoris Vink
2007-09-04Removed dead code.Tobias Stoeckmann
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