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
/
hw
/
xquartz
/
mach-startup
/
stub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-22
XQuartz: Mark functions _X_NORETURN
Jeremy Huddleston
1
-0
/
+1
2011-05-12
XQuartz: stub: Log directly to ASL rather than stdout/stderr
Jeremy Huddleston
1
-32
/
+37
2011-04-25
XQuartz: stub: Dead code removal
Jeremy Huddleston
1
-16
/
+0
2011-04-25
XQuartz: Rename launchd-id-prefix to bundle-id-prefix
Jeremy Huddleston
1
-1
/
+1
2011-04-25
XQuartz: Silence clang static analyzer
Jeremy Huddleston
1
-2
/
+2
2010-02-15
XQuartz: clang static analysis fixes
Jeremy Huddleston
1
-7
/
+0
2009-12-08
Miscellaneous compilation warning fixes
Jeremy Huddleston
1
-1
/
+2
2009-11-30
XQuartz: Drop calls to alloca
Jeremy Huddleston
1
-4
/
+8
2009-11-23
XQuartz: Allow better compatability with older versions of xinit
Jeremy Huddleston
1
-0
/
+1
2009-10-01
XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0
Jeremy Huddleston
1
-1
/
+1
2009-09-27
XQuartz: Fix a bunch of compilation warnings about style
Jeremy Huddleston
1
-7
/
+9
2009-09-26
XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...
Jeremy Huddleston
1
-14
/
+0
2009-09-04
XQuartz: Use --with-launchd-id-prefix for consistency with xinit
Jeremy Huddleston
1
-7
/
+3
2009-07-25
XQuartz: Bump the reported version to X11R7.4
Jeremy Huddleston
1
-1
/
+1
2009-02-03
XQuartz: Accept bundle version 2.1.6 to work with our startup method
Jeremy Huddleston
1
-2
/
+2
2008-11-25
XQuartz: Removed hardcoded org.x.X11 from MachIPC as well
Jeremy Huddleston
1
-2
/
+11
2008-11-25
XQuartz: More Tiger cleanup: bootstrap_strerror
Jeremy Huddleston
1
-1
/
+5
2008-11-21
XQuartz: Don't use LS to find X11.app on Tiger.
Jeremy Huddleston
1
-0
/
+8
2008-11-13
XQuartz: Added more debugging to handoff spew
Jeremy Huddleston
1
-6
/
+8
2008-10-28
XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.app
Jeremy Huddleston
1
-10
/
+16
2008-09-12
XQuartz: Changed around fd handoff model to be more robust
Jeremy Huddleston
1
-64
/
+41
2008-08-05
XQuartz: Added code and made comments more helpful for debugging first-client...
Jeremy Huddleston
1
-6
/
+6
2008-08-05
XQuartz: Fixed first-client-can't-connect bug
Jeremy Huddleston
1
-1
/
+12
2008-07-11
XQuartz: Some fd handoff cleanup.
Jeremy Huddleston
1
-8
/
+25
2008-06-10
XQuartz: Removed code path for old startup
Jeremy Huddleston
1
-11
/
+0
2008-06-10
XQuartz: Fixed the "laggy" startup under the new model. This was caused by x...
Jeremy Huddleston
1
-0
/
+10
2008-06-04
XQuartz: Switched over to new startup path for testing. Cleaned it up a bit....
Jeremy Huddleston
1
-36
/
+63
2008-05-23
XQuartz: Fixed a few issues with fd passing... still not working =(
Jeremy Huddleston
1
-8
/
+7
2008-05-19
XQuartz: First stab at SCM_RIGHTS passing the $DISPLAY launchd fd from the st...
Jeremy Huddleston
1
-8
/
+85
2008-05-18
XQuartz: More work towards Mach-IPC startup... started working on FD passing
Jeremy Huddleston
1
-3
/
+16
2008-05-17
Xquartz: Xquartz stub now can send Mach IPC to start the server.
Jeremy Huddleston
1
-4
/
+5
2008-05-14
XQuartz: More work on the Mach-IPC startup path
Jeremy Huddleston
1
-6
/
+26
2008-05-14
Xquartz: More work on the new Mach startup
Jeremy Huddleston
1
-4
/
+61
2008-05-12
XQuartz: Added some version checking protection so we don't trigger an infini...
Jeremy Huddleston
1
-11
/
+33
2008-05-08
XQuartz: Reorganized some of the build system in prep for the Mach IPC startu...
Jeremy Huddleston
1
-0
/
+96