summaryrefslogtreecommitdiff
path: root/os/osdep.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-06os: Remove mffs()Adam Jackson1-7/+0
2017-06-13os: Use CloseDownFileDescriptor from AbortClient, including ospoll_removeKeith Packard1-0/+3
2017-06-13os: Eliminate ConnectionTranslationKeith Packard1-14/+0
2017-05-12os, xfree86: Stop being so weird about <limits.h>Adam Jackson1-7/+0
2017-02-28auth: remove AuthToIDFunc and associated functions. Not used anymore.Matthieu Herrb1-6/+0
2016-07-21os: eliminate fd value limits for clientsKeith Packard1-35/+7
2016-07-21os: Switch server to poll(2) [v3]Keith Packard1-18/+9
2016-07-18os: Move ETEST macro from io.c to osdep.hKeith Packard1-0/+14
2016-02-22Fix build on Cygwin by ensuring WIN32 check triggers only on MinGWJon TURNEY1-3/+3
2015-12-01os: Implement support for NotifyFd X_NOTIFY_WRITEKeith Packard1-1/+4
2015-12-01os: Add NotifyFd interfacesKeith Packard1-0/+5
2015-08-24configurable maximum number of clientsOlivier Fourdan1-4/+4
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2012-09-20os: Hide the Connection{In,Out}put implementation detailsAdam Jackson1-16/+2
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+0
2012-09-20os: Repack ConnectionOutput for LP64Adam Jackson1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-61/+55
2012-01-12Revert "os: Repack ConnectionOutput for LP64"Keith Packard1-1/+1
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-0/+1
2012-01-12Revert "os: Hide the Connection{In,Out}put implementation details"Keith Packard1-2/+16
2012-01-06os: Minor header cleanupAdam Jackson1-4/+0
2012-01-06os: Hide the Connection{In,Out}put implementation detailsAdam Jackson1-16/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+0
2012-01-06os: Repack ConnectionOutput for LP64Adam Jackson1-1/+1
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-1/+1
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-6/+0
2010-12-31os: always check if client is local when connection is acceptedPauli Nieminen1-0/+4
2010-09-10os: Return BadLength instead of disconnecting BigReq clients (#4565)Aaron Plattner1-0/+1
2010-05-07Constify function prototypes in auth & xdmcp codeAlan Coopersmith1-11/+12
2010-03-16Xming: Warning fixesColin Harrison1-1/+1
2009-08-03Bug 16832: XDMCP related build error when --disable-xdmcp is usedPaul Bender1-0/+6
2009-06-18Clarify use of and need for mffs vs. ffsAlan Coopersmith1-1/+1
2008-07-23Unifdef hpux.Adam Jackson1-1/+1
2008-07-23Unifdef sgi.Adam Jackson1-2/+0
2008-07-23Unifdef QNX.Adam Jackson1-3/+0
2008-07-17Dead code removalDaniel Stone1-8/+0
2008-03-11Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg1-1/+1
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+0
2007-08-31Bug #7186: Fix an excessive request size limitation that broke big-requests.Eric Anholt1-3/+0
2007-08-03security: drop support for XC-QUERY-SECURITY authorization method.Eamon Walsh1-3/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-1/+1
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson1-23/+0
2007-03-25General DIX static and dead code cleanup.Adam Jackson1-8/+0
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-6/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-06-01Kill LBX, too.Daniel Stone1-26/+0
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-0/+2
2005-07-07Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototypeAlan Coopersmith1-0/+4
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-05-02Fix comments for pointers in parameter lists to work with fussy compilersHarold L Hunt II1-1/+1