summaryrefslogtreecommitdiff
path: root/src/pkg/rpc
AgeCommit message (Collapse)AuthorFilesLines
2009-07-14add HTTP supportRob Pike3-41/+122
R=rsc DELTA=159 (110 added, 29 deleted, 20 changed) OCL=31646 CL=31652
2009-07-14improve rpc code. more robust. more tests.Rob Pike3-44/+157
R=rsc DELTA=186 (133 added, 20 deleted, 33 changed) OCL=31611 CL=31616
2009-07-13rpc.Rob Pike4-46/+152
client library. muxes on both ends. R=rsc DELTA=178 (132 added, 26 deleted, 20 changed) OCL=31541 CL=31556
2009-07-13the beginnings of an rpc service.Rob Pike4-0/+410
server side only; no client help yet (but it's easy). no http yet. service is synchronous. all this will improve. R=rsc DELTA=403 (403 added, 0 deleted, 0 changed) OCL=31522 CL=31536