aboutsummaryrefslogtreecommitdiff
path: root/internal/jsonrpc2_v2
AgeCommit message (Expand)Author
2023-01-17internal/jsonrpc2_v2: fix typoskouler
2022-11-09internal/jsonrpc2_v2: eliminate a potential Accept/Dial race in TestIdleTimeoutBryan C. Mills
2022-11-09internal/jsonrpc2_v2: fix a potential deadlock when (*Conn).Close is invoked ...Bryan C. Mills
2022-11-02internal/jsonrpc2_v2: initiate shutdown when the Writer breaksBryan C. Mills
2022-11-01Revert "internal/jsonrpc2_v2: initiate shutdown when the Writer breaks"Bryan C. Mills
2022-10-31internal/jsonrpc2_v2: initiate shutdown when the Writer breaksBryan C. Mills
2022-10-31internal/jsonrpc2_v2: rename Serve to NewServer and eliminate its error returnBryan C. Mills
2022-10-31internal/jsonrpc2_v2: eliminate error return from BindBryan C. Mills
2022-10-31internal/jsonrpc2_v2: eliminate isClosingErrBryan C. Mills
2022-10-31internal/jsonrpc2_v2: eliminate a temporary connection leak in (*Server).runBryan C. Mills
2022-10-31internal/jsonrpc2_v2: rework Connection concurrencyBryan C. Mills
2022-10-18internal/jsonrpc2_v2: add Func convenience wrappers for the Binder and Preemp...Bryan C. Mills
2022-10-17internal/jsonrpc2_v2: eliminate most arbitrary timeouts in testsBryan C. Mills
2022-10-17internal/jsonrpc2_v2: rework concurrency in idleListenerBryan C. Mills
2022-10-17internal/jsonrpc2_v2: remove “Box” suffix from channel field namesBryan C. Mills
2022-10-17internal/jsonrpc2_v2: error out in-flight client calls when the reader breaksBryan C. Mills
2022-10-17internal/jsonrpc2_v2: close the underlying connection if Wait is called inste...Bryan C. Mills
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-04-20internal/jsonrpc2*: remove usage of golang.org/x/xerrorsRobert Findley
2022-04-04all: fix spellingDan Kortschak
2022-03-24tools: fix some typoscuishuang
2022-03-01internal/jsonrpc2_v2: fix a racy map assignment in readIncomingBryan C. Mills
2022-03-01internal/jsonrpc2_v2: clarify documentationBryan C. Mills
2021-06-25internal/lsp/lsprpc: update binder tests to handle forwardingRob Findley
2021-06-25internal/jsonrpc2_v2: initialize async before bindingRob Findley
2021-06-02internal/jsonrpc2_v2: make TestIdleTimeout pass on Plan 9Fazlul Shahriar
2021-05-19internal/lsp/lsprpc: partial integration of the jsonrpc_v2 libraryRob Findley
2021-05-18internal/jsonrpc2_v2: consider ErrClosedPipe as a closing errorRob Findley
2021-03-30internal/jsonrpc2_v2: move the idle timeout handling out of the serverIan Cottrell
2021-03-24internal/jsonrpc2_v2: an updated jsonrpc2 libraryIan Cottrell