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