index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
modlwip.c
Commit message (
Expand
)
Author
Age
*
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-13
*
extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP).
Paul Sokolovsky
2017-07-31
*
extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
Damien George
2017-07-31
*
extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-29
*
extmod/modlwip: accept: Fix error code for non-blocking mode.
Paul Sokolovsky
2017-06-04
*
extmod/modlwip: Fix error codes for duplicate calls to connect().
Paul Sokolovsky
2017-06-04
*
extmod/modlwip: connect: For non-blocking mode, return EINPROGRESS.
Paul Sokolovsky
2017-06-03
*
various: Spelling fixes
Ville Skyttä
2017-05-29
*
extmod/modlwip: ioctl POLL: Fix handling of peer closed socket.
Paul Sokolovsky
2017-05-01
*
extmod/modlwip: getaddrinfo: Allow to accept all 6 standard params.
Paul Sokolovsky
2017-04-29
*
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-31
*
extmod/modlwip: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2017-03-26
*
extmod/modlwip: Add my copyright.
Paul Sokolovsky
2017-02-15
*
extmod/modlwip: Add socket.readinto() method.
Damien George
2017-01-27
*
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2017-01-04
*
extmod/modlwip: Add ioctl method to socket, with poll implementation.
Damien George
2016-12-02
*
extmod/modlwip: Use mp_raise_OSError helper function.
Damien George
2016-10-07
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
extmod/modlwip: Store a chain of incoming pbufs, instead of only one.
Paul Sokolovsky
2016-06-19
*
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-18
*
extmod/modlwip: Rework how Python accept callback is called.
Paul Sokolovsky
2016-05-15
*
extmod/modlwip: Convert errno's to use MP_Exxx symbols.
Damien George
2016-05-12
*
extmod/modlwip: Implement sendall() method for TCP sockets.
Paul Sokolovsky
2016-05-03
*
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-26
*
extmod/modlwip: Protect recv/accept Python callback against exceptions.
Paul Sokolovsky
2016-04-25
*
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-17
*
extmod/modlwip: More debug messages for various edge conditions.
Paul Sokolovsky
2016-04-15
*
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-14
*
extmod/modlwip: Fix for loss of data in unaccepted incoming sockets.
Paul Sokolovsky
2016-04-11
*
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/modlwip: lwip_tcp_receive: Properly map lwIP error to POSIX errno.
Paul Sokolovsky
2016-03-12
*
extmod/modlwip: Add socket.setblocking() method.
Paul Sokolovsky
2016-03-12
*
extmod/modlwip: Rework getaddrinfo() data passing.
Paul Sokolovsky
2016-03-12
*
extmod/modlwip: Use MICROPY_EVENT_POLL_HOOK for event polling if defined.
Paul Sokolovsky
2016-03-11
*
extmod/modlwip: Factor out "socket connected" check to a function.
Paul Sokolovsky
2016-03-09
*
extmod/modlwip: Support non-blocking recv().
Paul Sokolovsky
2016-03-09
*
extmod/modlwip: Add .write() stream method.
Paul Sokolovsky
2016-03-09
*
extmod/modlwip: Still process remaining incoming data of a closed socket.
Damien George
2016-03-09
*
extmod/modlwip: Check for state change during recv busy-wait loop.
Damien George
2016-03-09
*
extmod/modlwip: Add stream .read() and .readline() methods.
Paul Sokolovsky
2016-03-09
*
extmod/modlwip: Add dummy .makefile() method.
Paul Sokolovsky
2016-03-09
[next]