summaryrefslogtreecommitdiff
path: root/shared-bindings/socketpool/Socket.h
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-02-05Make timeout core types consistentLucian Copeland
2021-02-01Fix hash, close, error bugsLucian Copeland
2021-01-25Separate Socket and SSLSocket, add LWIP connectLucian Copeland
2021-01-13Complete non-blocking implementations, add socket close checkingLucian Copeland
2020-12-20Implement server APILucian Copeland
2020-11-17Implement recvfrom_into and sendto for UDPLucian Copeland
2020-10-28Initial UDP work. Need to testScott Shawcroft
2020-08-25Add hash to Socket so it can be used in dictsScott Shawcroft
2020-08-19Add basic error handlingScott Shawcroft
2020-08-19Turn on json and enable socket.closeScott Shawcroft
2020-08-19HTTP works with my adafruit_requestsScott Shawcroft
2020-08-19SocketPool stubbed outScott Shawcroft