Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink | |
defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on. This enables the use of log_accum2 and all that other nice stuff we like. This was mostly written by Jonathan Armani with help from tobias@ and myself. ok tobias@ | |||
2007-09-07 | Properly send out rcs info header with "E " in server mode (stderr in | Tobias Stoeckmann | |
local mode). Format style change also enables opencvs to be used with cvsweb (+ adjustment). OK joris@ | |||
2007-06-26 | add support for cvs rlog. | Niall O'Higgins | |
from Mickey. ok joris@ ray@ | |||
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek | |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink | |
this for the past 2 weeks now and it should go in at the start of the hackathon so others can help out. this code is a lot safer, smarter, faster and best of all it is actually doing what it is suppose to do! basic checkout, update, status, diff and commit are working in local mode only. there is no support for any remote setups now. | |||
2006-04-20 | change cvs_log() and cvs_vlog() return type to void; OK niallo@. | Xavier Santolaria | |
2006-03-15 | - remove unused function cvs_putchar() | Niall O'Higgins | |
"well then zap it" joris@ | |||
2006-02-01 | check format string; OK niallo@, "it's nice to have" joris@. | Xavier Santolaria | |
2006-01-02 | - nuke remaining err(), errx() and warnx() instances. | Xavier Santolaria | |
- make cvs_log_init() return type void. ok joris@. | |||
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria | |
2005-12-19 | move fatal() proto declaration to log.h; better for its use in usr.bin/rcs | Xavier Santolaria | |
OK joris@. | |||
2005-07-27 | rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@. | Xavier Santolaria | |
ok jfb@. | |||
2005-07-27 | make LP_INFO send to stderr; ok joris@. | Xavier Santolaria | |
2005-07-25 | KNF; mostly spaces vs. tabs; ok joris@ jfb@. | Xavier Santolaria | |
2005-06-05 | * introduce cvs_putchar(), to output a single character to stdout. | Joris Vink | |
if we are in server mode send 'M' when needed. * switch diff command to cvs_printf() and cvs_putchar() so it will output correctly in local and server mode. ok xsa@, jfb@ | |||
2005-05-31 | get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@. | Xavier Santolaria | |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria | |
the same... ok jfb joris | |||
2005-02-15 | remove the LP_FILTER_TOGGLE operation, which is really pointless, and | Jean-Francois Brousseau | |
use a bitmask to keep track of the log filters | |||
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-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-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 | |