Commits
User selector
Commit History
Commits on Apr 10, 2016
extmod/modlwip: Fix for loss of data in unaccepted incoming sockets.
Show description for 7063210committed
Commits on Mar 25, 2016
- committed
extmod/modlwip: Add lwip->POSIX error map for lwIP 1.4.0.
Show description for 4332d72committedextmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition.
Show description for de0c84ecommitted- committed
- committed
Commits on Mar 12, 2016
- committed
- committed
extmod/modlwip: Rework getaddrinfo() data passing.
Show description for 09ed5bccommitted
Commits on Mar 11, 2016
extmod/modlwip: Use MICROPY_EVENT_POLL_HOOK for event polling if defined.
Show description for e5b0473committed
Commits on Mar 9, 2016
extmod/modlwip: Factor out "socket connected" check to a function.
Show description for 43d4975committed- committed
- committed
extmod/modlwip: Still process remaining incoming data of a closed socket.
Show description for 4f64f6bauthored andcommittedextmod/modlwip: Check for state change during recv busy-wait loop.
Show description for 6d2e9e7authored andcommitted- committed
- committed
- committed
Commits on Mar 8, 2016
Commits on Dec 29, 2015
extmod/modlwip: Mark some lwip_socket_obj_t's fields as volatile.
Show description for fff2dd2committedextmod/modlwip: tcp_recv: Use more regular and responsive poll pattern.
Show description for a63d4a6committed
Commits on Nov 4, 2015
- authored andcommitted
Commits on Oct 31, 2015
extmod/modlwip: socket->incoming changed by async callbacks, must be volatile.
Show description for 4deb493committed
Commits on Oct 27, 2015
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
Show description for 404dae8committed
Commits on Oct 26, 2015
extmod/modlwip: Codestyle: no need for () when taking address of primary expr.
Show description for 858ed6dcommitted- committed
extmod/modlwip.c: Codestyle whitespace changes.
Show description for 7621706committedextmod/modlwip: slip: Use stream protocol and be port-independent.
Show description for e0d7740committed
Commits on Oct 23, 2015
- authored andcommitted
Loading