summaryrefslogtreecommitdiff
path: root/scope.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-22Add -V option to print version and exitAlan Coopersmith1-0/+5
2012-10-02Add experimental support for reading a previously recorded fileAlan Coopersmith1-4/+326
2012-10-02Refactor fd closing into CloseFD helper functionAlan Coopersmith1-9/+3
2012-10-02Add -I command line flag to enter interactive mode at startupAlan Coopersmith1-0/+5
2012-10-02Print UTF8_STRING properties as text if locale uses UTF-8 charsetAlan Coopersmith1-1/+23
2012-10-02Add _X_NORETURN to additional functions suggested by gcc warningsAlan Coopersmith1-2/+2
2012-10-02Convert remaining sprintf calls to snprintfAlan Coopersmith1-3/+3
2012-07-21Combine usage message into single string for fprintfAlan Coopersmith1-12/+13
2012-07-21Convert to X.Org standard indentation & cleanup whitespaceAlan Coopersmith1-912/+797
2012-07-08Bug 46691 - xscope-1.3.1 deadlocks if client or server would blockPeter Jeremy1-1/+1
2011-12-04Fix builds of scope.c with Solaris Studio compilersAlan Coopersmith1-0/+5
2011-09-30Add const attributes to clear gcc -Wwrite-strings warningsAlan Coopersmith1-5/+5
2011-09-30Store ClientNumber as int instead of converting back & forth to longAlan Coopersmith1-1/+1
2011-09-30File descriptors should be stored in ints not shortsAlan Coopersmith1-3/+3
2011-09-30Make FDinfo dynamically allocatedAlan Coopersmith1-1/+1
2011-09-30Allocate buffers dynamically as needed instead of as part of fdinfo structAlan Coopersmith1-0/+16
2011-09-30Stop wrapping malloc & freeAlan Coopersmith1-1/+1
2011-09-30Clean up existing malloc callsAlan Coopersmith1-1/+1
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-06-09Use strncpy rather than strlcpy as it is not available on LinuxGaetan Nadon1-1/+1
2010-05-14Allow quitting via EOF (^D) on the command lineJeremy Huddleston1-2/+8
2010-04-29Eliminate a few compiler warnings for style and signedness.Jeremy Huddleston1-3/+2
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+17
2009-09-30Fix breakpoint disablingAlan Coopersmith1-6/+9
2009-09-29Add support for setting breakpoints on extension requestsAlan Coopersmith1-4/+35
2009-09-29Fix typo in "Enabling all breakpoints" messageAlan Coopersmith1-1/+1
2009-09-29Show request name, not just number, in breakpoint listAlan Coopersmith1-2/+5
2009-09-28Replace platform #ifdefs with autoconf testsAlan Coopersmith1-6/+1
2009-09-27Enable raw mode option codeAlan Coopersmith1-6/+1
2009-06-15Include sys/param.h earlierYanko Kaneti1-1/+0
2009-05-06Clear many compiler & sparse warningsAlan Coopersmith1-36/+35
2009-05-06Constify many char pointersAlan Coopersmith1-4/+5
2009-05-06Convert select() arguments back to fd_set structuresAlan Coopersmith1-10/+13
2009-05-06Ansify prototypes and move extern declarations to header filesAlan Coopersmith1-127/+128
2009-05-06Delete DECnet supportAlan Coopersmith1-238/+2
2009-05-06Delete PEX codeAlan Coopersmith1-4/+0
2009-05-06Merge branch 'keithp'Alan Coopersmith1-217/+761
2009-05-04Import xscope bits into keithp.com CVSKeith Packard1-233/+736
2008-11-05X.Org bug #18392: #include <sys/param.h> for MAXHOSTNAMELEN on CygwinAlan Coopersmith1-0/+1
2008-09-11Merge Sun's version of xscope inStuart Kreitman1-161/+464
2008-09-11Import initial version from James PetersonAlan Coopersmith1-0/+692