summaryrefslogtreecommitdiff
path: root/src/apps
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-30Minor compile fix for last commitDirk Ziegelmeier
2019-04-30mqtt: fix first packet checking which fail if MQTT_VAR_HEADER_BUFFER_LEN > 1516David Girault
2019-04-30mqtt: support mostly zero-copy message analysisDavid Girault
2019-04-30mdns_resp_add_service: simplify the max services guard.Our Air Quality
2019-04-30mDNS: output search queries to the IP v4 and v6 groups.Our Air Quality
2019-04-30mdns: defined the service slot id as unsigned rather than signed.Our Air Quality
2019-04-30mdns_search_service: simply the search for a free slot.Our Air Quality
2019-04-30mDNS: change some debug line terminations to just newlines.Our Air Quality
2019-03-28Fix and simplify newlines in doxygen documentationFreddie Chopin
2019-03-24Fix bug #55702: SSI bugDirk Ziegelmeier
2019-03-20Add note about MEMP_NUM_SYS_TIMEOUT in four appsDirk Ziegelmeier
2019-02-02Fix a few documentation errors in MDNSDirk 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-30Implement RFC4075 Receive SNTP servers via DHCPv6David J. Fiddes
2019-01-30altcp_tls: assert in altcp_mbedtls_bio_recv if bad stateDavid Girault
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-30mqtt: remove bad assert in mqtt_message_received()David Girault
2019-01-06Replace several occurences of stdint types by lwIPs portability typedefsDirk Ziegelmeier
2018-12-03altcp_tls_mbedtls: listen: free members of the ssl contextSimon Goldschmidt
2018-11-25mdns_domain.c: Fix doxygen commentsDirk 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-23makefsdata: fix compiling for win32Simon Goldschmidt
2018-11-23apps/smtp: Remove redundant LWIP_ASSERT checking in smtp_send_mail_bodycbackAxel Lin
2018-11-22Fix warnings about ignored return values in makefsdata.cDirk Ziegelmeier
2018-11-22mdns.c: Fix accessing potentially uninitialized variableDirk Ziegelmeier
2018-11-22snmp_traps.c: Portability fix: Don't use non-constant initializersDirk Ziegelmeier
2018-11-22snmp: don't allocat outbound msg for GET RESP (inform cb)Simon Goldschmidt
2018-11-22snmp: fix coding styleSimon Goldschmidt
2018-11-22Try to fix compile warning in mdns.cDirk Ziegelmeier
2018-11-21netbiosns_name_decode: Take CONST char* as first argumentDirk Ziegelmeier
2018-11-21Fix netbiosns expecting too large packetJens Nielsen
2018-11-20Fix compile error with GCC 8 in makefsdataDirk Ziegelmeier
2018-11-20mDNS: conflict resolution addedJasper Verschueren
2018-11-19snmp_v3: use strlen, not strnlenSimon Goldschmidt
2018-11-19Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility beca...Dirk Ziegelmeier
2018-11-19Fix compile of mdns.cDirk Ziegelmeier
2018-11-19mDNS: probe rate limiting if more then 15 conflicts occur in 10sJasper Verschueren
2018-11-19mDNS: probe tiebreaking addedJasper 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-13MDNS: Minor compile fix, declare variables before codeDirk Ziegelmeier
2018-11-13Revert "mDNS: authority section of probe message needs to contain all records"Jasper Verschueren
2018-11-13mDNS: cleanup probing and announcing sequenceJasper Verschueren