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
/
modwebrepl.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
2018-07-12
continued WIP: almost compiling
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
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-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-29
extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-03-29
extmod: Update for changes to mp_obj_str_get_data.
Damien George
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-08-16
extmod/modwebrepl: set_password(): Raise exception for too long password.
Paul Sokolovsky
2016-08-07
extmod/modwebrepl: Add GET_VER operation to query MicroPython version.
Paul Sokolovsky
2016-08-05
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-07-23
extmod/modwebrepl: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-02
extmod/modwebrepl: Add readinto() method.
Paul Sokolovsky
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-05-20
extmod/modwebrepl: Add close() method.
Paul Sokolovsky
2016-05-18
py/stream: Support both "exact size" and "one underlying call" operations.
Paul Sokolovsky
2016-05-02
extmod/modwebrepl: Get rid of using strncpy().
Paul Sokolovsky
2016-04-30
extmod/modwebrepl: Add support for password.
Paul Sokolovsky
2016-04-29
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