summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-12change ip_forwarddev_zyzy
2020-05-01Add zts_errno to sockets.cJoseph Henry
2020-04-17Add address comparators for 6PLANE networks and fix an errno issueJoseph Henry
2019-05-14Added preprocessor directives around errnoJoseph Henry
2019-02-27udp_bind: fix missing parenthesis warningSimon Goldschmidt
2019-02-26PPP, PPPoE: use service name and concentrator nameJacob Kroon
2019-02-26PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT supportSylvain Rochet
2019-02-26PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is definedJacob Kroon
2019-02-26PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name a...Sylvain Rochet
2019-02-26udp: fix udp_bind for IPADDR_TYPE_ANYSimon Goldschmidt
2019-02-26Fix bug #55171: Binding UDP PCB with different IP type PCBs does not workDirk Ziegelmeier
2019-02-18dhcp_release_and_stop: don't clear netif ip address that was not assigned by ...Simon Goldschmidt
2019-02-18altcp_tls: assert in altcp_mbedtls_bio_recv if bad stateDavid Girault
2019-02-18altcp: support for setting keepalive parametersDavid Girault
2019-02-18altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config structDavid Girault
2019-02-18altcp_tls_mbedtls: listen: free members of the ssl contextSimon Goldschmidt
2019-02-18altcp_tls: add functions to create servers with multiple certificatesSimon Goldschmidt
2019-02-18altcp_tls_mbedtls: add session tickes, improve configuration for session cacheSimon Goldschmidt
2019-02-18altcp_tls_mbedtls: add debug output of mbedtls librarySimon Goldschmidt
2019-02-18altcp_tls_mbedtls: use mbedtls_entropy_func for mbedtls_ctr_drbg_seedSimon Goldschmidt
2019-02-18altcp_tls: whitespace cleanupSimon Goldschmidt
2019-02-18Revert "altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes"Simon Goldschmidt
2019-02-18Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT)Dirk Ziegelmeier
2019-02-18Implement RFC4075 Receive SNTP servers via DHCPv6David J. Fiddes
2019-02-18mqtt: remove bad assert in mqtt_message_received()David Girault
2019-02-18tcp: improve debug message a littleSimon Goldschmidt
2019-02-18Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ONDirk Ziegelmeier
2019-02-18Apply patch #9737: Fix DHCPv6 DNS server assignmentDirk Ziegelmeier
2019-02-18Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept()Dirk Ziegelmeier
2019-02-18TCP/UDP documentation: Add reference to PCB mempool #definesDirk Ziegelmeier
2019-02-18Fix bug #55513: Uninitialized variable in struct netconnDirk Ziegelmeier
2019-02-18nd6: fix copying more than one DNS serverSimon Goldschmidt
2019-02-18Fix bug #55078: Add custom data to pbuf structDirk Ziegelmeier
2019-02-18netbiosns_name_decode: Take CONST char* as first argumentDirk Ziegelmeier
2018-11-22next release in this branch will be 2.1.3Simon Goldschmidt
2018-11-22Prepare 2.1.2 releaseSimon Goldschmidt
2018-11-22Fix netbiosns expecting too large packetJens Nielsen
2018-11-19Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility beca...Dirk Ziegelmeier
2018-11-12tcp_recved: fix overflow checkSimon Goldschmidt
2018-11-12Revert "tcp_recved: check for overflow and warn about too big values"Simon Goldschmidt
2018-11-08next release in this branch will be 2.1.2Simon Goldschmidt
2018-11-08Prepare 2.1.1 releaseSimon Goldschmidt
2018-11-08altcp_tls_mbedtls: implement mbedTLS debug output, comment fixesSimon Goldschmidt
2018-11-08sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsgAxel Lin
2018-11-06Remove assertion about the end of pollfd arrayJoan Lledó
2018-11-06Fix bug #54670: 127.0.0.1 sent out to netif_default?Dirk Ziegelmeier
2018-10-26altcp_tls_mbedtls: update list of todosSimon Goldschmidt
2018-10-26bug #54744: if altcp_close() called from recv() callback, there is some write...David GIRAULT
2018-10-24snmp: avoid NULL pointer dereference, fix return valuesSimon Goldschmidt
2018-10-23snmp: fix coding style in last commitSimon Goldschmidt