summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-04-30mdns mdns_search_service mdns_search_stop: define the request id as unsigned.Our Air Quality
2019-04-30Apply patch for bug #56098: Support for MQTT over TLS port 443 instead of 8883Dirk Ziegelmeier
2019-04-30mdns: defined the service slot id as unsigned rather than signed.Our Air Quality
2019-03-28Fix and simplify newlines in doxygen documentationFreddie Chopin
2019-03-28Add #define for minimum IPv6 MTU lengthDirk Ziegelmeier
2019-02-08Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT)Dirk Ziegelmeier
2019-01-30sntp: obey KoD when using multiple serversSimon Goldschmidt
2019-01-30mdns: fix compiler errors and coding styleSimon Goldschmidt
2019-01-30mdns: added support for searching servicesDavid Girault
2019-01-30Small documentation fix for TFTPIvan Warren
2019-01-30Implement RFC4075 Receive SNTP servers via DHCPv6David J. Fiddes
2019-01-30altcp: support for setting keepalive parametersDavid Girault
2019-01-30altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config structDavid Girault
2019-01-06Replace several occurences of stdint types by lwIPs portability typedefsDirk Ziegelmeier
2018-12-20PPP, PPPoE: use service name and concentrator nameJacob Kroon
2018-12-18PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is definedJacob Kroon
2018-12-18PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name a...Sylvain Rochet
2018-12-05DEF: added lwip_strnistr() for case insensitive matchingJasper Verschueren
2018-11-25Fix bug #55078: Add custom data to pbuf structDirk Ziegelmeier
2018-11-24altcp_tls: add functions to create servers with multiple certificatesSimon Goldschmidt
2018-11-23altcp_tls_mbedtls: add session tickes, improve configuration for session cacheSimon Goldschmidt
2018-11-23altcp_tls_mbedtls: add debug output of mbedtls librarySimon Goldschmidt
2018-11-22DNS: Allow a DNS look-up with a trailing dot in the nameCraig McQueen
2018-11-19mDNS: probe rate limiting if more then 15 conflicts occur in 10sJasper Verschueren
2018-11-16mDNS: split probe packet definition and split outpkt creationJasper Verschueren
2018-11-14mDNS: respond to probe via multicast addedJasper Verschueren
2018-11-13Move netif_mdns_data() and get_mdns_pcb() to mdns_priv.hDirk Ziegelmeier
2018-11-13mDNS: cleanup probing and announcing sequenceJasper Verschueren
2018-11-13mDNS: author comment update + things left to implement updateJasper Verschueren
2018-11-13mDNS: add support for output delayingJasper Verschueren
2018-11-13mDNS: remove netif from mDNS structsJasper Verschueren
2018-11-13mDNS fix TTL bugJasper Verschueren
2018-11-13mDNS: move domain related functions and output related funtionsJasper Verschueren
2018-11-09sockets: Trivial comment fixesAxel Lin
2018-11-07Apply patch for task #15072: SNMP support for notifications and informs (v2c)Dirk Ziegelmeier
2018-11-01netif: Add getter for loopif for unit testsDirk Ziegelmeier
2018-10-26patch #9350: Sockets API: use OS's sys/socket.h instead of lwip/sockSimon Goldschmidt
2018-10-23httpd: SSI types should be overridable (task #15071)Simon Goldschmidt
2018-10-22Whitespace cleanup lwIPDirk Ziegelmeier
2018-10-22Revert "Allow the use of external Sockets headers"Simon Goldschmidt
2018-10-19Implement task #11620: Add outgoing VLAN PCP support for Ethernet level QoSDirk Ziegelmeier
2018-10-19Allow the use of external Sockets headersJoan Lledó
2018-10-17tftp client: pass 'mode' as an enum, not as a string constantSimon Goldschmidt
2018-10-17Fix bug #54850: lwip definition of htonX and ntohX do not properly cast to un...Dirk Ziegelmeier
2018-10-11err.h: move typedef of err_t after enum definitionJonas Rabenstein
2018-10-08Improve TFTP commentsDirk Ziegelmeier
2018-10-08Improve TFTP implementationDirk Ziegelmeier
2018-10-08Apply fix from Axel LinDirk Ziegelmeier
2018-10-08Some TFTP cleanupsDirk Ziegelmeier
2018-10-08tftp: Add client functionalityBen Wijen