summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-06sockets: Get rid of sock_set_errnoHEADmasterAxel Lin
2019-05-06Fix bug #56136: The netif->mtu6 was updated by Router Advertisement abnomallyDirk Ziegelmeier
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-30Apply patch for bug #56239: compile fail when disable TCPDirk 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-30ND6: add an explicit queue size check.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-28Fix doxygen @ref in altcp.cFreddie Chopin
2019-03-28Add #define for minimum IPv6 MTU lengthDirk Ziegelmeier
2019-03-24Fix bug #55702: SSI bugDirk Ziegelmeier
2019-03-24Fix compile of last patchDirk Ziegelmeier
2019-03-24Fix bug #55972: The Neighbour Solicitation used to do IPv6 address resolution...Dirk Ziegelmeier
2019-03-24Fix bug #55973: The parsing of max response time in MLD Query message was wrongDirk Ziegelmeier
2019-03-20Add note about MEMP_NUM_SYS_TIMEOUT in four appsDirk Ziegelmeier
2019-02-27udp_bind: fix missing parenthesis warningSimon Goldschmidt
2019-02-26udp: fix udp_bind for IPADDR_TYPE_ANYSimon Goldschmidt
2019-02-08Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT)Dirk Ziegelmeier
2019-02-02Fix a few documentation errors in MDNSDirk Ziegelmeier
2019-01-30tcp: don't reset dupack count upon non-empty packet receiveSolganik Alexander
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_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-30tcp: improve debug message a littleSimon Goldschmidt
2019-01-28Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ONDirk Ziegelmeier
2019-01-28Apply patch #9737: Fix DHCPv6 DNS server assignmentDirk Ziegelmeier
2019-01-28Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept()Dirk Ziegelmeier
2019-01-28TCP/UDP documentation: Add reference to PCB mempool #definesDirk Ziegelmeier
2019-01-18Fix bug #55513: Uninitialized variable in struct netconnDirk Ziegelmeier
2019-01-06Replace several occurences of stdint types by lwIPs portability typedefsDirk Ziegelmeier
2019-01-04dhcp.c: Fix typo in debug messageDirk Ziegelmeier
2018-12-20PPP, PPPoE: use service name and concentrator nameJacob Kroon
2018-12-18PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT supportSylvain Rochet
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-06Fix bug #55171: Binding UDP PCB with different IP type PCBs does not workDirk Ziegelmeier
2018-12-05DEF: added lwip_strnistr() for case insensitive matchingJasper Verschueren