index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
modwebsocket.c
Commit message (
Expand
)
Author
Age
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
extmod/modwebsocket: Use mp_rom_map_elem_t and friends.
Paul Sokolovsky
2016-08-06
*
extmod/modwebsocket: Make compatible with non-default object models.
Paul Sokolovsky
2016-08-06
*
extmod/modwebsocket: Add readline method.
Paul Sokolovsky
2016-08-06
*
extmod/modwebsocket: Add readinto() method.
Paul Sokolovsky
2016-07-02
*
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-18
*
extmod/modwebsocket: Add close() method.
Paul Sokolovsky
2016-05-20
*
py/stream: Support both "exact size" and "one underlying call" operations.
Paul Sokolovsky
2016-05-18
*
extmod/modwebsocket: Handle CLOSE control frame.
Paul Sokolovsky
2016-04-27
*
extmod/modwebsocket: Another case to propagate EOF.
Paul Sokolovsky
2016-04-13
*
extmod/modwebsocket: write(): Support write size beyond 125 bytes.
Paul Sokolovsky
2016-04-11
*
extmod/modwebsocket.h: Split websocket-related defines for reuse.
Paul Sokolovsky
2016-04-10
*
extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl.
Paul Sokolovsky
2016-04-10
*
extmod/modwebsocket: Allow to get type of last read data using ioctl().
Paul Sokolovsky
2016-04-10
*
extmod/modwebsocket: Record current fragment type (binary/text/etc.)
Paul Sokolovsky
2016-04-09
*
extmod/modwebsocket: Add option for blocking writes to non-blk sockets.
Paul Sokolovsky
2016-04-09
*
extmod/modwebsocket: Reset mask between packets.
Paul Sokolovsky
2016-04-09
*
extmod/modwebsocket: Make sure to propagate EOF.
Paul Sokolovsky
2016-04-08
*
extmod/modwebsocket: Properly check number of args to constructor.
Paul Sokolovsky
2016-04-08
*
extmod/modwebsocket: Implement read support.
Paul Sokolovsky
2016-03-25
*
extmod/modwebsocket: Start module for WebSocket helper functions.
Paul Sokolovsky
2016-03-24