summaryrefslogtreecommitdiff
path: root/link.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Link: Make Close() flush buffers before closing + added ForceClose()Yorhel1-11/+24
2012-04-13Link: Use my asyncwr package to write to the networkYorhel1-69/+17
2012-04-01link: Fixed various simple bugsYorhel1-9/+9
2012-04-01link: Handle replies/closes for remote return pathsYorhel1-2/+19
2012-04-01link: Handle replies/closes for local return pathsYorhel1-6/+36
2012-04-01link: Allow synchronising remote pattern list with localYorhel1-13/+49
2012-04-01link: Allow synchronising local pattern list with remoteYorhel1-2/+65
2012-04-01Added link msg parsing/formatting, buffered writing, handshake handlingYorhel1-51/+93
2012-03-31Started on a link implementationYorhel1-0/+136