| Age | Commit message (Expand) | Author |
| 2021-03-22 | swap recvfrom_into() port byte-order | anecdata |
| 2021-03-15 | run code formatting script | microDev |
| 2021-02-08 | Merge pull request #4139 from hierophect/socket-accept-conn | Dan Halbert |
| 2021-02-08 | Merge pull request #4136 from hierophect/socket-portmax | Dan Halbert |
| 2021-02-07 | ESP32S2: Socket.recv_into only took len-1 bytes | Neradoc |
| 2021-02-05 | Connect accepted sockets | Lucian Copeland |
| 2021-02-05 | Fix LWIP connect error report | Lucian Copeland |
| 2021-02-05 | Make timeout core types consistent | Lucian Copeland |
| 2021-02-01 | Fix hash, close, error bugs | Lucian Copeland |
| 2021-01-26 | Fix stubs error, out of sockets error, invalid TLS leak | Lucian Copeland |
| 2021-01-25 | Separate Socket and SSLSocket, add LWIP connect | Lucian Copeland |
| 2021-01-14 | Merge remote-tracking branch 'upstream/main' into esp-tcpserver | Lucian Copeland |
| 2021-01-13 | Complete non-blocking implementations, add socket close checking | Lucian Copeland |
| 2021-01-12 | WIP of non-blocking calls | Lucian Copeland |
| 2021-01-08 | Fix socket.recvfrom_into() | Caio Henrique de Queiroz Katayama |
| 2020-12-21 | Fix stubs, recv_into error | Lucian Copeland |
| 2020-12-20 | Implement server API | Lucian Copeland |
| 2020-11-30 | Two minor socket changes | Scott Shawcroft |
| 2020-11-25 | Merge pull request #3708 from hierophect/esp32s2-udp | Jeff Epler |
| 2020-11-24 | Exit faster on recv when TLS connection closed | Scott Shawcroft |
| 2020-11-24 | Add closed socket identification | Lucian Copeland |
| 2020-11-17 | Implement recvfrom_into and sendto for UDP | Lucian Copeland |
| 2020-11-10 | Merge remote-tracking branch 'upstream/main' into esp32s2-udp | Lucian Copeland |
| 2020-11-02 | reduce connection footprint and fix recv | Scott Shawcroft |
| 2020-10-28 | Initial UDP work. Need to test | Scott Shawcroft |
| 2020-10-06 | Remove logging from shared-bindings, fix translations, revert config target m... | Lucian Copeland |
| 2020-09-30 | Change submodule, rework all includes | Lucian Copeland |
| 2020-09-03 | Changes based on Dan's feedback | Scott Shawcroft |
| 2020-08-25 | Add hash to Socket so it can be used in dicts | Scott Shawcroft |
| 2020-08-21 | Add missing include | Scott Shawcroft |
| 2020-08-21 | Make socket reads interruptable | Scott Shawcroft |
| 2020-08-19 | Add error handling w/temp debug logs | Scott Shawcroft |
| 2020-08-19 | Add basic error handling | Scott Shawcroft |
| 2020-08-19 | Remove debug prints | Scott Shawcroft |
| 2020-08-19 | SSL works until it runs out of memory | Scott Shawcroft |
| 2020-08-19 | HTTP works with my adafruit_requests | Scott Shawcroft |
| 2020-08-19 | SocketPool stubbed out | Scott Shawcroft |