index
:
~alanc/xscope
master
xorg/app/xscope cleanup and optimizations
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-06
Update RANDR support from 0.x to include 1.0 - 1.4
HEAD
master
Alan Coopersmith
6
-29
/
+2074
2012-09-06
Refactor error printing to use common functions
Alan Coopersmith
3
-146
/
+49
2012-09-06
Add experimental support for reading a previously recorded file
Alan Coopersmith
2
-4
/
+331
2012-09-06
Refactor fd closing into CloseFD helper function
Alan Coopersmith
3
-15
/
+21
2012-09-06
When Verbose == 0, don't print number of data items in unknown reply types
Alan Coopersmith
2
-0
/
+5
2012-09-06
Add -I command line flag to enter interactive mode at startup
Alan Coopersmith
2
-2
/
+12
2012-09-06
Add support for printing more types of property value
Alan Coopersmith
1
-2
/
+43
2012-09-06
Print UTF8_STRING properties as text if locale uses UTF-8 charset
Alan Coopersmith
4
-6
/
+42
2012-09-06
Create PrintPropertyValues function for property requests
Alan Coopersmith
3
-11
/
+26
2012-09-06
Record atoms from InternAtom and GetAtomName requests
Alan Coopersmith
5
-28
/
+157
2012-09-06
Convert ValueRec structures from unsigned long to uint32_t values
Alan Coopersmith
4
-19
/
+19
2012-09-06
Handle big-requests when calculating request contents from length field
Alan Coopersmith
3
-35
/
+49
2012-09-06
ILong: shift each byte individually, then OR them together
Alan Coopersmith
1
-2
/
+2
2012-09-06
Move ILong, IShort, etal to inline functions in x11.h
Alan Coopersmith
3
-65
/
+58
2012-09-06
Convert ILong, IShort, etal to return C99 uint*_t types
Alan Coopersmith
2
-8
/
+10
2012-09-06
Convert remaining bcopy() calls to memcpy()
Alan Coopersmith
3
-5
/
+5
2012-09-06
Add _X_NORETURN to additional functions suggested by gcc warnings
Alan Coopersmith
2
-4
/
+4
2012-09-06
Convert remaining sprintf calls to snprintf
Alan Coopersmith
4
-9
/
+11
2012-09-06
SaveBytes: drop unnecessary casts in bcopy() call
Alan Coopersmith
1
-3
/
+3
2012-07-21
Move debug statement before panic() call, so it can actually run
Alan Coopersmith
1
-1
/
+1
2012-07-21
Convert some for loops to use C99-style inline variable declarations
Alan Coopersmith
9
-69
/
+36
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
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
2011-12-04
Fix builds of scope.c with Solaris Studio compilers
Alan Coopersmith
1
-0
/
+5
2011-11-11
Remove extra definition of ScopeEnabled from x11.h
Alan Coopersmith
1
-2
/
+0
2011-09-30
Add const attributes to clear gcc -Wwrite-strings warnings
Alan Coopersmith
5
-15
/
+15
2011-09-30
Store ClientNumber as int instead of converting back & forth to long
Alan Coopersmith
2
-2
/
+2
2011-09-30
File descriptors should be stored in ints not shorts
Alan Coopersmith
3
-7
/
+7
2011-09-30
Remove StaticMaxFD now that all uses now allocate dynamically
Alan Coopersmith
2
-8
/
+0
2011-09-30
Make FDinfo dynamically allocated
Alan Coopersmith
3
-2
/
+6
2011-09-30
Allocate buffers dynamically as needed instead of as part of fdinfo struct
Alan Coopersmith
2
-1
/
+17
2011-09-30
Make ReplyQ dynamically allocated
Alan Coopersmith
1
-8
/
+5
2011-09-30
Make CS dynamically allocated
Alan Coopersmith
3
-2
/
+5
2011-09-30
Ensure ScopeHost global is initialized when built with USE_XTRANS
Alan Coopersmith
1
-8
/
+7
2011-09-30
Use strdup instead of malloc(strlen+1); strcpy();
Alan Coopersmith
1
-2
/
+1
[next]