4 Commits (7f67524031a04d972ba59a50e5e320adadbcb893)

Author SHA1 Message Date
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George fad3d08d2d extmod/moduwebsocket: Make close_resp static array const to not use RAM. 5 years ago
Yonatan Goldschmidt bc4f8b438b extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 6 years ago
Damien George e8398a5856 extmod: Update to use new mp_get_stream helper. 6 years ago
Damien George cf31d384f1 py/stream: Switch stream close operation from method to ioctl. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George aa7be82a4d all: Don't include system errno.h when it's not needed. 7 years ago
Ville Skyttä ca16c38210 various: Spelling fixes 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Paul Sokolovsky cbef0dba2e extmod/modwebsocket: Use mp_rom_map_elem_t and friends. 8 years ago
Paul Sokolovsky e0d49b7e1b extmod/modwebsocket: Make compatible with non-default object models. 8 years ago
Paul Sokolovsky a931c4eeec extmod/modwebsocket: Add readline method. 8 years ago
Paul Sokolovsky 03b0279c6d extmod/modwebsocket: Add readinto() method. 8 years ago
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
Paul Sokolovsky ccf4e5ab7b extmod/modwebsocket: Add close() method. 9 years ago
Paul Sokolovsky 7f7c84b10a py/stream: Support both "exact size" and "one underlying call" operations. 9 years ago
Paul Sokolovsky 480c212009 extmod/modwebsocket: Handle CLOSE control frame. 9 years ago
Paul Sokolovsky 59a4fee516 extmod/modwebsocket: Another case to propagate EOF. 9 years ago
Paul Sokolovsky f8fb4470a0 extmod/modwebsocket: write(): Support write size beyond 125 bytes. 9 years ago
Paul Sokolovsky b69f798c92 extmod/modwebsocket.h: Split websocket-related defines for reuse. 9 years ago
Paul Sokolovsky d6236e85c2 extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl. 9 years ago
Paul Sokolovsky 6837dba6b8 extmod/modwebsocket: Allow to get type of last read data using ioctl(). 9 years ago
Paul Sokolovsky f38e8f5217 extmod/modwebsocket: Record current fragment type (binary/text/etc.) 9 years ago
Paul Sokolovsky 5b1c221785 extmod/modwebsocket: Add option for blocking writes to non-blk sockets. 9 years ago
Paul Sokolovsky 397b705647 extmod/modwebsocket: Reset mask between packets. 9 years ago
Paul Sokolovsky 7e9182f3aa extmod/modwebsocket: Make sure to propagate EOF. 9 years ago
Paul Sokolovsky 05ba2433f6 extmod/modwebsocket: Properly check number of args to constructor. 9 years ago
Paul Sokolovsky 3dbd2ee926 extmod/modwebsocket: Implement read support. 9 years ago
Paul Sokolovsky 24342dd65e extmod/modwebsocket: Start module for WebSocket helper functions. 9 years ago