index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modwebsocket.c
Age
Commit message (
Expand
)
Author
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-08-06
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-07-02
extmod/modwebsocket: Add readinto() method.
Paul Sokolovsky
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-05-20
extmod/modwebsocket: Add close() method.
Paul Sokolovsky
2016-05-18
py/stream: Support both "exact size" and "one underlying call" operations.
Paul Sokolovsky
2016-04-27
extmod/modwebsocket: Handle CLOSE control frame.
Paul Sokolovsky
2016-04-13
extmod/modwebsocket: Another case to propagate EOF.
Paul Sokolovsky
2016-04-11
extmod/modwebsocket: write(): Support write size beyond 125 bytes.
Paul Sokolovsky
2016-04-10
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-09
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-08
extmod/modwebsocket: Make sure to propagate EOF.
Paul Sokolovsky
2016-04-08
extmod/modwebsocket: Properly check number of args to constructor.
Paul Sokolovsky
2016-03-25
extmod/modwebsocket: Implement read support.
Paul Sokolovsky
2016-03-24
extmod/modwebsocket: Start module for WebSocket helper functions.
Paul Sokolovsky