summaryrefslogtreecommitdiff
path: root/common/vdlog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-01-22vdlog: Get swprinft_s definition from vdcommon.hChristophe Fergeau1-4/+1
vdlog.cpp has an #ifdef check for OLDMSVC to choose between using swprintf or swprintf_s. Since vdcommon.h provides a compat #define for swprintf_s when OLDMSVC is set, it's better to use this one.
2012-05-24mingw: don't use *_s msvcrt variantsMarc-André Lureau1-0/+4
Apparently, it comes with a recent version of C library (msvcrt90?), but I don't know if we can/should ship also a MS dll. Probably it used to work with an inlined version with VS headers. The build can be tweaked to use the -non-_s variant with -DOLDMSVCRT CFLAGS.
2012-02-23mingw: fix format string warningsChristophe Fergeau1-1/+1
Most of them are caused by not using %lu to print a DWORD (which is an unsigned long).
2011-11-21vdlog: change log times to human readable date & time rhbz#672828Arnon Gilboa1-4/+0
-use RHEV log format -add log levels & macros -remove LOG_ENABLED ifdefs
2009-12-23vdagent: add win7 support to service for launching agentArnon Gilboa1-1/+2
2009-11-05fresh startArnon Gilboa1-0/+114