summaryrefslogtreecommitdiff
path: root/shared-bindings/socketpool/Socket.c
AgeCommit message (Collapse)Author
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-11Fix bug with socket.recv_into size == 0.Scott Shawcroft
It returned 0 when it should have filled the buffer. Python reference: https://docs.python.org/3/library/socket.html#socket.socket.recv_into
2020-08-25Add hash to Socket so it can be used in dictsScott Shawcroft
2020-08-19Add error handling w/temp debug logsScott 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