Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-14 | add HTTP support | Rob Pike | 3 | -41/+122 | |
R=rsc DELTA=159 (110 added, 29 deleted, 20 changed) OCL=31646 CL=31652 | |||||
2009-07-14 | improve rpc code. more robust. more tests. | Rob Pike | 3 | -44/+157 | |
R=rsc DELTA=186 (133 added, 20 deleted, 33 changed) OCL=31611 CL=31616 | |||||
2009-07-13 | rpc. | Rob Pike | 4 | -46/+152 | |
client library. muxes on both ends. R=rsc DELTA=178 (132 added, 26 deleted, 20 changed) OCL=31541 CL=31556 | |||||
2009-07-13 | the beginnings of an rpc service. | Rob Pike | 4 | -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 |