index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
unix
/
modusocket.c
Age
Commit message (
Expand
)
Author
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-27
unix: Implement PEP 475 to retry syscalls failing with EINTR.
David Lechner
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-01-26
unix: Release GIL during all system calls.
David Lechner
2019-05-28
unix/modusocket: Raise ETIMEDOUT when connect or accept has timeout.
Damien George
2019-05-17
various: Update early copyright years to match actual edit history.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-05-08
unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.
Elad Namdar
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2018-10-17
unix/modusocket: Finish socket.settimeout() implementation.
Paul Sokolovsky
2018-10-17
unix/modusocket: Initial implementation of socket.settimeout().
Danielle Madeley
2018-07-20
unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects.
Damien George
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2017-10-24
unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.
Paul Sokolovsky
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky