index
:
~daenzer/xserver
for-master
randr12-colormaps
Michel Daenzer's personal xserver repository.
daenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-18
Remove AddEnabledDevice and AddGeneralSocket APIs
Keith Packard
1
-35
/
+8
2016-07-18
os: Use NotifyFd for ErrorConnMax
Keith Packard
1
-22
/
+19
2016-02-08
os: unifdef STREAMSCONN
Adam Jackson
1
-2
/
+2
2016-01-05
Avoid segfault in CloseWellKnownConnections when using -displayfd
Alan Coopersmith
1
-1
/
+2
2016-01-05
Use unique logfile names when starting server with -displayfd
Alan Coopersmith
1
-0
/
+1
2015-12-01
os: Use NotifyFd interface for listen descriptors
Keith Packard
1
-62
/
+42
2015-12-01
os: Implement support for NotifyFd X_NOTIFY_WRITE
Keith Packard
1
-9
/
+31
2015-12-01
os: Add NotifyFd interfaces
Keith Packard
1
-0
/
+93
2015-08-24
configurable maximum number of clients
Olivier Fourdan
1
-3
/
+3
2015-04-21
Convert os/* to new *allocarray functions
Alan Coopersmith
1
-6
/
+7
2015-03-13
Clear ListenTransConns entries in CloseWellKnownConnections
Alan Coopersmith
1
-2
/
+7
2015-02-10
Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe calls
Alan Coopersmith
1
-9
/
+3
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-8
/
+8
2014-10-27
os: -displayfd should check ports up to 65535
Jon TURNEY
1
-1
/
+1
2014-08-11
ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging co...
Jeremy Huddleston Sequoia
1
-7
/
+0
2014-04-18
os: FatalError if -displayfd writes fail
Keith Packard
1
-2
/
+4
2014-04-18
os: Clear the -displayfd option after closing the file
Keith Packard
1
-0
/
+1
2014-03-27
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
1
-6
/
+6
2014-03-25
os: Add AddClientOnOpenFD() to create a new client for an file descriptor
Kristian Høgsberg
1
-0
/
+27
2014-03-20
os: Add a mechanism to prevent creating any listen sockets
Kristian Høgsberg
1
-2
/
+7
2014-03-20
os: Always compile ListenOnOpenFD() and export it
Kristian Høgsberg
1
-5
/
+2
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
[next]