summaryrefslogtreecommitdiff
path: root/xgob.go
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Update for Go 1HEADmasterPeter Harris1-12/+12
2011-08-11gofix for current releasePeter Harris1-6/+6
2011-03-02Fix reading of errors from the serverPeter Harris1-1/+1
2011-02-15Add Auth supportPeter Harris1-7/+179
2011-02-06Cleanup: Automatic reformatPeter Harris1-125/+125
2011-01-11Fix typo in TCP selectionPeter Harris1-1/+1
2011-01-07Add (and use) callback-based reply decodersPeter Harris1-0/+29
2011-01-02xlsclients now worksPeter Harris1-15/+161
2010-12-28Stop using defer when it isn't neededPeter Harris1-5/+5
2010-12-28Allow nil error channel in WriteNoreplyRequestPeter Harris1-9/+20
2010-12-28Pass channel into WriteNoreplyRequestPeter Harris1-15/+23
2010-12-28Take write lock in Flush()Peter Harris1-0/+3
2010-12-28Buffer outputPeter Harris1-3/+9
2010-12-24Remove extra channel sendPeter Harris1-2/+5
2010-12-24Automatically insert Sync requests where neededPeter Harris1-2/+23
2010-12-24Fix connecting to Unix socketsPeter Harris1-1/+1
2010-12-24Try harder to avoid deadlocksPeter Harris1-6/+14
2010-12-22Basic functionality completePeter Harris1-17/+169
2010-12-22Read entire connection blockPeter Harris1-13/+44
2010-12-21Initial commitPeter Harris1-0/+199