OpenBSD CVS

src/usr.bin/cvs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / cvs

Current tag: OPENBSD_3_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cvs/        
[DIR] cvsd/        
[DIR] cvsd-child/        
[DIR] rcs/        
[TXT] logmsg.c  1.12   19 years  david   spelling fixes
[TXT] util.c  1.20   19 years  david   spelling corrections; ok jmc@
[TXT] buf.h  1.4   19 years  djm   use mkstemp for local diff -r r1 -r r2; ok jfb@
[TXT] README  1.3   19 years  ian   sync; ok jfb@
[TXT] add.c  1.14   19 years  jfb   get rid of a debugging printf() that slipped through the cracks
[TXT] annotate.c  1.4   19 years  jfb   fix the annotate usage (there is no -F flag) and add the missing bits so the -r ...
[TXT] buf.c  1.8   19 years  jfb   get rid of void* pointer arithmetic on buffers so gcc stops complaining
[TXT] checkout.c  1.13   19 years  jfb   - support -c and -s to retrieve the module list - silently accept most of the ot...
[TXT] diff.c  1.22   19 years  jfb   Many improvements to the RCS support: - make it possible to specify creation an...
[TXT] entries.c  1.25   19 years  jfb   do not leak a file pointer in case of error from Joris Vink
[TXT] file.c  1.56   19 years  jfb   fix file loading when recursion is disabled. this should fix the weird behaviou...
[TXT] getlog.c  1.14   19 years  jfb   Many improvements to the RCS support: - make it possible to specify creation an...
[TXT] init.c  1.11   19 years  jfb   fix call to rcs_open() so the file gets created, and remove the explicit call to...
[TXT] log.c  1.11   19 years  jfb   when a log message is generated by the server and is sent to standard error, ins...
[TXT] log.h  1.6   19 years  jfb   remove the LP_FILTER_TOGGLE operation, which is really pointless, and use a bitm...
[TXT] rcs.c  1.36   19 years  jfb   set rcs_errno to RCS_ERR_NOENT if no matching symbol is found in rcs_sym_getrev(...
[TXT] rcs.h  1.16   19 years  jfb   support for the optional `branch' keyword, which is used to set the default bran...
[TXT] rcsnum.c  1.9   19 years  jfb   add RCS error codes and a global variable to hold the last error and make the co...
[TXT] root.c  1.15   19 years  jfb   only increase the reference count on the cvsroot structure when it gets inserted...
[TXT] status.c  1.8   19 years  jfb   Many improvements to the RCS support: - make it possible to specify creation an...
[TXT] update.c  1.17   19 years  jfb   Many improvements to the RCS support: - make it possible to specify creation an...
[TXT] cvs.1  1.60   19 years  jmc   .OP -> .Op;
[TXT] admin.c  1.5   19 years  joris   support the remaining options as well. ok jfb@, xsa@
[TXT] commit.c  1.16   19 years  joris   - make sure we are using a remote method before calling cvs_sendreq() and cv...
[TXT] cvs.c  1.42   19 years  joris   make cvs_findcmd() and cvs_read_rcfile() static. ok xsa@, jfb@
[TXT] cvs.h  1.45   19 years  joris   initial support for the admin command. Not all options are working yet. ok xs...
[TXT] file.h  1.14   19 years  joris   add a flag to identify the base directory in file hierarchies. ok jfb@
[TXT] history.c  1.8   19 years  joris   do not forget to call cvs_connect() when we are using a remote cvs server. ok...
[TXT] import.c  1.6   19 years  joris   free bnum when we are done using it, also use rcsnum_parse() instead of our ow...
[TXT] tag.c  1.5   19 years  joris   update my email address.
[TXT] server.c  1.6   19 years  tedu   less whitespace, more pretty. ok jfb
[TXT] version.c  1.7   19 years  tedu   less whitespace, more pretty. ok jfb
[TXT] Makefile  1.3   19 years  xsa   connect rcs/ stuffs; ok jfb joris
[TXT] cvsintro.7  1.5   19 years  xsa   cvs -> CVS; jmc ok
[TXT] remove.c  1.3   19 years  xsa   enable -f option of `remove' command; ok jfb joris
[TXT] cache.c (in the Attic) [Hide]  1.3   19 years  jfb   we don't need a separate header for 4 function prototypes, move them in rcs.h
[TXT] child.c (in the Attic) [Hide]  1.2   19 years  jfb   get rid of code that shouldn't have made it in there
[TXT] conf.y (in the Attic) [Hide]  1.6   19 years  xsa   add strdup() check; jfb ok
[TXT] cvsd.8 (in the Attic) [Hide]  1.5   19 years  jmc   document cvsintro(7);
[TXT] cvsd.c (in the Attic) [Hide]  1.18   19 years  jfb   Split the cvs daemon into two different processes: cvsd and cvsd-child. The cvsd...
[TXT] cvsd.conf (in the Attic) [Hide]  1.4   19 years  jfb   set the standard request socket path to /var/run/cvsd.sock from pvalchev@
[TXT] cvsd.conf.5 (in the Attic) [Hide]  1.4   19 years  david   spelling corrections; ok jmc@
[TXT] cvsd.h (in the Attic) [Hide]  1.8   19 years  jfb   Split the cvs daemon into two different processes: cvsd and cvsd-child. The cvsd...
[TXT] cvsrc.5 (in the Attic) [Hide]  1.3   19 years  jmc   move the cvsrc example stuff to cvsrc.5; make it clearer that $HOME/.cvsrc is th...
[TXT] hist.c (in the Attic) [Hide]  1.3   19 years  tedu   less whitespace, more pretty. ok jfb
[TXT] msg.c (in the Attic) [Hide]  1.6   19 years  tedu   less whitespace, more pretty. ok jfb
[TXT] proto.c (in the Attic) [Hide]  1.43   19 years  joris   unbreak, and do this correct.
[TXT] proto.h (in the Attic) [Hide]  1.5   19 years  tedu   less whitespace, more pretty. ok jfb
[TXT] rcs.1 (in the Attic) [Hide]  1.2   19 years  jmc   fix SEE ALSO; add -V to SYNOPSIS;
[TXT] rcsprog.c (in the Attic) [Hide]  1.2   19 years  jmc   add -V to usage(); ok jfb@
[TXT] repo.c (in the Attic) [Hide]  1.1   19 years  jfb   basic repository handling code, not plugged yet
[TXT] repo.h (in the Attic) [Hide]  1.1   19 years  jfb   basic repository handling code, not plugged yet
[TXT] req.c (in the Attic) [Hide]  1.12   19 years  jfb   give the `noop' request its own handler, it definitely does not need to be in th...
[TXT] resp.c (in the Attic) [Hide]  1.21   19 years  jfb   since we close the handles to Entries files, we must reopen them to add the dire...
[TXT] session.c (in the Attic) [Hide]  1.2   19 years  tedu   less whitespace, more pretty. ok jfb
[TXT] sock.c (in the Attic) [Hide]  1.15   19 years  deraadt   oops, right mask
[TXT] sock.h (in the Attic) [Hide]  1.3   19 years  tedu   less whitespace, more pretty. ok jfb
[TXT] zlib.c (in the Attic) [Hide]  1.2   19 years  jfb   tidy and remove debugging output
[TXT] zlib.h (in the Attic) [Hide]  1.1   19 years  jfb   zlib abstraction code, first part of support for compression