summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Added rdiff support. In order to do this, some output and option fixestobias2008-02-031-2/+2
* Added rannotate supporttobias2008-02-011-1/+2
* Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrctobias2008-01-211-7/+7
* Added support for rtag in local and remote setups (with interoperabilitytobias2008-01-101-2/+2
* Simply the use of cmdp and cvs_command by zapping cvs_command and workingtobias2008-01-101-2/+1
* remove unused extern variablechl2007-09-251-3/+1
* Removed dead code.tobias2007-09-041-17/+1
* Remove last bits about login and logout commands, which will never bexsa2007-06-271-7/+1
* Bring back the release command. More work to be done though.xsa2007-06-261-2/+2
* add support for cvs rlog.niallo2007-06-261-2/+2
* first stab at history stuff for opencvs, currently only writesjoris2007-06-181-2/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+4
* Fix const inconsistencies, void pointer artithmetic and a few otherotto2007-02-191-2/+2
* client-side of the annotate command is usable, build it too.xsa2006-11-271-2/+2
* Bring back version command. Still needs tweaks to make thexsa2006-11-141-2/+2
* Add server-side bits for admin command.xsa2006-11-131-3/+3
* first part of opencvs remote, fairly useable on existing treesjoris2006-07-071-2/+2
* bring back a working version of the `cvs init' command. OK joris@.xsa2006-06-121-2/+2
* bring back tag command; basic tag addition/deletion available. OK joris@.xsa2006-06-071-3/+3
* add support for the export command.joris2006-05-311-2/+2
* hello import, only works for non-existing repositories right now,joris2006-05-301-2/+2
* add remove support, hacked by xsa@ but lots of modificationsjoris2006-05-291-2/+2
* add basic 'cvs log' support.joris2006-05-281-1/+2
* enable basic add command, only works on files right now.joris2006-05-281-2/+2
* commit the new opencvs code, i have been hacking onjoris2006-05-271-194/+8
* remove a metric buttload of excessive ()deraadt2006-04-141-13/+13
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-10/+2
* knfreyk2005-12-301-2/+3
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-15/+10
* switch to xmalloc stuff, me and xsa@ agreed on this a longjoris2005-12-101-6/+3
* add very basic support for the following stuff:joris2005-12-031-1/+12
* - don't check for admin files when running init;joris2005-10-221-2/+3
* knf and spacing, ok joris@reyk2005-10-071-5/+9
* unbreak opencvs serverjoris2005-09-131-2/+3
* make sure the administrative files that the commands depend on arejoris2005-09-071-4/+52
* move trace message before calling cvs_connect();xsa2005-07-261-3/+3
* KNF;xsa2005-07-251-3/+3
* rewrite of the file code. the previous one was justjoris2005-07-231-12/+23
* <sys/param.h> is already included in "cvs.h", no need to duplicate;xsa2005-07-211-2/+1
* don't try to run the pruning function on server side.joris2005-07-081-2/+2
* remove trailing whitespacesjoris2005-07-071-2/+2
* enable all commands; ok joris@.xsa2005-07-041-7/+1
* finish pruning support, this has been sittingjoris2005-06-141-1/+7
* move the CVSROOT check earlier in the process, this way we get thexsa2005-06-131-4/+4
* don't forget to call cvs_disconnect() at the endjoris2005-06-071-1/+4
* handle commands which do not have any init callback a bitjoris2005-06-021-4/+5
* headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;xsa2005-05-311-5/+4
* no need to check cvs_trace before outputting a trace, the log codejfb2005-05-251-3/+3
* remove debugging messagesjfb2005-05-241-4/+1