summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/watch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some global variables/statics to locals, from Michael Wnicm2011-12-271-4/+3
* Some conformance fixes:ragge2008-06-231-3/+3
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-3/+3
* Properly handle -R -- although it is default, it may be overwritten mit -ltobias2008-01-281-1/+3
* Added missing break statements.tobias2008-01-121-1/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+3
* in a remote setup:joris2007-01-111-1/+3
* add remote handler for the cvs watch command; not linked to the build.xsa2007-01-091-2/+136
* skeletons for the client-side part of the editors and watchers commands.xsa2007-01-021-0/+92
* commit the new opencvs code, i have been hacking onjoris2006-05-271-255/+0
* remove a metric buttload of excessive ()deraadt2006-04-141-10/+10
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-9/+2
* minor knf;xsa2005-12-311-10/+10
* major cleanup of the functions handling the remote cvs protocol.joris2005-12-301-34/+18
* switch to xmalloc stuff, me and xsa@ agreed on this a longjoris2005-12-101-8/+5
* add client support for the `watch' and `watchers' commands. ok joris@ xsa@moritz2005-10-171-15/+101
* - watchers remote handlerxsa2005-08-161-7/+47
* KNF;xsa2005-07-251-6/+6
* remove trailing whitespacesjoris2005-07-071-18/+17
* add descritpion of the watch/watchers commands;xsa2005-06-151-3/+3
* add some comments ..xsa2005-05-311-1/+5
* skeleton for watch{,ers} commands, not linked yet;xsa2005-05-301-0/+152