index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
socketpool
/
SocketPool.c
Age
Commit message (
Collapse
)
Author
2021-03-15
run code formatting script
microDev
2021-01-25
Separate Socket and SSLSocket, add LWIP connect
Lucian Copeland
2021-01-13
Update shared-bindings/socketpool/SocketPool.c
anecdata
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2021-01-12
change IPPROTO_* comments to match usage in current shared-bindings and ↵
anecdata
common-hal code
2020-11-02
Removing implementation-specific values for socket/socketpool class attributes
sw23
2020-10-30
Adding socket and socketpool class attributes
sw23
2020-10-30
Fixing remaining stub mypy issues + run check-stubs to CI
sw23
2020-10-29
Fixing make stub warnings and mypy issuesmak
sw23
2020-10-06
Remove logging from shared-bindings, fix translations, revert config target ↵
Lucian Copeland
macro
2020-09-30
Change submodule, rework all includes
Lucian Copeland
2020-09-03
Changes based on Dan's feedback
Scott Shawcroft
2020-08-25
Fix SocketPool radio check
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
HTTP works with my adafruit_requests
Scott Shawcroft
2020-08-19
SocketPool stubbed out
Scott Shawcroft