summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-11Use closefrom() if availableHEADmasterAlan Coopersmith2-6/+9
2024-02-11Remove ifdefs checking for ultrix & hpuxAlan Coopersmith2-4/+2
2023-06-03xscope 1.4.4xscope-1.4.4Alan Coopersmith1-1/+1
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith14-14/+14
2023-02-07Add support for DAMAGE extension versions 1.0 & 1.1Alan Coopersmith9-7/+375
2023-02-07PrintField: Don't over-indent when verbose < 3Alan Coopersmith1-1/+1
2023-02-07DataFromClient: Avoid segfault if FlushFD() closed the connectionAlan Coopersmith1-0/+3
2022-07-13fd.h: fix build when not building with xtransAlan Coopersmith1-0/+1
2022-07-13gitlab CI: build with both --enable-xtrans & --disable-xtransAlan Coopersmith1-2/+14
2022-07-13gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-07-10scope.h: remove second include of fd.hAlan Coopersmith1-2/+0
2022-07-10xscope 1.4.3xscope-1.4.3Alan Coopersmith1-1/+1
2022-05-01On OpenBSD SO_PEERCRED uses struct sockpeercredMatthieu Herrb1-0/+4
2021-12-07Mark MainLoop as _X_NORETURN.Thomas Klausner2-2/+1
2021-12-07Add casts to fix signedness change warnings.Thomas Klausner1-4/+4
2021-12-07Increase buffer length to avoid truncation.Thomas Klausner1-1/+1
2021-12-07Use correct argument type for ctype(3) functions.Thomas Klausner1-7/+7
2021-12-07ifdef out unused static functionsThomas Klausner1-0/+2
2021-12-07Match format strings with arguments.Thomas Klausner2-11/+11
2021-12-07Remove/comment out unused variables.Thomas Klausner4-23/+24
2021-12-06xscope 1.4.2xscope-1.4.2Alan Coopersmith1-1/+1
2021-12-04Fix spelling/wording issuesAlan Coopersmith5-6/+6
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-02gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2019-02-17Add support for process ID and names on Solarish systemsAlan Coopersmith2-1/+53
2019-02-17Add support for process ID and namesPeter Wu5-3/+131
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-116/+112
2018-05-05Fix up documentation of NAS command line flagsAlan Coopersmith2-13/+14
2018-05-05Improve help and manpage.Stéphane Aulery2-38/+84
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2014-06-06xscope 1.4.1xscope-1.4.1Alan Coopersmith1-1/+1
2014-06-03autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-03-03xscope: Fix unknown GenericEvent type decodingDaniel Stone1-1/+1
2013-11-27Print correct event names for events sent via SendEvent requestsAlan Coopersmith3-1/+24
2013-11-07avoid conflicts with Solaris <sys/regset.h> #define of CSAlan Coopersmith1-0/+1
2013-06-29Bug 66388 wrong output for filter names in RandR GetCrtcTransform replyAlan Coopersmith1-9/+10
2012-11-19xscope 1.4xscope-1.4Alan Coopersmith2-2/+24
2012-10-22Add -V option to print version and exitAlan Coopersmith2-1/+10
2012-10-19When not using xtrans, check if -lsocket & -lnsl are needed for Solaris/SVR4Alan Coopersmith1-0/+4
2012-10-19Don't include Xtrans files if xtrans is disabledAlan Coopersmith1-0/+2
2012-10-19Rename sockaddr_un variable from sun to saun to avoid conflict with #define sunAlan Coopersmith1-5/+5
2012-10-12xscope 1.3.99.901 (1.4 RC1)xscope-1.3.99.901Alan Coopersmith1-1/+1
2012-10-02Update RANDR support from 0.x to include 1.0 - 1.4Alan Coopersmith6-29/+2074
2012-10-02Refactor error printing to use common functionsAlan Coopersmith3-146/+49
2012-10-02Add experimental support for reading a previously recorded fileAlan Coopersmith2-4/+331
2012-10-02Refactor fd closing into CloseFD helper functionAlan Coopersmith3-15/+21