Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | cmdp can be NULL while still in cvs_getopt(), so deal with this | Joris Vink | |
inside of cvs_vlog() since cvs_getopt() might be calling it. spotted by Jonathan Armani | |||
2008-06-11 | style ferry comes around | Joris Vink | |
2008-04-24 | Use a fixed string in case of vasprintf() error instead of relying on | Tobias Stoeckmann | |
strerror(). Although our vasprintf() sets errno, we cannot rely on it on other systems. ok ray (who spotted this issue), xsa | |||
2008-01-10 | Simply the use of cmdp and cvs_command by zapping cvs_command and working | Tobias Stoeckmann | |
solely with cmdp. This remedies some reliability issues with invalid commands supplied and also fixes a GNU cvs style incompatibility with release command. > Based on patch from Igor Zinovik | |||
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-05-10 | Simplify cvs_vlog() to avoid endless fatal() loop on some error case. | Xavier Santolaria | |
Problem spotted and fix submitted by Tobias Stoeckmann. OK niallo@. | |||
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek | |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria | |
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink | |
although i advise against using it on real development trees for now. only a few commands work right so far: - commit - diff - status - log - update (partially working) if you feel like testing remote and run into bugs feel free to contact me, and please include a full trace (-t). | |||
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-04-14 | remove a metric buttload of excessive () | Theo de Raadt | |
no binary change; ok ray | |||
2006-04-13 | Add error checking for vasprintf. Stylistic suggestions from xsa@. | Ray Lai | |
OK xsa@ | |||
2006-03-15 | - remove unused function cvs_putchar() | Niall O'Higgins | |
"well then zap it" joris@ | |||
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-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink | |
time ago, but we were being held back by jfb. too bad for him. next step is to use fatal() through out the code for unrecoverable errors instead of trying to be all nice and fluffy and reach main() again. ok niallo@ and xsa@ | |||
2005-10-09 | fix cvs_log() so it doesn't segfault when called before | Joris Vink | |
cvs_command is set. problem found by & discussed with Nuno Morgadinho thanks! | |||
2005-09-19 | Add preprocessor directives needed for usr.bin/rcs programs to compile. | Niall O'Higgins | |
ok joris@ | |||
2005-08-05 | increase ebuf[] size in cvs_vlog() wrt strerror(3) return value; | Xavier Santolaria | |
ok jfb@. | |||
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; | Xavier Santolaria | |
2005-07-07 | remove trailing whitespaces | Joris Vink | |
from deraadt@ | |||
2005-06-07 | remove ancient and unused CVS define. it was a leftover from | Joris Vink | |
the daemon. ok xsa@ | |||
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-06-02 | make cvs_printf() a bit smarter, so it can be called without having | Joris Vink | |
to worry about the 'M' in server mode. OK jfb@ | |||
2005-06-02 | - set LP_ABORT log level when action is abored by user instead of LP_ERR | Xavier Santolaria | |
- missing \n in output of an unchanged log message warning - always use the command name in error messages instead of aliases ok jfb@. | |||
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria | |
2005-04-06 | unbreak | Jean-Francois Brousseau | |
2005-04-06 | make cvs_printf() work as advertised when running as server | Jean-Francois Brousseau | |
2005-03-28 | make LP_TRACE messages go through again, and assign them a level of | Jean-Francois Brousseau | |
LOG_DEBUG for the syslog facility ok xsa@ | |||
2005-03-26 | fix a variety of things i found at coverity. ok joris@ | Ted Unangst | |
2005-02-22 | when a log message is generated by the server and is sent to | Jean-Francois Brousseau | |
standard error, instead redirect it to standard out with the appropriate `E' prefix to indicate an error response message | |||
2005-02-16 | properly initialize the syslog_data structure | Jean-Francois Brousseau | |
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-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 | |