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
/
modwebrepl.c
Commit message (
Expand
)
Author
Age
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
extmod/modwebrepl: set_password(): Raise exception for too long password.
Paul Sokolovsky
2016-08-16
*
extmod/modwebrepl: Add GET_VER operation to query MicroPython version.
Paul Sokolovsky
2016-08-07
*
extmod/modwebrepl: Make GET_FILE operation non-blocking.
Paul Sokolovsky
2016-08-05
*
extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk().
Paul Sokolovsky
2016-08-05
*
extmod/modwebrepl: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-23
*
extmod/modwebrepl: Add readinto() method.
Paul Sokolovsky
2016-07-02
*
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-18
*
extmod/modwebrepl: 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/modwebrepl: Get rid of using strncpy().
Paul Sokolovsky
2016-05-02
*
extmod/modwebrepl: Add support for password.
Paul Sokolovsky
2016-04-30
*
extmod/modwebrepl: Set debugging by default to off.
Paul Sokolovsky
2016-04-29
*
extmod/modwebrepl: Add rate-limiting workaround for broken network drivers.
Paul Sokolovsky
2016-04-29
*
extmod/modwebrepl: Use bigger socket receive buffer.
Paul Sokolovsky
2016-04-29
*
extmod/modwebrepl: More detailed debug output.
Paul Sokolovsky
2016-04-29
*
extmod/modwebrepl: GET_FILE: Send length-prefix chunk with one write().
Paul Sokolovsky
2016-04-29
*
extmod/modwebrepl: Keep reading data when there's something to read.
Paul Sokolovsky
2016-04-29
*
extmod/modwebrepl: Initial implementation of "get file" operation.
Paul Sokolovsky
2016-04-29
*
extmod/modwebrepl: Module to handle WebREPL protocol.
Paul Sokolovsky
2016-04-29