15 Commits (9b43a7d1be2cf79b85d36f7f51dd9edd8d39fdda)

Author SHA1 Message Date
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