index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modwebsocket.c
Age
Commit message (
Expand
)
Author
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