summaryrefslogtreecommitdiff
path: root/shared-bindings/socketpool/SocketPool.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-01-25Separate Socket and SSLSocket, add LWIP connectLucian Copeland
2021-01-13Update shared-bindings/socketpool/SocketPool.canecdata
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2021-01-12change IPPROTO_* comments to match usage in current shared-bindings and ↵anecdata
common-hal code
2020-11-02Removing implementation-specific values for socket/socketpool class attributessw23
2020-10-30Adding socket and socketpool class attributessw23
2020-10-30Fixing remaining stub mypy issues + run check-stubs to CIsw23
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-10-06Remove logging from shared-bindings, fix translations, revert config target ↵Lucian Copeland
macro
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-03Changes based on Dan's feedbackScott Shawcroft
2020-08-25Fix SocketPool radio checkScott Shawcroft
2020-08-19Add error handling w/temp debug logsScott Shawcroft
2020-08-19Add basic error handlingScott Shawcroft
2020-08-19HTTP works with my adafruit_requestsScott Shawcroft
2020-08-19SocketPool stubbed outScott Shawcroft