summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/log.c
AgeCommit message (Expand)Author
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-20change cvs_log() and cvs_vlog() return type to void; OK niallo@.Xavier Santolaria
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-13Add error checking for vasprintf. Stylistic suggestions from xsa@.Ray Lai
2006-03-15- remove unused function cvs_putchar()Niall O'Higgins
2006-01-02- nuke remaining err(), errx() and warnx() instances.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-10-09fix cvs_log() so it doesn't segfault when called beforeJoris Vink
2005-09-19Add preprocessor directives needed for usr.bin/rcs programs to compile.Niall O'Higgins
2005-08-05increase ebuf[] size in cvs_vlog() wrt strerror(3) return value;Xavier Santolaria
2005-07-27rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@.Xavier Santolaria
2005-07-27make LP_INFO send to stderr; ok joris@.Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-06-07remove ancient and unused CVS define. it was a leftover fromJoris Vink
2005-06-05* introduce cvs_putchar(), to output a single character to stdout.Joris Vink
2005-06-02make cvs_printf() a bit smarter, so it can be called without havingJoris Vink
2005-06-02- set LP_ABORT log level when action is abored by user instead of LP_ERRXavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-04-06unbreakJean-Francois Brousseau
2005-04-06make cvs_printf() work as advertised when running as serverJean-Francois Brousseau
2005-03-28make LP_TRACE messages go through again, and assign them a level ofJean-Francois Brousseau
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-02-22when a log message is generated by the server and is sent toJean-Francois Brousseau
2005-02-16properly initialize the syslog_data structureJean-Francois Brousseau
2005-02-15remove the LP_FILTER_TOGGLE operation, which is really pointless, andJean-Francois Brousseau
2004-12-15Permit the client to generate trace output when the -t option is givenJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-11-28make sure va_end() is always called in all possible pathsPatrick Latifi
2004-08-05Add a new log level LP_ABORT, which modifies the behaviour of prefixJean-Francois Brousseau
2004-08-05Adapt the logging so any messages generated by the server will beJean-Francois Brousseau
2004-07-27Comment out unused code and some minor cleanup. Add the prototype andJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau