summaryrefslogtreecommitdiff
path: root/os/connection.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-11AttendClient of grab-pervious client must queue to saved_ready_clients [v2]Keith Packard1-0/+4
2016-08-15dix: Pass ClientPtr to FlushCallbackMichel Dänzer1-1/+1
2016-07-21os: Remove CheckConnectionsKeith Packard1-35/+1
2016-07-21os: eliminate fd value limits for clientsKeith Packard1-65/+16
2016-07-21os: Switch server to poll(2) [v3]Keith Packard1-223/+123
2016-07-21dix: Use list for ready clientsKeith Packard1-1/+4
2016-07-18Remove AddEnabledDevice and AddGeneralSocket APIsKeith Packard1-35/+8
2016-07-18os: Use NotifyFd for ErrorConnMaxKeith Packard1-22/+19
2016-02-08os: unifdef STREAMSCONNAdam Jackson1-2/+2
2016-01-05Avoid segfault in CloseWellKnownConnections when using -displayfdAlan Coopersmith1-1/+2
2016-01-05Use unique logfile names when starting server with -displayfdAlan Coopersmith1-0/+1
2015-12-01os: Use NotifyFd interface for listen descriptorsKeith Packard1-62/+42
2015-12-01os: Implement support for NotifyFd X_NOTIFY_WRITEKeith Packard1-9/+31
2015-12-01os: Add NotifyFd interfacesKeith Packard1-0/+93
2015-08-24configurable maximum number of clientsOlivier Fourdan1-3/+3
2015-04-21Convert os/* to new *allocarray functionsAlan Coopersmith1-6/+7
2015-03-13Clear ListenTransConns entries in CloseWellKnownConnectionsAlan Coopersmith1-2/+7
2015-02-10Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith1-9/+3
2014-11-12Drop trailing whitespacesPeter Hutterer1-8/+8
2014-10-27os: -displayfd should check ports up to 65535Jon TURNEY1-1/+1
2014-08-11ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging co...Jeremy Huddleston Sequoia1-7/+0
2014-04-18os: FatalError if -displayfd writes failKeith Packard1-2/+4
2014-04-18os: Clear the -displayfd option after closing the fileKeith Packard1-0/+1
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY1-6/+6
2014-03-25os: Add AddClientOnOpenFD() to create a new client for an file descriptorKristian Høgsberg1-0/+27
2014-03-20os: Add a mechanism to prevent creating any listen socketsKristian Høgsberg1-2/+7
2014-03-20os: Always compile ListenOnOpenFD() and export itKristian Høgsberg1-5/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2013-10-31Clean up a couple of warnings in os/Keith Packard1-1/+1
2012-09-20os: Hide the Connection{In,Out}put implementation detailsAdam Jackson1-2/+2
2012-09-20dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-5/+5
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+1
2012-07-09Initialize padding bits to 0 in ErrorConnMax()Alan Coopersmith1-1/+1
2012-06-22os: print newline after printing display namePeter Hutterer1-0/+1
2012-05-01os: Add -displayfd optionChase Douglas1-20/+48
2012-03-21Introduce a consistent coding styleKeith Packard1-535/+510
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-1/+1
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-5/+5
2012-01-12Revert "os: Hide the Connection{In,Out}put implementation details"Keith Packard1-1/+1
2012-01-06os: Minor header cleanupAdam Jackson1-0/+2
2012-01-06os: Hide the Connection{In,Out}put implementation detailsAdam Jackson1-1/+1
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-5/+5
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+1
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+2
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-3/+3
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-2/+2
2011-11-23AuthAudit: clean up string handling callsAlan Coopersmith1-6/+5
2011-09-21Use internal temp variable for swap macrosMatt Turner1-3/+3
2011-04-07os: fix use after free in EstablishNewConnectionsTiago Vignatti1-4/+3
2010-12-31os: always check if client is local when connection is acceptedPauli Nieminen1-0/+1