summaryrefslogtreecommitdiff
path: root/src/net/rpc/server.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-9/+10
* net/rpc: reduce the execution of reflect and decodefangguizhen2022-03-181-4/+4
* all: untab /* */ doc commentsRuss Cox2022-03-151-91/+91
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-10/+10
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-261-4/+4
* net/rpc: remove warnings on incompatible methods at registrationEli Bendersky2021-09-181-10/+14
* reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai2021-02-251-1/+1
* all: clean up code with token.IsExportedDaniel Martí2019-04-161-10/+3
* net/rpc: clarify requirements for connections and codecsDmitry Vyukov2018-07-241-1/+4
* net/rpc: improve error report messagesKunpei Sakai2018-01-151-6/+6
* net/rpc: wait for responses to be written before closing CodecRuss Cox2017-11-291-3/+11
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* net/rpc: use a sync.Map for serviceMap instead of RWMutexBryan C. Mills2017-04-281-18/+11
* net/rpc: Create empty maps and slices as return typeMichael Fraenkel2017-03-231-0/+7
* net/rpc: fix method requirement docsRuss Cox2016-10-271-1/+1
* 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
* all: single space after period.Brad Fitzpatrick2016-03-021-8/+8
* net/rpc: don't exit if Accept gets an errorRob Pike2015-09-031-3/+5
* net/rpc: document that the type must be exported, not just the methodsRob Pike2015-04-081-1/+2
* 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-081-0/+686