index
:
~alanc/xscope
master
xorg/app/xscope cleanup and optimizations
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Add const attributes to clear gcc -Wwrite-strings warnings
Alan Coopersmith
8 months
Age
Commit message
Author
Files
Lines
2011-09-24
Add const attributes to clear gcc -Wwrite-strings warnings
HEAD
master
Alan Coopersmith
5
-15/+15
2011-09-24
Store ClientNumber as int instead of converting back & forth to long
Alan Coopersmith
2
-2/+2
2011-03-07
File descriptors should be stored in ints not shorts
Alan Coopersmith
3
-7/+7
2011-03-07
Remove StaticMaxFD now that all uses now allocate dynamically
Alan Coopersmith
2
-8/+0
2011-03-07
Make FDinfo dynamically allocated
Alan Coopersmith
3
-2/+6
2011-03-07
Allocate buffers dynamically as needed instead of as part of fdinfo struct
Alan Coopersmith
2
-1/+17
2011-03-06
Make ReplyQ dynamically allocated
Alan Coopersmith
1
-8/+5
2011-03-06
Make CS dynamically allocated
Alan Coopersmith
3
-2/+5
2011-03-06
Ensure ScopeHost global is initialized when built with USE_XTRANS
Alan Coopersmith
1
-8/+7
2011-03-06
Use strdup instead of malloc(strlen+1); strcpy();
Alan Coopersmith
1
-2/+1
[...]
Clone
git://people.freedesktop.org/~alanc/xscope
ssh://people.freedesktop.org/~alanc/xscope