index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
os: Failure to remove a non-existent log file is not an error
Adam Jackson
1
-1
/
+1
2016-01-05
Use unique logfile names when starting server with -displayfd
Alan Coopersmith
1
-28
/
+98
2015-03-16
os: Teach vpnprintf() how to handle "%*.*s"
Jon TURNEY
1
-4
/
+24
2014-11-30
os: "Server terminated successfully" is not an error
Aaron Plattner
1
-2
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-09-18
xserver: Move 'pragma GCC diagnostic' outside functions
Jon TURNEY
1
-6
/
+4
2014-09-11
os/log: adjust gcc version conditions for #pragma
Thomas Petazzoni
1
-2
/
+2
2014-07-10
os: prevent negative array index access (#80890)
Peter Hutterer
1
-1
/
+1
2014-05-23
os: automatically switch to sigsafe logging when needed
Peter Hutterer
1
-32
/
+33
2014-04-18
os: Ignore log file write failures
Keith Packard
1
-2
/
+8
2014-02-24
gcc 4.2.1 doesn't support #pragma GCC diagnostic ignored
Matthieu Herrb
1
-0
/
+4
2014-01-22
Ignore a couple of format-nonliteral warnings
Keith Packard
1
-0
/
+2
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-07-11
os: Remove any old logfile before trying to write to it
Jon TURNEY
1
-0
/
+3
2013-05-07
os: Use ErrorFSigSafe from FatalError and it's friends
Peter Hutterer
1
-5
/
+5
2013-05-07
os: complain about unsupported pnprintf directives
Peter Hutterer
1
-0
/
+1
2013-05-07
os: support %c in pnprintf
Peter Hutterer
1
-0
/
+7
2013-05-07
os: support %% in pnprintf
Peter Hutterer
1
-0
/
+3
2013-05-07
os: support pnprintf length modifiers for integers
Peter Hutterer
1
-4
/
+86
2013-03-06
os: document pnprintf as sigsafe snprintf
Peter Hutterer
1
-0
/
+4
2013-02-14
os: fix pnprintf OOB buffer read for unterminated length modifiers
Peter Hutterer
1
-0
/
+3
2013-02-08
Short-cut the input device cleanup process during AbortServer()
Peter Hutterer
1
-1
/
+1
2013-01-17
os: add support for %f to pnprintf
Peter Hutterer
1
-1
/
+10
2013-01-17
os: silently ignore length modifiers in pnprintf
Peter Hutterer
1
-1
/
+7
2012-08-23
os: fix typo, fsync when WIN32 is _not_ defined
Peter Hutterer
1
-1
/
+1
2012-08-21
os: don't block signal-unsafe logging, merely warn about it.
Peter Hutterer
1
-14
/
+24
2012-08-21
os: add support for %d and %i to pnprintf
Peter Hutterer
1
-0
/
+10
2012-07-02
Warn when attempting to log in a signal unsafe manner from signal context
Chase Douglas
1
-0
/
+20
2012-07-02
Add ErrorFSigSafe() alternative to ErrorF()
Chase Douglas
1
-0
/
+16
2012-07-02
Add LogMessageVerbSigSafe() for logging messages while in signal context
Chase Douglas
1
-4
/
+131
2012-06-21
Save log file file descriptor for signal context logging
Chase Douglas
1
-0
/
+4
2012-05-03
os/log: refactor logging
Daniel Kurtz
1
-51
/
+46
2012-05-03
os/log: only write timestamp if a message is actually written to logfile
Daniel Kurtz
1
-9
/
+9
2012-05-03
os/log: trivial cleanups
Daniel Kurtz
1
-2
/
+2
2012-03-30
os: Fix regression with FatalError not calling va_start
Jeremy Huddleston
1
-0
/
+2
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
1
-7
/
+11
2012-03-22
include: add an X_DEBUG message type
Peter Hutterer
1
-0
/
+5
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-151
/
+155
2011-11-23
LogVMessageVerb: Fix const mismatch warning
Alan Coopersmith
1
-1
/
+1
2011-10-11
os: Remove Error()
Jeremy Huddleston
1
-14
/
+0
2011-08-22
os/log: Add LogVHdrMessageVerb and friends
Daniel Kurtz
1
-0
/
+55
2011-08-22
os/log: Pull LogMessageTypeVerbString out of LogVMessageVerb
Daniel Kurtz
1
-48
/
+58
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-2
/
+4
2011-05-05
XQuartz: Make a copy of args for our crash reporter vsnprintf
Jeremy Huddleston
1
-1
/
+6
2011-04-25
os: Silence warnings when building with clang
Jeremy Huddleston
1
-0
/
+4
2010-12-07
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-9
/
+3
2010-12-06
Merge remote branch 'jeremyhu/master'
Keith Packard
1
-1
/
+1
2010-12-03
XQuartz: Cleanup some compiler warnings
Jeremy Huddleston
1
-1
/
+1
2010-11-30
Simplify Error() - don't allocate temporary copy of error string
Alan Coopersmith
1
-13
/
+6
2010-11-10
Merge remote branch 'whot/for-keith'
Keith Packard
1
-4
/
+2
[next]