aboutsummaryrefslogtreecommitdiff
path: root/src/net/rpc/server.go
AgeCommit message (Expand)Author
2021-09-18net/rpc: remove warnings on incompatible methods at registrationEli Bendersky
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2018-07-24net/rpc: clarify requirements for connections and codecsDmitry Vyukov
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
2016-10-27net/rpc: fix method requirement docsRuss Cox
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-03-02all: single space after period.Brad Fitzpatrick
2015-09-03net/rpc: don't exit if Accept gets an errorRob Pike
2015-04-08net/rpc: document that the type must be exported, not just the methodsRob 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