summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/socketpool/Socket.h
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
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-10-06Remove logging from shared-bindings, fix translations, revert config target m...Lucian Copeland
2020-09-30Change submodule, rework all includesLucian Copeland
2020-08-19Add basic error handlingScott Shawcroft
2020-08-19SSL works until it runs out of memoryScott Shawcroft
2020-08-19HTTP works with my adafruit_requestsScott Shawcroft
2020-08-19SocketPool stubbed outScott Shawcroft