| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove xfree(), like already done for RCS. From Michael W Bombardieri, |  nicm | 2015-11-05 | 1 | -2/+3 |
* | Move some global variables/statics to locals, from Michael W |  nicm | 2011-12-27 | 1 | -2/+2 |
* | cmdp can be NULL while still in cvs_getopt(), so deal with this |  joris | 2008-06-12 | 1 | -3/+6 |
* | style ferry comes around |  joris | 2008-06-11 | 1 | -29/+31 |
* | Use a fixed string in case of vasprintf() error instead of relying on |  tobias | 2008-04-24 | 1 | -2/+2 |
* | Simply the use of cmdp and cvs_command by zapping cvs_command and working |  tobias | 2008-01-10 | 1 | -15/+7 |
* | Properly send out rcs info header with "E " in server mode (stderr in |  tobias | 2007-09-07 | 1 | -2/+2 |
* | add support for cvs rlog. |  niallo | 2007-06-26 | 1 | -5/+6 |
* | Simplify cvs_vlog() to avoid endless fatal() loop on some error case. |  xsa | 2007-05-10 | 1 | -41/+32 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -3/+3 |
* | snprintf() -> xsnprintf() |  xsa | 2007-01-31 | 1 | -6/+6 |
* | first part of opencvs remote, fairly useable on existing trees |  joris | 2006-07-07 | 1 | -5/+6 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -174/+19 |
* | change cvs_log() and cvs_vlog() return type to void; OK niallo@. |  xsa | 2006-04-20 | 1 | -11/+6 |
* | remove a metric buttload of excessive () |  deraadt | 2006-04-14 | 1 | -3/+3 |
* | Add error checking for vasprintf. Stylistic suggestions from xsa@. |  ray | 2006-04-13 | 1 | -24/+23 |
* | - remove unused function cvs_putchar() |  niallo | 2006-03-15 | 1 | -19/+1 |
* | - nuke remaining err(), errx() and warnx() instances. |  xsa | 2006-01-02 | 1 | -5/+2 |
* | #include's cleanup; ok joris@ niallo@. |  xsa | 2006-01-02 | 1 | -9/+2 |
* | switch to xmalloc stuff, me and xsa@ agreed on this a long |  joris | 2005-12-10 | 1 | -2/+2 |
* | fix cvs_log() so it doesn't segfault when called before |  joris | 2005-10-09 | 1 | -4/+10 |
* | Add preprocessor directives needed for usr.bin/rcs programs to compile. |  niallo | 2005-09-19 | 1 | -1/+17 |
* | increase ebuf[] size in cvs_vlog() wrt strerror(3) return value; |  xsa | 2005-08-05 | 1 | -2/+2 |
* | rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@. |  xsa | 2005-07-27 | 1 | -3/+3 |
* | make LP_INFO send to stderr; ok joris@. |  xsa | 2005-07-27 | 1 | -2/+2 |
* | KNF; |  xsa | 2005-07-25 | 1 | -5/+5 |
* | remove trailing whitespaces |  joris | 2005-07-07 | 1 | -2/+2 |
* | remove ancient and unused CVS define. it was a leftover from |  joris | 2005-06-07 | 1 | -11/+2 |
* | * introduce cvs_putchar(), to output a single character to stdout. |  joris | 2005-06-05 | 1 | -2/+18 |
* | make cvs_printf() a bit smarter, so it can be called without having |  joris | 2005-06-02 | 1 | -3/+9 |
* | - set LP_ABORT log level when action is abored by user instead of LP_ERR |  xsa | 2005-06-02 | 1 | -3/+8 |
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; |  xsa | 2005-05-31 | 1 | -5/+4 |
* | unbreak |  jfb | 2005-04-06 | 1 | -1/+3 |
* | make cvs_printf() work as advertised when running as server |  jfb | 2005-04-06 | 1 | -4/+29 |
* | make LP_TRACE messages go through again, and assign them a level of |  jfb | 2005-03-28 | 1 | -4/+6 |
* | fix a variety of things i found at coverity. ok joris@ |  tedu | 2005-03-26 | 1 | -2/+2 |
* | when a log message is generated by the server and is sent to |  jfb | 2005-02-22 | 1 | -2/+4 |
* | properly initialize the syslog_data structure |  jfb | 2005-02-16 | 1 | -2/+2 |
* | remove the LP_FILTER_TOGGLE operation, which is really pointless, and |  jfb | 2005-02-15 | 1 | -26/+18 |
* | Permit the client to generate trace output when the -t option is given |  jfb | 2004-12-15 | 1 | -5/+15 |
* | less whitespace, more pretty. ok jfb |  tedu | 2004-12-07 | 1 | -7/+2 |
* | tighten vertical spacing for else; jfb ok |  deraadt | 2004-12-06 | 1 | -3/+2 |
* | make sure va_end() is always called in all possible paths |  pat | 2004-11-28 | 1 | -3/+1 |
* | Add a new log level LP_ABORT, which modifies the behaviour of prefix |  jfb | 2004-08-05 | 1 | -9/+15 |
* | Adapt the logging so any messages generated by the server will be |  jfb | 2004-08-05 | 1 | -2/+23 |
* | Comment out unused code and some minor cleanup. Add the prototype and |  jfb | 2004-07-27 | 1 | -4/+27 |
* | * initial import from the cvs-tools module |  jfb | 2004-07-13 | 1 | -0/+254 |