Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-15 | Permit the client to generate trace output when the -t option is given | Jean-Francois Brousseau | |
by using the LP_TRACE level to cvs_log(). Traces are filtered by default. | |||
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt | |
2004-11-28 | make sure va_end() is always called in all possible paths | Patrick Latifi | |
ok jfb | |||
2004-08-05 | Add a new log level LP_ABORT, which modifies the behaviour of prefix | Jean-Francois Brousseau | |
generation by outputting something similar to GNU CVS: cvs [<command> aborted]: message | |||
2004-08-05 | Adapt the logging so any messages generated by the server will be | Jean-Francois Brousseau | |
prepended with a 'M' or 'E' command, depending on the log level, and follow the GNU behaviour of printing the command name after the program name in messages | |||
2004-07-27 | Comment out unused code and some minor cleanup. Add the prototype and | Jean-Francois Brousseau | |
skeleton for cvs_printf(), which will be used to output strings that do not need all of the handling that cvs_log() performs. This will be used among other things to prepend the `M' and `E' family of responses to output made by the `server' command. | |||
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau | |