index
:
~aplattner/xserver
master
randr
wfb-anyabi
X Server
aplattner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2013-10-31
Clean up a couple of warnings in os/
Keith Packard
1
-1
/
+1
2012-09-20
os: Hide the Connection{In,Out}put implementation details
Adam Jackson
1
-2
/
+2
2012-09-20
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
1
-5
/
+5
2012-09-20
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-1
/
+1
2012-07-09
Initialize padding bits to 0 in ErrorConnMax()
Alan Coopersmith
1
-1
/
+1
2012-06-22
os: print newline after printing display name
Peter Hutterer
1
-0
/
+1
2012-05-01
os: Add -displayfd option
Chase Douglas
1
-20
/
+48
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-535
/
+510
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
1
-1
/
+1
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
1
-1
/
+1
2012-01-06
os: Minor header cleanup
Adam Jackson
1
-0
/
+2
2012-01-06
os: Hide the Connection{In,Out}put implementation details
Adam Jackson
1
-1
/
+1
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
1
-1
/
+1
2011-12-12
Constify the reason string throughout the authorization check framework
Alan Coopersmith
1
-2
/
+2
2011-12-05
Move to autoconf standard function name checks & defines
Alan Coopersmith
1
-3
/
+3
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-2
/
+2
2011-11-23
AuthAudit: clean up string handling calls
Alan Coopersmith
1
-6
/
+5
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-3
/
+3
2011-04-07
os: fix use after free in EstablishNewConnections
Tiago Vignatti
1
-4
/
+3
2010-12-31
os: always check if client is local when connection is accepted
Pauli Nieminen
1
-0
/
+1
2010-10-15
os: Clean up various xtrans bits that we've never supported
Adam Jackson
1
-10
/
+1
2010-09-10
os: add -sigstop option for Upstart (or equivalent) startup
Vignatti Tiago (Nokia-MS/Helsinki)
1
-0
/
+4
2010-08-06
Always call the flush callback chain when we flush client buffers
Kristian Høgsberg
1
-0
/
+3
2010-06-30
OS support: fix writeable client vs IgnoreClient behavior
Jesse Barnes
1
-0
/
+9
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-10
/
+10
2010-04-15
XQuartz: Fix possible NULL dereference in ListenOnOpenFD
Jeremy Huddleston
1
-2
/
+3
2009-06-18
Clarify use of and need for mffs vs. ffs
Alan Coopersmith
1
-2
/
+2
2009-04-06
Remove some OS/2 leftovers.
Adam Jackson
1
-9
/
+0
2009-03-23
Remove two unused defines in C files
Tomas Carnecky
1
-1
/
+0
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-5
/
+5
2008-12-17
Don't log audit messages when -audit 0 specified
Francis Giraldeau
1
-3
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-24
/
+24
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-16
/
+16
2008-11-14
os/connection: TRANS_NOXAUTH bit comparison brainfart fix.
Jeremy Huddleston
1
-1
/
+1
2008-10-07
Depend on xtrans >= 1.2.2 for TRANS_NOXAUTH
Jeremy Huddleston
1
-5
/
+0
2008-10-03
Unexport MakeClientGrab{Imp,P}ervious
Adam Jackson
1
-2
/
+2
2008-08-14
Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ...
Jeremy Huddleston
1
-0
/
+4
2008-08-06
XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...
Jeremy Huddleston
1
-25
/
+27
2008-07-23
Unifdef hpux.
Adam Jackson
1
-6
/
+0
2008-07-23
Unifdef AIX.
Adam Jackson
1
-3
/
+0
2008-07-17
Dead code removal
Daniel Stone
1
-16
/
+0
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu Bérard
1
-8
/
+1
2008-06-13
Fix "warning: label ‘done’ defined but not used".
Eamon Walsh
1
-0
/
+2
2008-05-23
XQuartz: Add the launchd fd to AllSockets as well
Jeremy Huddleston
1
-6
/
+8
2008-05-18
XQuartz: Cleaned up ListenOnOpenFD...
Jeremy Huddleston
1
-30
/
+5
[next]