summaryrefslogtreecommitdiffhomepage
path: root/pkg/syserr
AgeCommit message (Expand)Author
2020-07-15Merge release-20200622.1-163-g857d03f25 (automated)gVisor bot
2020-07-15Add support for SO_ERROR to packet sockets.Bhasker Hariharan
2020-05-27Merge release-20200518.0-45-g0bc022b7 (automated)gVisor bot
2020-02-06Merge release-20200127.0-85-g1b6a12a (automated)gVisor bot
2020-02-04Merge release-20200127.0-65-g95ce8bb (automated)gVisor bot
2020-01-27Standardize on tools directory.Adin Scannell
2019-07-12Merge 69e0affa (automated)gVisor bot
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-06-13Merge add40fd6 (automated)gVisor bot
2019-06-13Update canonical repository.Adin Scannell
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-02-20Implement Broadcast supportAmanda Tait
2019-01-31Remove license commentsMichael Pratt
2019-01-03Allow creating syserr.Errors at runtime.Ian Gudger
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-08-14Reduce map lookups in syserrIan Gudger
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-05-22Clarify that syserr.New must only be called during initIan Gudger
2018-05-17Fix sendto for dual stack UDP socketsIan Gudger
2018-04-28Check in gVisor.Googler