aboutsummaryrefslogtreecommitdiff
path: root/lib/net/poll_linux.go
AgeCommit message (Expand)Author
2025-01-23all: use for-range with numericShulhan
2025-01-23lib/net: remove old build tagsShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2023-07-01lib/net: changes the WaitRead/Event model on PollShulhan
2023-07-01lib/net: implement generic PollEventShulhan
2023-06-29lib/net: set the file descriptor to non-block on ReregisterReadShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2020-06-10all: update email addressShulhan
2019-12-07net: check and log error on poll's UnregisterReadShulhan
2019-11-14net: handle interrupted system call on epoll WaitShulhan
2019-11-04net: fix the implementation of epollShulhan
2019-11-01net: implement network polling using epoll and kqueueShulhan