index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
net_hosted
Age
Commit message (
Expand
)
Author
2024-06-08
extmod/modlwip: Make socket.connect raise ETIMEDOUT on non-zero timeout.
Damien George
2024-05-27
tests/net_hosted/ssl_verify_callback.py: Make exp match actual output.
Damien George
2024-02-07
extmod/modtls_mbedtls: Implement cert verification callback for mbedtls.
Felix Dörre
2023-12-12
tests: Update SSL network tests to use SSLContext, and work on CPython.
Damien George
2023-12-12
extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.
Damien George
2023-11-17
tests/net_hosted/asyncio_loopback.py: Add loopback test.
Peter Züger
2023-10-02
extmod/asyncio/stream.py: Fix cancellation handling of start_server.
Jim Mussared
2023-06-19
tests: Rename uasyncio to asyncio.
Jim Mussared
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2021-06-26
extmod/uasyncio: Get addr and bind server socket before creating task.
Damien George
2021-04-23
tests: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-02-17
extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.
Thorsten von Eicken
2021-02-15
esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.
Thorsten von Eicken
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2019-10-31
extmod/modlwip: Unconditionally return POLLHUP when polling new socket.
Damien George
2017-11-23
tests/net_hosted: Add test for socket connect() and poll() behaviour.
Damien George
2017-08-16
extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.
Eric Poulsen
2017-06-23
tests/connect_nonblock: Refactor towards real net_hosted test.
Paul Sokolovsky
2017-06-23
tests/net_inet: Move tests which don't require full Internet to net_hosted.
Paul Sokolovsky