index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-26
Add prototypes for strlcpy/strlcat
Julien Cristau
2
-0
/
+2
2008-10-23
Argh, macros.
Adam Jackson
1
-8
/
+8
2008-10-23
Change some #define foo() -> static void foo()
Adam Jackson
1
-8
/
+19
2008-10-21
Close well known connections in ServerAbort()
Matthieu Herrb
1
-0
/
+1
2008-10-10
Move xorg_backtrace() up to the OS level so we can call it from DIX.
Adam Jackson
2
-0
/
+202
2008-10-07
Depend on xtrans >= 1.2.2 for TRANS_NOXAUTH
Jeremy Huddleston
1
-5
/
+0
2008-10-03
Remove the Must_have_memory hack.
Adam Jackson
1
-51
/
+25
2008-10-03
const cleanup
Adam Jackson
1
-3
/
+1
2008-10-03
Drop the never-called SkippedRequestCallback list.
Adam Jackson
1
-4
/
+0
2008-10-03
Unexport MakeClientGrab{Imp,P}ervious
Adam Jackson
1
-2
/
+2
2008-10-02
Remove some stale IPv6 debugging
Adam Jackson
1
-38
/
+1
2008-10-02
Unifdef ISC
Adam Jackson
1
-29
/
+2
2008-09-22
Default to -br. Add -retro option for the nostalgic.
Adam Jackson
1
-2
/
+4
2008-08-14
Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ...
Jeremy Huddleston
1
-0
/
+4
2008-08-13
Eviscerate save-under support.
Adam Jackson
1
-3
/
+0
2008-08-11
The smart scheduler is not optional.
Mathieu Bérard
4
-32
/
+0
2008-08-09
Move string comparaison functions to from dix/ to os/.
Matthieu Herrb
3
-0
/
+136
2008-08-06
XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...
Jeremy Huddleston
1
-25
/
+27
2008-07-31
Unifdef XIDLE.
Adam Jackson
1
-3
/
+0
2008-07-24
Remove some more MEMBUG garbage.
Adam Jackson
2
-43
/
+0
2008-07-24
Sync is built-in and mandatory.
Adam Jackson
2
-5
/
+0
2008-07-24
XC-MISC is built-in and mandatory.
Adam Jackson
1
-3
/
+0
2008-07-24
Bigreqs are built-in and mandatory.
Adam Jackson
2
-23
/
+0
2008-07-24
Shape extension is built-in and mandatory.
Adam Jackson
1
-3
/
+0
2008-07-23
Unifdef hpux.
Adam Jackson
3
-15
/
+2
2008-07-23
Unifdef AIX.
Adam Jackson
2
-22
/
+0
2008-07-23
Unifdef sgi.
Adam Jackson
2
-3
/
+1
2008-07-23
Optimize commit 331cc3f0799a54910a99484264f76569beeee55a
James Cloos
1
-6
/
+4
2008-07-23
Unifdef QNX.
Adam Jackson
4
-23
/
+4
2008-07-23
Fix LookupColor
James Cloos
1
-0
/
+2
2008-07-18
Drop the FONTCACHE extension.
Adam Jackson
1
-3
/
+0
2008-07-17
Remove dead code, useless #defines, et al
Daniel Stone
2
-4
/
+0
2008-07-17
Everyone has urandom
Daniel Stone
1
-43
/
+0
2008-07-17
Dead code removal
Daniel Stone
9
-273
/
+5
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu Bérard
6
-31
/
+4
2008-07-17
Nuke some ancient code for commandline-challenged OSes.
Adam Jackson
1
-115
/
+0
2008-07-17
Fix color lookup.
Jie Luo
1
-4
/
+3
2008-07-16
XFree86: Remove XFree86-Misc extension
Daniel Stone
1
-3
/
+0
2008-07-16
OS/KDrive/XFree86: Sanitise colour initialisation
Daniel Stone
4
-1556
/
+1512
2008-06-19
sprintf() -> snprintf()
Matthieu Herrb
1
-1
/
+2
2008-06-13
Fix "Warning: no previous prototype for `SecureRPCInit'".
Eamon Walsh
1
-0
/
+1
2008-06-13
Fix multiple warnings in os/xdmauth.c.
Eamon Walsh
1
-6
/
+8
2008-06-13
Fix "warning: label ‘done’ defined but not used".
Eamon Walsh
1
-0
/
+2
2008-05-26
Merge branch 'master' into mpx
Peter Hutterer
2
-17
/
+8
2008-05-23
XQuartz: Add the launchd fd to AllSockets as well
Jeremy Huddleston
1
-6
/
+8
2008-05-21
drop xprint remnants: InitGlobals
George Sapountzis
1
-11
/
+0
2008-05-20
Merge branch 'master' into mpx
Peter Hutterer
4
-33
/
+44
2008-05-18
XQuartz: Cleaned up ListenOnOpenFD...
Jeremy Huddleston
1
-30
/
+5
2008-05-17
XQuartz: Added functionality to add a file descriptor to the connection list ...
Jeremy Huddleston
1
-0
/
+64
2008-05-15
Add necessary include for COMPILEDDISPLAYCLASS.
Eric Anholt
1
-0
/
+1
[next]