index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
os/utils.c: include misc.h
Ryan Pavlik
1
-0
/
+2
2012-04-25
os/utils.c: New win32 defines
Ryan Pavlik
1
-9
/
+11
2012-04-25
dix/dispatch.c, os/utils.c: Disable smart scheduler for windows non-cygwin
Ryan Pavlik
1
-0
/
+9
2012-04-25
os/xdmcp.c: fix _XSERVTransWSAStartup warning
Ryan Pavlik
1
-0
/
+2
2012-04-25
os/utils.c: All Windows gets GetTimeInMillis
Ryan Pavlik
1
-1
/
+1
2012-04-25
os/utils.c: core policy needs non-Windows or Cygwin
Ryan Pavlik
1
-1
/
+1
2012-04-25
os/access.c: Windows non-cygwin isn't just mingw
Ryan Pavlik
1
-1
/
+1
2012-04-25
os/utils.c: Use winxp or better for Winsock API
Ryan Pavlik
1
-0
/
+3
2012-04-25
os/osinit.c: no getpgrp and friends on windows except with cygwin
Ryan Pavlik
1
-0
/
+2
2012-04-25
os/utils.c: Windows non-cygwin get only stubs for Lock/UnlockServer
Ryan Pavlik
1
-0
/
+16
2012-04-25
os/utils.c: sigaction is POSIX
Ryan Pavlik
1
-0
/
+4
2012-04-25
os/xsha1.c: Preemptively include <X11/Xwindows.h> on Win32.
Ryan Pavlik
1
-0
/
+7
2012-04-25
os/osinit.c: Exclude new signal (sigaction) code on non-posix.
Ryan Pavlik
1
-0
/
+3
2012-01-13
os: prettify backtrace output
Peter Hutterer
1
-2
/
+6
2012-01-12
Revert "os: Repack ConnectionOutput for LP64"
Keith Packard
1
-1
/
+1
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
3
-2
/
+10
2012-01-12
Revert "dix: Extend initial connection handshake for forwarding proxies"
Keith Packard
1
-5
/
+5
2012-01-12
Revert "os: Hide the Connection{In,Out}put implementation details"
Keith Packard
3
-21
/
+18
2012-01-09
Add OpenBSD support to DetermineClientCmd()
Matthieu Herrb
1
-1
/
+42
2012-01-09
Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'
Keith Packard
4
-37
/
+32
2012-01-09
Merge remote-tracking branch 'kibi/master'
Keith Packard
1
-1
/
+5
2012-01-06
os: Minor header cleanup
Adam Jackson
3
-4
/
+4
2012-01-06
os: Hide the Connection{In,Out}put implementation details
Adam Jackson
3
-18
/
+21
2012-01-06
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
1
-5
/
+5
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
3
-10
/
+2
2012-01-06
os: Repack ConnectionOutput for LP64
Adam Jackson
1
-1
/
+1
2011-12-31
os: don't ignore failure from dladdr
Julien Cristau
1
-1
/
+5
2011-12-27
Add Solaris support to DetermineClientCmd
Alan Coopersmith
1
-10
/
+59
2011-12-12
xdmcp.c: fix three small const warnings
Alan Coopersmith
1
-3
/
+3
2011-12-12
LockServer: store path to LOCKDIR literal string in a const char *
Alan Coopersmith
1
-3
/
+1
2011-12-12
WriteToClient: preserve constness of buf while extracting length value
Alan Coopersmith
1
-1
/
+1
2011-12-12
OsInit: store "/dev/null" in a const char *
Alan Coopersmith
1
-1
/
+1
2011-12-12
Constify the reason string throughout the authorization check framework
Alan Coopersmith
6
-8
/
+8
2011-12-12
Constify string for authorization protocol names
Alan Coopersmith
1
-2
/
+2
2011-12-12
os/access.c: replace acmp & acopy macros with memcmp & memcpy calls
Alan Coopersmith
1
-16
/
+14
2011-12-05
Move to autoconf standard function name checks & defines
Alan Coopersmith
7
-40
/
+24
2011-11-23
Mark arguments to fopen/popen/system wrappers as const char *
Alan Coopersmith
1
-3
/
+3
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
5
-10
/
+11
2011-11-23
LogVMessageVerb: Fix const mismatch warning
Alan Coopersmith
1
-1
/
+1
2011-11-23
AuthAudit: clean up string handling calls
Alan Coopersmith
1
-6
/
+5
2011-11-23
Convert DetermineClientCmd to use strdup instead of malloc+strncpy
Alan Coopersmith
1
-7
/
+1
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
1
-4
/
+2
2011-11-23
Convert some malloc + strncpy pairs into strndup calls
Alan Coopersmith
1
-3
/
+1
2011-11-23
Add fallback implementation of strndup()
Alan Coopersmith
2
-0
/
+53
2011-11-23
Remove a couple Error() instances left behind by 09dbfcb0ad7b6c8
Alan Coopersmith
1
-2
/
+2
2011-11-18
record: Prevent out of bounds access when recording a reply.
Rami Ylimäki
1
-0
/
+1
2011-10-18
Merge remote-tracking branch 'herrb/master'
Keith Packard
1
-2
/
+2
2011-10-18
Fix CVE-2011-4029: File permission change vulnerability.
Matthieu Herrb
1
-1
/
+1
2011-10-18
Fix CVE-2011-4028: File disclosure vulnerability.
Matthieu Herrb
1
-1
/
+1
2011-10-11
os: Remove Error()
Jeremy Huddleston
3
-18
/
+6
[next]