aboutsummaryrefslogtreecommitdiff
path: root/extmod/modwebrepl.c
AgeCommit message (Expand)Author
2016-05-02extmod/modwebrepl: Get rid of using strncpy().Paul Sokolovsky
2016-04-30extmod/modwebrepl: Add support for password.Paul Sokolovsky
2016-04-29extmod/modwebrepl: Set debugging by default to off.Paul Sokolovsky
2016-04-29extmod/modwebrepl: Add rate-limiting workaround for broken network drivers.Paul Sokolovsky
2016-04-29extmod/modwebrepl: Use bigger socket receive buffer.Paul Sokolovsky
2016-04-29extmod/modwebrepl: More detailed debug output.Paul Sokolovsky
2016-04-29extmod/modwebrepl: GET_FILE: Send length-prefix chunk with one write().Paul Sokolovsky
2016-04-29extmod/modwebrepl: Keep reading data when there's something to read.Paul Sokolovsky
2016-04-29extmod/modwebrepl: Initial implementation of "get file" operation.Paul Sokolovsky
2016-04-29extmod/modwebrepl: Module to handle WebREPL protocol.Paul Sokolovsky