summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterAdd const attributes to clear gcc -Wwrite-strings warningsAlan Coopersmith8 months
 
 
AgeCommit messageAuthorFilesLines
2011-09-24Add const attributes to clear gcc -Wwrite-strings warningsHEADmasterAlan Coopersmith5-15/+15
2011-09-24Store ClientNumber as int instead of converting back & forth to longAlan Coopersmith2-2/+2
2011-03-07File descriptors should be stored in ints not shortsAlan Coopersmith3-7/+7
2011-03-07Remove StaticMaxFD now that all uses now allocate dynamicallyAlan Coopersmith2-8/+0
2011-03-07Make FDinfo dynamically allocatedAlan Coopersmith3-2/+6
2011-03-07Allocate buffers dynamically as needed instead of as part of fdinfo structAlan Coopersmith2-1/+17
2011-03-06Make ReplyQ dynamically allocatedAlan Coopersmith1-8/+5
2011-03-06Make CS dynamically allocatedAlan Coopersmith3-2/+5
2011-03-06Ensure ScopeHost global is initialized when built with USE_XTRANSAlan Coopersmith1-8/+7
2011-03-06Use strdup instead of malloc(strlen+1); strcpy();Alan Coopersmith1-2/+1
[...]
 
Clone
git://people.freedesktop.org/~alanc/xscope
ssh://people.freedesktop.org/~alanc/xscope