summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-04-17Add address comparators for 6PLANE networks and fix an errno issueJoseph Henry
2019-05-14Added preprocessor directives around errnoJoseph Henry
2019-02-26PPP, PPPoE: use service name and concentrator nameJacob Kroon
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-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: 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-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-18Fix bug #55078: Add custom data to pbuf structDirk Ziegelmeier
2018-11-22next release in this branch will be 2.1.3Simon Goldschmidt
2018-11-22Prepare 2.1.2 releaseSimon Goldschmidt
2018-11-08next release in this branch will be 2.1.2Simon Goldschmidt
2018-11-08Prepare 2.1.1 releaseSimon Goldschmidt
2018-10-18This branch is for developing 2.1.x versionsSimon Goldschmidt
2018-10-17Fix bug #54850: lwip definition of htonX and ntohX do not properly cast to un...Dirk Ziegelmeier
2018-10-17err.h: move typedef of err_t after enum definitionJonas Rabenstein
2018-09-26Prepare 2.1.0 releaseSimon Goldschmidt
2018-09-24Documentation improvements for 2.1.0 (mainly altcp/altcp_tls)Simon Goldschmidt
2018-09-24altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_newSimon Goldschmidt
2018-09-17more documentation preparations for v2.1.0 releaseSimon Goldschmidt
2018-09-12http_client.c: Fix compile when TCP is disabledDirk Ziegelmeier
2018-09-07Remove LWIP_DHCP_CHECK_LINK_UP define as it's uselessSimon Goldschmidt
2018-09-07Fix 2way-auth connections for TLS clientsSimon Goldschmidt
2018-09-04Make zepif dependent on LWIP_UDP configMartine Lenders
2018-08-07mqtt: fix reference function name in commentSimon Goldschmidt
2018-07-26Fix bug #54381: SNMP RAW_DATA support is brokenDirk Ziegelmeier
2018-07-23add 'extern "C" {}' for cplusplus in ppp headersSimon Goldschmidt
2018-07-23fix dependencies in lwip/prot/dhcp.h and lwip/prot/igmp.hSimon Goldschmidt
2018-07-19add 'extern "C" {}' for cplusplus in many headersSimon Goldschmidt
2018-07-12Prepare v2.1.0.rc1Simon Goldschmidt
2018-07-04opt.h: more indent fixes, remove unnecessary bracketsSimon Goldschmidt
2018-07-04opt.h: fix indentsSimon Goldschmidt
2018-07-03mdns: add config option to use netif ext callbackSimon Goldschmidt
2018-07-03fix implicit cast warnings in IAR and othersSimon Goldschmidt
2018-07-03Add define for lwip_isupper when LWIP_NO_CTYPE_H=0Axel Lin
2018-06-28mdns: add defines for mdns_name_result_cb_t result parameterSimon Goldschmidt
2018-06-28MDNS send probes to verify domain before useJens Nielsen
2018-06-27doc: IP_REASS_MAX_PBUFS is used for ipv6, tooSimon Goldschmidt
2018-06-27Introduce lwip_toupper and use it in netbiosns.cAxel Lin
2018-06-22Added JavaScript-friendly ssi /*#tag*/.Lucas Vinicius Hartmann
2018-06-21tcp_priv.h: LWIP_TCP_OPT_LENGTH: Enclosing macro argument in parenthesesAxel Lin
2018-06-18PPP: remove unknown define references to PPP_NUM_TIMEOUTS when PPP_SUPPORT is...Sylvain Rochet
2018-06-18PPP: set PPP_NUM_TIMEOUTS_PER_PCB value to computed number of simultaneous ti...Sylvain Rochet
2018-06-15lwiperf: start implementing iperf clientSimon Goldschmidt
2018-06-15PPP, PPPoL2TP: use expected peer NS instead of current peer NSSylvain Rochet
2018-06-14fix bug in RA MTU validationSimon Goldschmidt