index
:
xorg/app/xscope
keithp
master
XSCOPE -- a program to monitor X11/Client conversations (mirrored from https://gitlab.freedesktop.org/xorg/app/xscope)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
xscope 1.4.1
xscope-1.4.1
Alan Coopersmith
1
-1
/
+1
2014-06-03
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2014-06-03
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2014-03-03
xscope: Fix unknown GenericEvent type decoding
Daniel Stone
1
-1
/
+1
2013-11-27
Print correct event names for events sent via SendEvent requests
Alan Coopersmith
3
-1
/
+24
2013-11-07
avoid conflicts with Solaris <sys/regset.h> #define of CS
Alan Coopersmith
1
-0
/
+1
2013-06-29
Bug 66388 wrong output for filter names in RandR GetCrtcTransform reply
Alan Coopersmith
1
-9
/
+10
2012-11-19
xscope 1.4
xscope-1.4
Alan Coopersmith
2
-2
/
+24
2012-10-22
Add -V option to print version and exit
Alan Coopersmith
2
-1
/
+10
2012-10-19
When not using xtrans, check if -lsocket & -lnsl are needed for Solaris/SVR4
Alan Coopersmith
1
-0
/
+4
2012-10-19
Don't include Xtrans files if xtrans is disabled
Alan Coopersmith
1
-0
/
+2
2012-10-19
Rename sockaddr_un variable from sun to saun to avoid conflict with #define sun
Alan Coopersmith
1
-5
/
+5
2012-10-12
xscope 1.3.99.901 (1.4 RC1)
xscope-1.3.99.901
Alan Coopersmith
1
-1
/
+1
2012-10-02
Update RANDR support from 0.x to include 1.0 - 1.4
Alan Coopersmith
6
-29
/
+2074
2012-10-02
Refactor error printing to use common functions
Alan Coopersmith
3
-146
/
+49
2012-10-02
Add experimental support for reading a previously recorded file
Alan Coopersmith
2
-4
/
+331
2012-10-02
Refactor fd closing into CloseFD helper function
Alan Coopersmith
3
-15
/
+21
2012-10-02
When Verbose == 0, don't print number of data items in unknown reply types
Alan Coopersmith
2
-0
/
+5
2012-10-02
Add -I command line flag to enter interactive mode at startup
Alan Coopersmith
2
-2
/
+12
2012-10-02
Add support for printing more types of property value
Alan Coopersmith
1
-2
/
+43
2012-10-02
Print UTF8_STRING properties as text if locale uses UTF-8 charset
Alan Coopersmith
4
-6
/
+42
2012-10-02
Create PrintPropertyValues function for property requests
Alan Coopersmith
3
-11
/
+26
2012-10-02
Record atoms from InternAtom and GetAtomName requests
Alan Coopersmith
5
-28
/
+157
2012-10-02
Convert ValueRec structures from unsigned long to uint32_t values
Alan Coopersmith
4
-19
/
+19
2012-10-02
Handle big-requests when calculating request contents from length field
Alan Coopersmith
3
-35
/
+49
2012-10-02
ILong: shift each byte individually, then OR them together
Alan Coopersmith
1
-2
/
+2
2012-10-02
Move ILong, IShort, etal to inline functions in x11.h
Alan Coopersmith
3
-65
/
+58
2012-10-02
Convert ILong, IShort, etal to return C99 uint*_t types
Alan Coopersmith
2
-8
/
+10
2012-10-02
Convert remaining bcopy() calls to memcpy()
Alan Coopersmith
3
-5
/
+5
2012-10-02
Add _X_NORETURN to additional functions suggested by gcc warnings
Alan Coopersmith
2
-4
/
+4
2012-10-02
Convert remaining sprintf calls to snprintf
Alan Coopersmith
4
-9
/
+11
2012-10-02
SaveBytes: drop unnecessary casts in bcopy() call
Alan Coopersmith
1
-3
/
+3
2012-10-02
Move debug statement before panic() call, so it can actually run
Alan Coopersmith
1
-1
/
+1
2012-07-21
Define *HEADER constants as string pointers, not arrays
Alan Coopersmith
2
-5
/
+5
2012-07-21
Combine usage message into single string for fprintf
Alan Coopersmith
1
-12
/
+13
2012-07-21
Use local variable for ioctl argument instead of a static
Alan Coopersmith
1
-2
/
+1
2012-07-21
Convert to X.Org standard indentation & cleanup whitespace
Alan Coopersmith
43
-12263
/
+11748
2012-07-21
Convert Keith's personal license notice to X.Org standard MIT license notice
Alan Coopersmith
9
-157
/
+103
2012-07-20
Convert sources from ISO 8859-1 to UTF-8
Alan Coopersmith
11
-14
/
+14
2012-07-08
Retry _X11TransConnect on TRANS_TRY_CONNECT_AGAIN
Jeff Smith
1
-4
/
+7
2012-07-08
Bug 46696 - Try alternate protocol on X11 connection failure.
Peter Jeremy
1
-13
/
+23
2012-07-08
Bug 46691 - xscope-1.3.1 deadlocks if client or server would block
Peter Jeremy
1
-1
/
+1
2012-07-08
Use __XFDS_BITS macros from Xpoll.h instead of direct __fds_bits access
Alan Coopersmith
1
-2
/
+7
2012-07-08
Bug 46689 - xscope fd_set debug output is undefined
Peter Jeremy
1
-4
/
+3
2012-07-08
Bug 46664 - xscope prints only half the characters in 16-bit strings
Peter Jeremy
1
-2
/
+2
2012-03-11
Add link to original xscope paper in README
Alan Coopersmith
1
-0
/
+4
2012-03-04
Include <arpa/inet.h> for inet_addr in !USE_XTRANS case
Jeremy Huddleston
1
-0
/
+3
2012-02-21
xscope 1.3.1
xscope-1.3.1
Alan Coopersmith
1
-1
/
+1
2012-01-15
Check the right return value for malloc failure
Alan Coopersmith
1
-1
/
+1
2012-01-15
Mark panic() as _X_NORETURN
Alan Coopersmith
2
-3
/
+6
[next]