| Commit message (Expand) | Author | Age | Files | Lines |
* | - switch to rcsnum_parse() where appropriate |  jfb | 2005-02-25 | 4 | -14/+9 |
* | exit with an error message if cvs_file_init() fails |  jfb | 2005-02-25 | 1 | -2/+5 |
* | add rcsnum_parse() to simplify the most common case |  jfb | 2005-02-25 | 2 | -3/+26 |
* | document `cvs diff' options; input/ok jmc; ok jfb Joris Vink; |  xsa | 2005-02-25 | 1 | -4/+68 |
* | more error checking on protocol calls when running in client mode |  jfb | 2005-02-22 | 1 | -3/+5 |
* | use the file's name, and not its full path, when building the path to |  jfb | 2005-02-22 | 1 | -2/+2 |
* | unused variable |  jfb | 2005-02-22 | 1 | -4/+1 |
* | get rid of code that shouldn't have made it in there |  jfb | 2005-02-22 | 1 | -31/+3 |
* | Split the cvs daemon into two different processes: cvsd and cvsd-child. |  jfb | 2005-02-22 | 5 | -313/+407 |
* | - support -c and -s to retrieve the module list |  jfb | 2005-02-22 | 1 | -6/+61 |
* | set the standard request socket path to /var/run/cvsd.sock |  jfb | 2005-02-22 | 1 | -2/+2 |
* | give the `noop' request its own handler, it definitely does not need |  jfb | 2005-02-22 | 1 | -6/+37 |
* | when a log message is generated by the server and is sent to |  jfb | 2005-02-22 | 1 | -2/+4 |
* | do not leak a file pointer in case of error |  jfb | 2005-02-22 | 1 | -2/+3 |
* | document `cvs log'; ok jmc |  xsa | 2005-02-21 | 1 | -3/+117 |
* | only increase the reference count on the cvsroot structure when it |  jfb | 2005-02-17 | 1 | -6/+4 |
* | get rid of unneeded whitespace |  jfb | 2005-02-16 | 1 | -20/+1 |
* | basic repository handling code, not plugged yet |  jfb | 2005-02-16 | 2 | -0/+794 |
* | properly initialize the syslog_data structure |  jfb | 2005-02-16 | 1 | -2/+2 |
* | more `cvs history' documentation about the columns added to |  xsa | 2005-02-16 | 1 | -2/+34 |
* | set the close-on-exec flag on the parent's local socket descriptor |  jfb | 2005-02-15 | 1 | -3/+7 |
* | remove the LP_FILTER_TOGGLE operation, which is really pointless, and |  jfb | 2005-02-15 | 2 | -28/+19 |
* | avoid crashing when setting a variable with cvsd_set() that was not |  jfb | 2005-02-15 | 2 | -6/+6 |
* | use .Pa for paths, not .Ar; ok jmc |  xsa | 2005-02-14 | 1 | -3/+3 |
* | start documenting `cvs history'; ok jmc@ Joris Vink; |  xsa | 2005-02-13 | 1 | -3/+151 |
* | hrmz, should be right now ... |  xsa | 2005-02-09 | 1 | -18/+18 |
* | hrmz .. still missed a few ones ... |  xsa | 2005-02-09 | 1 | -4/+5 |
* | ooopsie... |  xsa | 2005-02-09 | 1 | -19/+16 |
* | add a KEYWORD SUBSTITUTION section; ok jmc@ jfb@ Joris Vink; |  xsa | 2005-02-09 | 1 | -1/+114 |
* | tweak; |  jmc | 2005-02-06 | 1 | -2/+2 |
* | add Xavier Santolaria to AUTHORS section |  jfb | 2005-02-04 | 1 | -1/+2 |
* | cleanup and additional error checking on connection setup |  jfb | 2005-02-04 | 1 | -27/+20 |
* | more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink; |  xsa | 2005-02-04 | 1 | -11/+20 |
* | remove duplicate trace message which gets output in cvs_sendfile() |  jfb | 2005-02-04 | 1 | -2/+1 |
* | be more consistent everywhere with `-k mode' option; |  xsa | 2005-02-03 | 2 | -6/+8 |
* | add `release' command aliases; |  xsa | 2005-02-03 | 1 | -1/+5 |
* | document `cvs release'; ok jmc@ Joris Vink; |  xsa | 2005-02-03 | 1 | -3/+61 |
* | document missing options for `cvs update'; ok jmc |  xsa | 2005-02-02 | 1 | -2/+54 |
* | - accept a minus sign in front of the file's revision number to |  jfb | 2005-02-01 | 2 | -11/+31 |
* | first round of malloc()/realloc() fixes: |  jfb | 2005-02-01 | 1 | -15/+74 |
* | document `cvs checkout'; ok jmc@ jfb@ Joris Vink; |  xsa | 2005-02-01 | 1 | -3/+70 |
* | perform error checking on all the protocol calls |  jfb | 2005-01-31 | 1 | -12/+16 |
* | don't crash if we have no valid CVSROOT string |  jfb | 2005-01-31 | 1 | -1/+8 |
* | when reporting a file to remove, we must use the Entry request along |  jfb | 2005-01-31 | 1 | -3/+23 |
* | document `cvs export' and add my copyright; ok jmc@ jfb@. |  xsa | 2005-01-30 | 1 | -5/+74 |
* | apply sizeof() to the appropriate buffer in a strlcpy() call |  jfb | 2005-01-29 | 1 | -2/+2 |
* | document cvsintro(7); |  jmc | 2005-01-28 | 1 | -2/+5 |
* | - give cvs commands a standard options list |  jmc | 2005-01-28 | 1 | -155/+201 |
* | get rid of event.h, it won't be used |  jfb | 2005-01-27 | 2 | -61/+1 |
* | since we close the handles to Entries files, we must reopen them to add |  jfb | 2005-01-27 | 1 | -3/+5 |