summaryrefslogtreecommitdiff
path: root/net/DelaySocket.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-14/+14
2020-04-10Poll - cleanup method naming, and fix merge issues.Michael Meeks1-2/+2
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks1-7/+7
2019-01-17net: make members private in DelaySocketMiklos Vajna1-12/+16
2018-07-11Use Util::symbolicErrno()Tor Lillqvist1-3/+3
2017-12-20loplugin:includeformPranav Kant1-2/+2
2017-05-05SocketDisposition: push it down the stack, and cleanup around that.Michael Meeks1-4/+3
2017-04-24DelaySocket: kill warning.Michael Meeks1-1/+1
2017-04-22DelaySocket: hide logging.Michael Meeks1-14/+17
2017-04-22DelaySocket: working, and much cleaner / simpler.Michael Meeks1-64/+77
2017-04-22DelaySocket - simplified but working.Michael Meeks1-71/+52
2017-04-22Initial DelaySocket goodness.Michael Meeks1-0/+264