summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs (follow)
Commit message (Expand)AuthorAgeFilesLines
* - switch to rcsnum_parse() where appropriatejfb2005-02-254-14/+9
* exit with an error message if cvs_file_init() failsjfb2005-02-251-2/+5
* add rcsnum_parse() to simplify the most common casejfb2005-02-252-3/+26
* document `cvs diff' options; input/ok jmc; ok jfb Joris Vink;xsa2005-02-251-4/+68
* more error checking on protocol calls when running in client modejfb2005-02-221-3/+5
* use the file's name, and not its full path, when building the path tojfb2005-02-221-2/+2
* unused variablejfb2005-02-221-4/+1
* get rid of code that shouldn't have made it in therejfb2005-02-221-31/+3
* Split the cvs daemon into two different processes: cvsd and cvsd-child.jfb2005-02-225-313/+407
* - support -c and -s to retrieve the module listjfb2005-02-221-6/+61
* set the standard request socket path to /var/run/cvsd.sockjfb2005-02-221-2/+2
* give the `noop' request its own handler, it definitely does not needjfb2005-02-221-6/+37
* when a log message is generated by the server and is sent tojfb2005-02-221-2/+4
* do not leak a file pointer in case of errorjfb2005-02-221-2/+3
* document `cvs log'; ok jmcxsa2005-02-211-3/+117
* only increase the reference count on the cvsroot structure when itjfb2005-02-171-6/+4
* get rid of unneeded whitespacejfb2005-02-161-20/+1
* basic repository handling code, not plugged yetjfb2005-02-162-0/+794
* properly initialize the syslog_data structurejfb2005-02-161-2/+2
* more `cvs history' documentation about the columns added toxsa2005-02-161-2/+34
* set the close-on-exec flag on the parent's local socket descriptorjfb2005-02-151-3/+7
* remove the LP_FILTER_TOGGLE operation, which is really pointless, andjfb2005-02-152-28/+19
* avoid crashing when setting a variable with cvsd_set() that was notjfb2005-02-152-6/+6
* use .Pa for paths, not .Ar; ok jmcxsa2005-02-141-3/+3
* start documenting `cvs history'; ok jmc@ Joris Vink;xsa2005-02-131-3/+151
* hrmz, should be right now ...xsa2005-02-091-18/+18
* hrmz .. still missed a few ones ...xsa2005-02-091-4/+5
* ooopsie...xsa2005-02-091-19/+16
* add a KEYWORD SUBSTITUTION section; ok jmc@ jfb@ Joris Vink;xsa2005-02-091-1/+114
* tweak;jmc2005-02-061-2/+2
* add Xavier Santolaria to AUTHORS sectionjfb2005-02-041-1/+2
* cleanup and additional error checking on connection setupjfb2005-02-041-27/+20
* more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink;xsa2005-02-041-11/+20
* remove duplicate trace message which gets output in cvs_sendfile()jfb2005-02-041-2/+1
* be more consistent everywhere with `-k mode' option;xsa2005-02-032-6/+8
* add `release' command aliases;xsa2005-02-031-1/+5
* document `cvs release'; ok jmc@ Joris Vink;xsa2005-02-031-3/+61
* document missing options for `cvs update'; ok jmcxsa2005-02-021-2/+54
* - accept a minus sign in front of the file's revision number tojfb2005-02-012-11/+31
* first round of malloc()/realloc() fixes:jfb2005-02-011-15/+74
* document `cvs checkout'; ok jmc@ jfb@ Joris Vink;xsa2005-02-011-3/+70
* perform error checking on all the protocol callsjfb2005-01-311-12/+16
* don't crash if we have no valid CVSROOT stringjfb2005-01-311-1/+8
* when reporting a file to remove, we must use the Entry request alongjfb2005-01-311-3/+23
* document `cvs export' and add my copyright; ok jmc@ jfb@.xsa2005-01-301-5/+74
* apply sizeof() to the appropriate buffer in a strlcpy() calljfb2005-01-291-2/+2
* document cvsintro(7);jmc2005-01-281-2/+5
* - give cvs commands a standard options listjmc2005-01-281-155/+201
* get rid of event.h, it won't be usedjfb2005-01-272-61/+1
* since we close the handles to Entries files, we must reopen them to addjfb2005-01-271-3/+5