| Age | Commit message (Expand) | Author |
| 2024-01-12 | change ip_forwarddev_zy | zy |
| 2020-05-01 | Add zts_errno to sockets.c | Joseph Henry |
| 2020-04-17 | Add address comparators for 6PLANE networks and fix an errno issue | Joseph Henry |
| 2019-05-14 | Added preprocessor directives around errno | Joseph Henry |
| 2019-02-27 | udp_bind: fix missing parenthesis warning | Simon Goldschmidt |
| 2019-02-26 | PPP, PPPoE: use service name and concentrator name | Jacob Kroon |
| 2019-02-26 | PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT support | Sylvain Rochet |
| 2019-02-26 | PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined | Jacob Kroon |
| 2019-02-26 | PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name a... | Sylvain Rochet |
| 2019-02-26 | udp: fix udp_bind for IPADDR_TYPE_ANY | Simon Goldschmidt |
| 2019-02-26 | Fix bug #55171: Binding UDP PCB with different IP type PCBs does not work | Dirk Ziegelmeier |
| 2019-02-18 | dhcp_release_and_stop: don't clear netif ip address that was not assigned by ... | Simon Goldschmidt |
| 2019-02-18 | altcp_tls: assert in altcp_mbedtls_bio_recv if bad state | David Girault |
| 2019-02-18 | altcp: support for setting keepalive parameters | David Girault |
| 2019-02-18 | altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config struct | David Girault |
| 2019-02-18 | altcp_tls_mbedtls: listen: free members of the ssl context | Simon Goldschmidt |
| 2019-02-18 | altcp_tls: add functions to create servers with multiple certificates | Simon Goldschmidt |
| 2019-02-18 | altcp_tls_mbedtls: add session tickes, improve configuration for session cache | Simon Goldschmidt |
| 2019-02-18 | altcp_tls_mbedtls: add debug output of mbedtls library | Simon Goldschmidt |
| 2019-02-18 | altcp_tls_mbedtls: use mbedtls_entropy_func for mbedtls_ctr_drbg_seed | Simon Goldschmidt |
| 2019-02-18 | altcp_tls: whitespace cleanup | Simon Goldschmidt |
| 2019-02-18 | Revert "altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes" | Simon Goldschmidt |
| 2019-02-18 | Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT) | Dirk Ziegelmeier |
| 2019-02-18 | Implement RFC4075 Receive SNTP servers via DHCPv6 | David J. Fiddes |
| 2019-02-18 | mqtt: remove bad assert in mqtt_message_received() | David Girault |
| 2019-02-18 | tcp: improve debug message a little | Simon Goldschmidt |
| 2019-02-18 | Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ON | Dirk Ziegelmeier |
| 2019-02-18 | Apply patch #9737: Fix DHCPv6 DNS server assignment | Dirk Ziegelmeier |
| 2019-02-18 | Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept() | Dirk Ziegelmeier |
| 2019-02-18 | TCP/UDP documentation: Add reference to PCB mempool #defines | Dirk Ziegelmeier |
| 2019-02-18 | Fix bug #55513: Uninitialized variable in struct netconn | Dirk Ziegelmeier |
| 2019-02-18 | nd6: fix copying more than one DNS server | Simon Goldschmidt |
| 2019-02-18 | Fix bug #55078: Add custom data to pbuf struct | Dirk Ziegelmeier |
| 2019-02-18 | netbiosns_name_decode: Take CONST char* as first argument | Dirk Ziegelmeier |
| 2018-11-22 | next release in this branch will be 2.1.3 | Simon Goldschmidt |
| 2018-11-22 | Prepare 2.1.2 release | Simon Goldschmidt |
| 2018-11-22 | Fix netbiosns expecting too large packet | Jens Nielsen |
| 2018-11-19 | Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility beca... | Dirk Ziegelmeier |
| 2018-11-12 | tcp_recved: fix overflow check | Simon Goldschmidt |
| 2018-11-12 | Revert "tcp_recved: check for overflow and warn about too big values" | Simon Goldschmidt |
| 2018-11-08 | next release in this branch will be 2.1.2 | Simon Goldschmidt |
| 2018-11-08 | Prepare 2.1.1 release | Simon Goldschmidt |
| 2018-11-08 | altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes | Simon Goldschmidt |
| 2018-11-08 | sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsg | Axel Lin |
| 2018-11-06 | Remove assertion about the end of pollfd array | Joan Lledó |
| 2018-11-06 | Fix bug #54670: 127.0.0.1 sent out to netif_default? | Dirk Ziegelmeier |
| 2018-10-26 | altcp_tls_mbedtls: update list of todos | Simon Goldschmidt |
| 2018-10-26 | bug #54744: if altcp_close() called from recv() callback, there is some write... | David GIRAULT |
| 2018-10-24 | snmp: avoid NULL pointer dereference, fix return values | Simon Goldschmidt |
| 2018-10-23 | snmp: fix coding style in last commit | Simon Goldschmidt |