summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Update for Go 1HEADmasterPeter Harris10-69/+41
2011-08-11gofix for current releasePeter Harris3-13/+13
2011-03-02Fix reading of errors from the serverPeter Harris1-1/+1
2011-02-15Add Auth supportPeter Harris2-7/+180
2011-02-15Add Get* Xau implementationPeter Harris1-0/+200
2011-02-06Cleanup: Automatic reformatPeter Harris7-202/+206
2011-02-03Update for latest go release: nonblocking channel readPeter Harris1-2/+5
2011-01-21Add license filePeter Harris1-0/+31
2011-01-12Quote command (like the C xlsclients)Peter Harris1-3/+75
2011-01-11Change xmu.go/ClientWindow to more closely match the C versionPeter Harris1-4/+3
2011-01-11Fix typo in TCP selectionPeter Harris1-1/+1
2011-01-07xgob/xproto depends on xgobPeter Harris1-0/+1
2011-01-07Add (and use) callback-based reply decodersPeter Harris2-12/+35
2011-01-07Trim one round-trip out of xmu.ClientWindowPeter Harris1-14/+16
2011-01-07Compile sub-packages into the correct locationPeter Harris4-8/+9
2011-01-02xlsclients now worksPeter Harris6-22/+431
2011-01-02Thinking out-loud about what xproto might look likePeter Harris5-1/+299
2010-12-28Stop using defer when it isn't neededPeter Harris1-5/+5
2010-12-28Allow nil error channel in WriteNoreplyRequestPeter Harris2-20/+21
2010-12-28Pass channel into WriteNoreplyRequestPeter Harris2-16/+34
2010-12-28Take write lock in Flush()Peter Harris1-0/+3
2010-12-28Buffer outputPeter Harris1-3/+9
2010-12-24Add simple noop test appPeter Harris3-3/+45
2010-12-24Remove extra channel sendPeter Harris1-2/+5
2010-12-24Automatically insert Sync requests where neededPeter Harris2-4/+25
2010-12-24Fix connecting to Unix socketsPeter Harris1-1/+1
2010-12-24Try harder to avoid deadlocksPeter Harris1-6/+14
2010-12-24Add simple MakefilePeter Harris2-1/+17
2010-12-22Basic functionality completePeter Harris2-18/+236
2010-12-22Read entire connection blockPeter Harris1-13/+44
2010-12-21Initial commitPeter Harris3-0/+213