summaryrefslogtreecommitdiff
path: root/xc/lib/SM/sm_process.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-21final stateHEADmasterAlan Coopersmith1-1/+1
1994-08-25BUG #7003: error message is not byte swappedmor1-1/+13
1994-04-17new X Consortium copyright/permissionmor1-14/+28
1994-04-07SmcProcessMessage is of type void now, and it has a new replyReadyRet arg.mor1-60/+72
1994-03-30use _IceErrorBadMinormor1-19/+3
1994-03-30Added SaveYourselfPhase2, SaveComplete, SaveYourselfPhase2Request.mor1-6/+68
1994-03-18include "SMlibint.h" instead of <X11/SM/SMlibint.h>mor1-2/+2
1994-03-16BUG #6584: add checking for BadLength and BadValuemor1-13/+303
1994-03-15use IceLastReceivedSequenceNumber instead of IceLastSequenceNumbermor1-3/+3
1994-03-07No longer need array of Sm objects since ICE protocol setup nowmor1-21/+7
1993-12-28Remove sequence ref from Set Props callbackmor1-6/+2
1993-12-15Send ConnectionClosed message even if we received a Diemor1-3/+1
1993-12-15No locale in close connectionmor1-5/+30
1993-12-07creditsmor1-1/+4
1993-11-08IceDisposeCompleteMessage bug.mor1-19/+26
1993-09-28Before calling CloseConnection callback, DisposeCompleteMessagemor1-3/+3
1993-09-28Set Prop callback and Prop Reply callback now use an array of prop pointers.mor1-3/+3
1993-09-27Handle InteractRequest dialogType=Normal, but interactStyle != Anymor1-6/+16
1993-09-26Back to IceReadCompleteMessage. New IceDisposeCompleteMessage.mor1-17/+21
1993-09-26Use IceReadMessage and IceCheckAndReadMessagemor1-53/+18
1993-09-26Don't use IceReadCompleteMessage when reading properties if themor1-7/+45
1993-09-24Use _IceErrorBadState.mor1-13/+34
1993-09-24Handle save yourself/shutdown/interact state.mor1-13/+36
1993-09-22byte swapping supportmor1-10/+13
1993-09-22Use _IceReadSkip to advance past bad messages.mor1-23/+60
1993-09-13Use IceSetShutdownNegotiation instead of IceSkipShutdownNegotiation.mor1-2/+2
1993-09-12Upon receiving a Die message, call IceSkipShutdownNegotiation since wemor1-2/+2
1993-09-08Generate a BadState error if you get an unexpected message beforemor1-43/+87
1993-09-03We might send another Get Properties before we got the Properties Replymor1-4/+8
1993-09-03Initial revisionmor1-0/+338