index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
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
2016-04-28
extmod/modussl: SSL_OK from ssl_read() means "no user data so far".
Paul Sokolovsky
2016-04-28
extmod/modussl: Support server-side SSL sockets.
Paul Sokolovsky
2016-04-28
extmod/modussl: Throw Python exceptions in case of errors.
Paul Sokolovsky
2016-04-27
extmod/modwebsocket: Handle CLOSE control frame.
Paul Sokolovsky
2016-04-26
extmod/modlwip: Add print_pcbs() debug function.
Paul Sokolovsky
2016-04-26
extmod/modlwip: Workaround esp8266 sendto issue where 1 is returned.
Damien George
2016-04-26
extmod, stmhal: Fix typo of macro that detects if float is enabled.
Damien George
2016-04-25
extmod/modlwip: Protect recv/accept Python callback against exceptions.
Paul Sokolovsky
2016-04-22
extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.
Damien George
2016-04-17
extmod/modlwip: Add ability to run callback on "recv" and "accept" events.
Paul Sokolovsky
2016-04-17
extmod/modlwip: lwip_tcp_receive(): Full error handling.
Paul Sokolovsky
2016-04-17
extmod/modlwip: lwip_tcp_send(): Full error handling.
Paul Sokolovsky
2016-04-14
extmod/fsusermount: In mount/mkfs, deregister VFS object on error.
Damien George
2016-04-15
extmod/modlwip: More debug messages for various edge conditions.
Paul Sokolovsky
2016-04-14
extmod/modlwip: Start adding debug output.
Paul Sokolovsky
2016-04-14
extmod/modlwip: lwip_tcp_receive(): Properly handle EOF for non-blocking sock.
Paul Sokolovsky
2016-04-13
extmod/modwebsocket: Another case to propagate EOF.
Paul Sokolovsky
2016-04-13
extmod/moduos_dupterm: Don't swallow exceptions in dupterm's read()/write().
Paul Sokolovsky
2016-04-12
extmod/machine_i2c: Implement I2C memory reading/writing.
Damien George
2016-04-12
extmod/machine_i2c: Fix I2C reading by sending ack/nack at end of byte.
Damien George
2016-04-12
extmod: Add generic machine.I2C class, with bit-bang I2C.
Damien George
2016-04-12
extmod: Add initial framebuf module.
Damien George
2016-04-11
extmod/modwebsocket: write(): Support write size beyond 125 bytes.
Paul Sokolovsky
2016-04-11
extmod/modlwip: Fix for loss of data in unaccepted incoming sockets.
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/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
Tom Sparks
2016-04-08
extmod/modwebsocket: Properly check number of args to constructor.
Paul Sokolovsky
2016-03-27
extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.
Paul Sokolovsky
2016-03-25
extmod/modlwip: lwip_socket_setsockopt: Handle option value properly.
Paul Sokolovsky
2016-03-25
extmod/modlwip: Add lwip->POSIX error map for lwIP 1.4.0.
Paul Sokolovsky
2016-03-25
extmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition.
Paul Sokolovsky
2016-03-25
extmod/modlwip: Implement setsocketopt(SO_REUSEADDR).
Paul Sokolovsky
2016-03-25
extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt().
Paul Sokolovsky
2016-03-25
extmod/modwebsocket: Implement read support.
Paul Sokolovsky
[next]