summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-10dix: indentation fixPeter Hutterer1-2/+2
2012-04-26Update currentTime in dispatch loopChase Douglas1-0/+3
2012-04-26Fix copy/paste error from before git history in UpdateCurrentTimeIf()Chase Douglas1-1/+1
2012-03-27Indentation: Change '& stuff' to '&stuff'Daniel Stone1-9/+9
2012-03-27Introduce a consistent coding styleKeith Packard1-1733/+1618
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-9/+3
2012-01-06dix: Tune dtrace hooks around DispatchAdam Jackson1-5/+9
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-3/+9
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+3
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard1-10/+13
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-0/+2
2011-10-31dix: Reinstate GetImage window size checkAaron Plattner1-0/+8
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer1-0/+2
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-1/+1
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard1-15/+3
2011-09-21Use internal temp variable for swap macrosMatt Turner1-1/+1
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith1-13/+3
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp1-1/+0
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-1/+1
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith1-3/+1
2011-04-07dix: don't free stranger pointers inside AllocARGBCursorTiago Vignatti1-3/+9
2010-12-23os: Add facilities for client ID tracking.Rami Ylimäki1-0/+10
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-10-13Comparison between pointer and integer in latest dix/dispatch.cColin Harrison1-1/+1
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson1-11/+2
2010-09-28dix: remove proc tables initializationTiago Vignatti1-20/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-53/+53
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+2
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-8/+5
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-9/+13
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-6/+6
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-7/+6
2010-05-20Replace screen->rgf scratch GC flags with a bit in each GC.Jamey Sharp1-1/+0
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-20/+26
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-230/+124
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-19/+3
2010-05-13Quit using clientErrorValue in dix/gc.c.Jamey Sharp1-7/+8
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp1-6/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-33/+33
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp1-22/+4
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+17
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-1/+21
2009-07-22Bug #22804: Reject out of bounds XGetImage requestsAaron Plattner1-23/+49
2009-07-14dix: switch to byte-counting functions.Peter Hutterer1-28/+28
2009-06-03s/MIN/min/, s/MAX/max/ (#2968)Adam Jackson1-4/+0
2009-05-27Remove reference to non-existing requestLog and requestLogIndexNicolai Hähnle1-6/+0
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-4/+5