summaryrefslogtreecommitdiff
path: root/src/net/internal
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-292-2/+2
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-287-7/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-207-0/+7
* internal/poll, net, syscall: use accept4 on illumosTobias Klauser2020-10-161-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-092-2/+2
* net: add AIX operating systemClément Chigot2018-10-102-2/+2
* net: add js/wasm architectureRichard Musiol2018-06-044-4/+4
* net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept...Tobias Klauser2018-02-261-1/+1
* net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomic...Tobias Klauser2018-02-151-1/+1
* net: use WSASocket instead of socket callAlex Brainman2017-11-071-1/+36
* all: remove unnecessary ", _" from map readsDaniel Martí2017-04-182-7/+7
* net, internal/poll, net/internal/socktest: use accept4 and SOCK_{CLOEXEC,NONB...Mikio Hara2017-04-181-1/+1
* net/internal/socktest: add missing support for AcceptExMikio Hara2016-02-212-1/+31
* net/internal/socktest: simplify log message formatMikio Hara2015-12-221-2/+2
* all: fix misprints in commentsAinar Garipov2015-06-111-2/+2
* net/internal/socktest: fix data raceMikio Hara2015-05-136-9/+29
* net/internal/socktest: add hook for Listen, failed system call countersMikio Hara2015-04-156-25/+176
* net/internal/socktest: new packageMikio Hara2015-03-2510-0/+623