summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-21Use local variable for ioctl argument instead of a staticAlan Coopersmith1-2/+1
2012-07-21Convert to X.Org standard indentation & cleanup whitespaceAlan Coopersmith43-12263/+11748
2012-07-21Convert Keith's personal license notice to X.Org standard MIT license noticeAlan Coopersmith9-157/+103
2012-07-20Convert sources from ISO 8859-1 to UTF-8Alan Coopersmith11-14/+14
2012-07-08Retry _X11TransConnect on TRANS_TRY_CONNECT_AGAINJeff Smith1-4/+7
2012-07-08Bug 46696 - Try alternate protocol on X11 connection failure.Peter Jeremy1-13/+23
2012-07-08Bug 46691 - xscope-1.3.1 deadlocks if client or server would blockPeter Jeremy1-1/+1
2012-07-08Use __XFDS_BITS macros from Xpoll.h instead of direct __fds_bits accessAlan Coopersmith1-2/+7
2012-07-08Bug 46689 - xscope fd_set debug output is undefinedPeter Jeremy1-4/+3
2012-07-08Bug 46664 - xscope prints only half the characters in 16-bit stringsPeter Jeremy1-2/+2
2012-03-11Add link to original xscope paper in READMEAlan Coopersmith1-0/+4
2012-03-04Include <arpa/inet.h> for inet_addr in !USE_XTRANS caseJeremy Huddleston1-0/+3
2012-02-21xscope 1.3.1Alan Coopersmith1-1/+1
2012-01-15Check the right return value for malloc failureAlan Coopersmith1-1/+1
2012-01-15Mark panic() as _X_NORETURNAlan Coopersmith2-3/+6
2011-12-04Fix builds of scope.c with Solaris Studio compilersAlan Coopersmith1-0/+5
2011-11-11Remove extra definition of ScopeEnabled from x11.hAlan Coopersmith1-2/+0
2011-09-30Add const attributes to clear gcc -Wwrite-strings warningsAlan Coopersmith5-15/+15
2011-09-30Store ClientNumber as int instead of converting back & forth to longAlan Coopersmith2-2/+2
2011-09-30File descriptors should be stored in ints not shortsAlan Coopersmith3-7/+7
2011-09-30Remove StaticMaxFD now that all uses now allocate dynamicallyAlan Coopersmith2-8/+0
2011-09-30Make FDinfo dynamically allocatedAlan Coopersmith3-2/+6
2011-09-30Allocate buffers dynamically as needed instead of as part of fdinfo structAlan Coopersmith2-1/+17
2011-09-30Make ReplyQ dynamically allocatedAlan Coopersmith1-8/+5
2011-09-30Make CS dynamically allocatedAlan Coopersmith3-2/+5
2011-09-30Ensure ScopeHost global is initialized when built with USE_XTRANSAlan Coopersmith1-8/+7
2011-09-30Use strdup instead of malloc(strlen+1); strcpy();Alan Coopersmith1-2/+1
2011-09-30Use calloc() instead of malloc(); bzero();Alan Coopersmith1-2/+1
2011-09-30Call realloc() instead of open coding itAlan Coopersmith1-5/+1
2011-09-30Stop wrapping malloc & freeAlan Coopersmith9-48/+33
2011-09-30Clean up existing malloc callsAlan Coopersmith3-3/+5
2011-02-02Add Intel copyright to COPYING for glx additions in xscope 1.3Alan Coopersmith1-0/+1
2011-01-13config: move man pages into their own directoryGaetan Nadon4-16/+17
2011-01-07Remove unused variable server_client from print_lbx.cAlan Coopersmith1-1/+1
2011-01-07config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-2/+5
2010-10-30xscope 1.3Alan Coopersmith1-1/+2
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith17-17/+17
2010-09-26Makefile.am: Add glxscope.h to xscope_SOURCES so distcheck worksAlan Coopersmith1-0/+1
2010-09-26config: Remove unnecessary calls from configure.acAlan Coopersmith1-5/+0
2010-09-26config: Use AC_DEFINE instead of -D flag for setting USE_XTRANSAlan Coopersmith1-1/+1
2010-09-26config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-22/+5
2010-09-26config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-07-23Add basic support for GLX extensionKristian Høgsberg7-1/+959
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-05-14Fallback on other transports.Jeremy Huddleston2-5/+10
2010-04-29Eliminate a few compiler warnings for style and signedness.Jeremy Huddleston3-6/+5
2010-04-05Allow a configure option to build without xtrans (--disable-xtrans)Jeremy Huddleston1-13/+24
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith18-408/+298
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1