summaryrefslogtreecommitdiff
path: root/shared-bindings/socketpool
AgeCommit message (Expand)Author
2021-01-21Merge pull request #3980 from anecdata/reasons2Scott Shawcroft
2021-01-13Complete non-blocking implementations, add socket close checkingLucian Copeland
2021-01-13Update shared-bindings/socketpool/SocketPool.canecdata
2021-01-12WIP of non-blocking callsLucian Copeland
2021-01-12change IPPROTO_* comments to match usage in current shared-bindings and commo...anecdata
2020-12-21Fix stubs, recv_into errorLucian Copeland
2020-12-20Implement server APILucian Copeland
2020-11-24Fix stubsLucian Copeland
2020-11-17Implement recvfrom_into and sendto for UDPLucian Copeland
2020-11-10Merge remote-tracking branch 'upstream/main' into esp32s2-udpLucian Copeland
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-28Initial UDP work. Need to testScott Shawcroft
2020-10-16Merge branch 'main' into recv_into_size_check6.1.0-alpha.0Mark
2020-10-15Added max size check to recv_intogamblor21
2020-10-06Remove logging from shared-bindings, fix translations, revert config target m...Lucian Copeland
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-11Fix bug with socket.recv_into size == 0.Scott Shawcroft
2020-09-03Changes based on Dan's feedbackScott Shawcroft
2020-08-25Add hash to Socket so it can be used in dictsScott 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-19Remove debug printsScott Shawcroft
2020-08-19Turn on json and enable socket.closeScott 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
2020-08-19Ping work and start to add socketpoolScott Shawcroft