20 Commits (9773506ab131422433c830e18ab044f0c7d3e0b0)

Author SHA1 Message Date
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Paul Sokolovsky d2cc7c720b extmod/modwebrepl: set_password(): Raise exception for too long password. 8 years ago
Paul Sokolovsky e15fb33e10 extmod/modwebrepl: Add GET_VER operation to query MicroPython version. 8 years ago
Paul Sokolovsky ed500e4987 extmod/modwebrepl: Make GET_FILE operation non-blocking. 8 years ago
Paul Sokolovsky c16612ee87 extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk(). 8 years ago
Paul Sokolovsky 2dd21d9a68 extmod/modwebrepl: Use mp_stream_close() method. 8 years ago
Paul Sokolovsky c880f91ac0 extmod/modwebrepl: Add readinto() method. 8 years ago
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
Paul Sokolovsky 3a29db8e58 extmod/modwebrepl: Add close() method. 9 years ago
Paul Sokolovsky 7f7c84b10a py/stream: Support both "exact size" and "one underlying call" operations. 9 years ago
Paul Sokolovsky b8468d12a1 extmod/modwebrepl: Get rid of using strncpy(). 9 years ago
Paul Sokolovsky 859e4e94f3 extmod/modwebrepl: Add support for password. 9 years ago
Paul Sokolovsky 18775d3807 extmod/modwebrepl: Set debugging by default to off. 9 years ago
Paul Sokolovsky b0f3ae58e7 extmod/modwebrepl: Add rate-limiting workaround for broken network drivers. 9 years ago
Paul Sokolovsky 8811b0af9c extmod/modwebrepl: Use bigger socket receive buffer. 9 years ago
Paul Sokolovsky b3bc2ee1b9 extmod/modwebrepl: More detailed debug output. 9 years ago
Paul Sokolovsky 473b639845 extmod/modwebrepl: GET_FILE: Send length-prefix chunk with one write(). 9 years ago
Paul Sokolovsky f41e1f1bb7 extmod/modwebrepl: Keep reading data when there's something to read. 9 years ago
Paul Sokolovsky 6514ff6160 extmod/modwebrepl: Initial implementation of "get file" operation. 9 years ago
Paul Sokolovsky 25d0f7d59d extmod/modwebrepl: Module to handle WebREPL protocol. 9 years ago