summaryrefslogtreecommitdiff
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-26Fix bug #56003: `-Wc++-compat` causes build failure when using mbedtlsDirk 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-20Update .gitignore for latest VSCodeDirk Ziegelmeier
2019-03-20Add note about MEMP_NUM_SYS_TIMEOUT in four appsDirk Ziegelmeier
2019-03-20Fix bug #55964: CMake's `LWIP_COMPILER_FLAGS` should be split for C and C++Dirk 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-03More cleanups to travis.sh - run all test even if some failDirk Ziegelmeier
2019-02-03Fix iteropts.sh to correctly return error codeDirk Ziegelmeier
2019-02-03iteropts.sh: -j 4 is sufficientDirk Ziegelmeier
2019-02-03Cleanup travis build scriptDirk Ziegelmeier
2019-02-02Remove iteropts test errors again, still not workingDirk Ziegelmeier
2019-02-02Add bug to iteropts test to check if travis fails nowDirk Ziegelmeier
2019-02-02Try to fix iteropts build, try to make travis fail when iteropts test failsDirk Ziegelmeier
2019-02-02Disable documentation warning in iteropts testDirk Ziegelmeier
2019-02-02Add missing newline at end of fileDirk Ziegelmeier
2019-02-02Fix a few documentation errors in MDNSDirk Ziegelmeier
2019-02-02Fix lwip_port_rand()Dirk Ziegelmeier
2019-02-02Add lwip_port_rand() to unix portDirk Ziegelmeier
2019-01-30revert accidentally committed filesSimon Goldschmidt
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