summaryrefslogtreecommitdiff
path: root/src/syscall/net_js.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+1
* syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder2021-11-031-16/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder2021-08-161-0/+8
* net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder2021-08-161-0/+8
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* syscall, internal/poll: fix build on js/wasmBrad Fitzpatrick2018-06-221-0/+7
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+121