index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
/
mach-startup
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
XQuartz: Silence a clang static analysis warning about a possible memory leak...
Jeremy Huddleston Sequoia
1
-0
/
+4
2012-08-16
XQuartz: Use asl_log_descriptor on Mountain Lion
Jeremy Huddleston Sequoia
1
-0
/
+17
2012-04-26
XQuartz: Make sure we tell startx the correct server binary to use in our fal...
Jeremy Huddleston
1
-1
/
+1
2012-03-30
XQuartz: Tiger build fix
Jeremy Huddleston
1
-6
/
+8
2012-03-24
XQuartz: Source formatting cleanup
Jeremy Huddleston
5
-188
/
+216
2012-03-21
Introduce a consistent coding style
Keith Packard
5
-312
/
+454
2011-12-19
XQuartz: Provide in-tree implementation of strndup(3) if needed
Jeremy Huddleston
1
-0
/
+7
2011-06-28
XQuartz: Fix Makefile dependencies
Jeremy Huddleston
1
-1
/
+3
2011-06-03
XQuartz: Remove explicit link against libGL
Jeremy Huddleston
1
-1
/
+0
2011-06-01
XQuartz: Move -lXplugin to LDFLAGS from LDADD
Jeremy Huddleston
1
-1
/
+2
2011-05-22
XQuartz: Mark functions _X_NORETURN
Jeremy Huddleston
1
-0
/
+1
2011-05-22
XQuartz: Silence clang warnings about shadow declarations
Jeremy Huddleston
1
-1
/
+1
2011-05-22
XQuartz: Update DEBUG_LOG to report to ASL
Jeremy Huddleston
1
-1
/
+2
2011-05-12
XQuartz: Redirect stdout/stderr to asl
Jeremy Huddleston
2
-1
/
+27
2011-05-12
XQuartz: stub: Log directly to ASL rather than stdout/stderr
Jeremy Huddleston
2
-40
/
+47
2011-05-10
XQuartz: Don't call into CoreFoundation after fork() and before exec()
Jeremy Huddleston
1
-5
/
+24
2011-04-25
XQuartz: Use ErrorF rather than fprintf to log errors
Jeremy Huddleston
1
-35
/
+38
2011-04-25
XQuartz: stub: Dead code removal
Jeremy Huddleston
1
-16
/
+0
2011-04-25
XQuartz: Enable logging to a file for better debugging
Jeremy Huddleston
1
-1
/
+1
2011-04-25
XQuartz: Rename launchd-id-prefix to bundle-id-prefix
Jeremy Huddleston
3
-12
/
+12
2011-04-25
XQuartz: Silence clang static analyzer
Jeremy Huddleston
1
-2
/
+2
2011-04-25
XQuartz: Silence warnings about deprecated functionality where it is an inten...
Jeremy Huddleston
1
-0
/
+8
2011-04-21
XQuartz: Use dispatch_async to handoff the FD
Jeremy Huddleston
1
-2
/
+22
2011-04-21
XQuartz: Fix prototypes for thread functions
Jeremy Huddleston
1
-2
/
+4
2011-04-21
XQuartz: Make the DarwinProcessFDAdditionQueue_thread wait 3 seconds to allow...
Jeremy Huddleston
1
-16
/
+1
2010-12-03
XQuartz: Cleanup some compiler warnings
Jeremy Huddleston
1
-1
/
+1
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-2
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-05-16
XQuartz: Fix a build failure on Tiger
Jeremy Huddleston
1
-0
/
+5
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-1
/
+1
2010-04-01
darwin: Correct inline assembly for ___crashreporter_info__
Jeremy Huddleston
1
-1
/
+1
2010-03-29
darwin: Generate crash reports on FatalError()
Jeremy Huddleston
1
-5
/
+6
2010-03-15
XQuartz: remove undefined XSERVER_CFLAGS variable
Gaetan Nadon
1
-1
/
+1
2010-02-15
XQuartz: clang static analysis fixes
Jeremy Huddleston
2
-14
/
+23
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
2
-14
/
+23
2009-11-11
.gitignore: use common defaults with custom section #24239
Gaetan Nadon
1
-0
/
+8
2009-10-02
XQuartz: Fix a possible minor memory leak
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-29
XQuartz: Remove the redundant xquartz_resetenv_display
Jeremy Huddleston
1
-5
/
+0
2009-09-29
XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...
Jeremy Huddleston
1
-32
/
+45
2009-09-27
XQuartz: Fix a bunch of compilation warnings about style
Jeremy Huddleston
3
-14
/
+19
2009-09-26
XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...
Jeremy Huddleston
1
-14
/
+0
2009-09-06
XQuartz: launchd: Fallback on :0 if prefix:0 gives an error for the socket name
Jeremy Huddleston
1
-2
/
+5
2009-09-06
XQuartz: Fix "warning: function declaration isn’t a prototype" noise
Jeremy Huddleston
1
-1
/
+1
2009-09-05
XQuartz: Fix a strcpy/strcmp typo
Jeremy Huddleston
1
-5
/
+6
2009-09-04
XQuartz: Check the DISPLAY environment variable to see if the socket at start...
Jeremy Huddleston
2
-10
/
+42
2009-09-04
XQuartz: Use --with-launchd-id-prefix for consistency with xinit
Jeremy Huddleston
3
-10
/
+12
2009-07-25
XQuartz: Bump the reported version to X11R7.4
Jeremy Huddleston
1
-1
/
+1
[next]