summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29Add support for setting breakpoints on extension requestsAlan Coopersmith3-6/+49
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-29Fix typo in "Enabling all breakpoints" messageAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-29Add interactive mode description & command list to man pageAlan Coopersmith1-0/+59
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-29Show request name, not just number, in breakpoint listAlan Coopersmith1-2/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-29Decode ServerInterpreted addresses in HOST structuresAlan Coopersmith2-6/+10
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-28Replace platform #ifdefs with autoconf testsAlan Coopersmith8-37/+17
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-28README updatesAlan Coopersmith1-5/+26
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-28Add AC_USE_SYSTEM_EXTENSIONS to configure.acAlan Coopersmith1-0/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-27Add missing return statements in PrintSET & PrintENUMERATEDAlan Coopersmith1-0/+4
Fixes warnings: "prtype.c", line 654: warning: Function has no return statement : PrintENUMERATED "prtype.c", line 704: warning: Function has no return statement : PrintSET Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-27Upgrade to xorg-macros 1.3 and XORG_DEFAULT_OPTIONSAlan Coopersmith2-9/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-27man page: add missing options & info, fix formattingAlan Coopersmith1-13/+38
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-27Correct message when SIGUSR1 receivedAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-27Enable raw mode option codeAlan Coopersmith2-10/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-18Correct labels for several MIT-SHM request fieldsAlan Coopersmith1-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-13Fix typo in MIT-SHM name that caused it not to be decodedAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-12Update Render extension decoding from protocol rev 0.5 to 0.11Alan Coopersmith4-115/+430
Filled in most, but not all, of the details for new & existing requests Corrected print-outs several existing requests Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-12Add default handlers for new/unknown Render & RandR requests/repliesAlan Coopersmith2-0/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-12Remove RCS IdsAlan Coopersmith16-32/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-12Add GenericEvent supportAlan Coopersmith7-1/+80
Allows extensions to register their own decoders for GenericEvents, though none do, since XInput isn't decoded yet Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-12Print more useful messages for unknown replies, events & errorsAlan Coopersmith4-3/+32
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-12Stop creating invalid name entries for extensions that aren't presentAlan Coopersmith1-0/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-12Convert extension decoding to function pointer tablesAlan Coopersmith14-99/+165
Each extension now registers it's own request, reply, event & error decoding functions as needed in the central table, instead of a cascading block of if/else statements to modify for each new extension added. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-15Include sys/param.h earlierYanko Kaneti2-1/+1
MAXHOSTNAMELEN is also needed for some scope.h declarations
2009-05-06Clear many compiler & sparse warningsAlan Coopersmith16-159/+94
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Make big requests support work without modifying bufferAlan Coopersmith10-419/+543
Fixes corruption of big requests data in -v4/raw output Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Report names for all extensions, not just those we knowAlan Coopersmith19-150/+352
Move extension handling to new extensions.c & extensions.h files Start to make extension handling more generic/modular/extendable Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Constify many char pointersAlan Coopersmith30-1060/+1073
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Convert select() arguments back to fd_set structuresAlan Coopersmith3-24/+38
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Ansify prototypes and move extern declarations to header filesAlan Coopersmith34-1645/+2114
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Use XORG_CWARNFLAGS, XORG_CHANGELOG, & XORG_WITH_LINTAlan Coopersmith2-3/+25
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Delete DECnet supportAlan Coopersmith2-366/+2
2009-05-06Delete unused patchlevel.hAlan Coopersmith2-3/+0
2009-05-06Delete PEX codeAlan Coopersmith10-2235/+1
2009-05-06Merge branch 'keithp'Alan Coopersmith48-772/+9683
Conflicts: common.c decode11.c fd.c fd.h print11.c prtype.c scope.c scope.h server.c table11.c x11.h xscope.man
2009-05-04Fix bugs in CompositeGlyphs decodingKeith Packard1-5/+6
2009-05-04Add lots more Render stuffKeith Packard9-37/+148
2009-05-04Use Unix sockets for local connectionsKeith Packard1-37/+48
2009-05-04Add (some) support for BIG-REQUESTSKeith Packard8-23/+108
2009-05-04Avoid infinite loop on broken protocolKeith Packard1-0/+2
2009-05-04Add SHM decodingKeith Packard8-7/+86
2009-05-04Import xscope bits into keithp.com CVSKeith Packard50-1342/+9646
2008-11-05X.Org bug #18392: #include <sys/param.h> for MAXHOSTNAMELEN on CygwinAlan Coopersmith1-0/+1
<http://bugs.freedesktop.org/show_bug.cgi?id=18392>
2008-09-11Convert more function declarations to ANSI CAlan Coopersmith3-105/+109
2008-09-11Remove old makefilesAlan Coopersmith2-138/+0
2008-09-11Add .gitignoreAlan Coopersmith1-0/+22
2008-09-11AutotooledStuart Kreitman11-0/+224
2008-09-11Merge Sun's version of xscope inStuart Kreitman13-1007/+2182
Conversion to ANSI C SysVR4 support Conversion of networking code to use xtrans
2008-09-11Import initial version from James PetersonAlan Coopersmith15-0/+9495