index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modwebsocket.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-01-18
More make_new fixes for unix build
Scott Shawcroft
2018-06-18
extmod: Update to use new mp_get_stream helper.
Damien George
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
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