summaryrefslogtreecommitdiff
path: root/src/net/hook_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* 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
* net: add AIX operating systemClément Chigot2018-10-101-1/+1
* net: add js/wasm architectureRichard Musiol2018-06-041-1/+1
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-6/+4
* net: prevent cancelation goroutine from adjusting fd timeout after connectBrad Fitzpatrick2016-08-021-1/+2
* net: fix the build even harderBrad Fitzpatrick2015-12-171-5/+1
* net: fix buildBrad Fitzpatrick2015-12-171-1/+5
* net: add Listen system call hook for testingMikio Hara2015-04-151-0/+1
* net: deflake TestDialTimeoutMikio Hara2015-04-021-0/+2
* net: add socket system call hooks for testingMikio Hara2015-03-311-0/+18