aboutsummaryrefslogtreecommitdiff
path: root/src/net/rpc
AgeCommit message (Expand)Author
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-02net/http: remove duplicate declaration of errorDai Jie
2020-06-18net/rpc: clarify documention of Call.Done fieldIan Lance Taylor
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-02-26net/rpc: fix args order in strings.Contains callIskander Sharipov
2018-07-24net/rpc: clarify requirements for connections and codecsDmitry Vyukov
2018-04-06net/rpc: unlock client.mutex as early as possiblechanxuehong
2018-01-15net/rpc: improve error report messagesKunpei Sakai
2017-11-29net/rpc: wait for responses to be written before closing CodecRuss Cox
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-04-28net/rpc: use a sync.Map for serviceMap instead of RWMutexBryan C. Mills
2017-03-23net/rpc: Create empty maps and slices as return typeMichael Fraenkel
2017-02-09net/rpc: fix aliasing in TestAcceptExitAfterListenerCloseBryan C. Mills
2017-02-03net/rpc/jsonrpc: Update package doc with info about JSON-RPC 2.0Peter Nguyen
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-10-27net/rpc: fix method requirement docsRuss Cox
2016-10-26net/rpc: enable TestGobError on Plan 9David du Colombier
2016-10-26all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike
2016-10-16net/rpc: add missing import to rpc server documentationAlex Carol
2016-09-25net/rpc: Add documentation for client.CloseSam Whited
2016-03-18net/rpc: don't assume b.N > 0Marcel van Lohuizen
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-11-13net/rpc: verify that embedding works with changed semanticsMarcel van Lohuizen
2015-09-03net/rpc: don't exit if Accept gets an errorRob Pike
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-04-08net/rpc: document that the type must be exported, not just the methodsRob Pike
2014-10-13net/rpc: fix mutex commentRob Pike
2014-10-09net/rpc: fix buildDavid du Colombier
2014-10-09net/rpc: skip TestGobError on Plan 9David du Colombier
2014-10-07net/rpc: listen on localhost, let kernel pick portRuss Cox
2014-10-07net/rpc: add test for issue 7689 (gob error should cause EOF)Rob Pike
2014-10-01net/rpc: shut down connection if gob has errorRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox