summaryrefslogtreecommitdiff
path: root/src/net/rpc
Commit message (Expand)AuthorAgeFilesLines
* net/rpc: use a sync.Map for serviceMap instead of RWMutexBryan C. Mills2017-04-282-31/+21
* net/rpc: Create empty maps and slices as return typeMichael Fraenkel2017-03-233-0/+128
* net/rpc: fix aliasing in TestAcceptExitAfterListenerCloseBryan C. Mills2017-02-091-2/+2
* net/rpc/jsonrpc: Update package doc with info about JSON-RPC 2.0Peter Nguyen2017-02-031-1/+2
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-1/+2
* net/rpc: fix method requirement docsRuss Cox2016-10-271-1/+1
* net/rpc: enable TestGobError on Plan 9David du Colombier2016-10-261-4/+0
* all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike2016-10-261-0/+2
* net/rpc: add missing import to rpc server documentationAlex Carol2016-10-161-0/+2
* net/rpc: Add documentation for client.CloseSam Whited2016-09-251-0/+2
* net/rpc: don't assume b.N > 0Marcel van Lohuizen2016-03-181-0/+3
* all: single space after period.Brad Fitzpatrick2016-03-023-15/+15
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-2/+2
* net/rpc: verify that embedding works with changed semanticsMarcel van Lohuizen2015-11-131-0/+24
* net/rpc: don't exit if Accept gets an errorRob Pike2015-09-032-3/+18
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* net/rpc: document that the type must be exported, not just the methodsRob Pike2015-04-081-1/+2
* net/rpc: fix mutex commentRob Pike2014-10-131-6/+6
* net/rpc: fix buildDavid du Colombier2014-10-091-0/+1
* net/rpc: skip TestGobError on Plan 9David du Colombier2014-10-091-0/+3
* net/rpc: listen on localhost, let kernel pick portRuss Cox2014-10-071-2/+2
* net/rpc: add test for issue 7689 (gob error should cause EOF)Rob Pike2014-10-071-0/+51
* net/rpc: shut down connection if gob has errorRob Pike2014-10-011-1/+24
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+2368