summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/socketpool/Socket.c
AgeCommit message (Expand)Author
2021-03-22swap recvfrom_into() port byte-orderanecdata
2021-03-15run code formatting scriptmicroDev
2021-02-08Merge pull request #4139 from hierophect/socket-accept-connDan Halbert
2021-02-08Merge pull request #4136 from hierophect/socket-portmaxDan Halbert
2021-02-07ESP32S2: Socket.recv_into only took len-1 bytesNeradoc
2021-02-05Connect accepted socketsLucian Copeland
2021-02-05Fix LWIP connect error reportLucian Copeland
2021-02-05Make timeout core types consistentLucian Copeland
2021-02-01Fix hash, close, error bugsLucian Copeland
2021-01-26Fix stubs error, out of sockets error, invalid TLS leakLucian Copeland
2021-01-25Separate Socket and SSLSocket, add LWIP connectLucian Copeland
2021-01-14Merge remote-tracking branch 'upstream/main' into esp-tcpserverLucian Copeland
2021-01-13Complete non-blocking implementations, add socket close checkingLucian Copeland
2021-01-12WIP of non-blocking callsLucian Copeland
2021-01-08Fix socket.recvfrom_into()Caio Henrique de Queiroz Katayama
2020-12-21Fix stubs, recv_into errorLucian Copeland
2020-12-20Implement server APILucian Copeland
2020-11-30Two minor socket changesScott Shawcroft
2020-11-25Merge pull request #3708 from hierophect/esp32s2-udpJeff Epler
2020-11-24Exit faster on recv when TLS connection closedScott Shawcroft
2020-11-24Add closed socket identificationLucian 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-02reduce connection footprint and fix recvScott Shawcroft
2020-10-28Initial UDP work. Need to testScott 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-21Add missing includeScott Shawcroft
2020-08-21Make socket reads interruptableScott 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-19SSL works until it runs out of memoryScott Shawcroft
2020-08-19HTTP works with my adafruit_requestsScott Shawcroft
2020-08-19SocketPool stubbed outScott Shawcroft