Commit Graph

  • 2cffd306df feat(dhcp): client identifier option andreas.kiepfer 2022-02-21 13:23:37 +0100
  • 215dec653b fix some compile problems with mingw Simon Goldschmidt 2022-01-12 22:16:00 +0100
  • a55679224f fs: move prototypes required to implement custom files as fs addon to header Simon Goldschmidt 2022-01-12 22:14:41 +0100
  • 34e435c786 tapif: fix strncpy Florian La Roche 2021-11-22 08:34:22 +0100
  • 7c3aab2ea2 gcc warning for sign conversion Florian La Roche 2021-11-22 08:41:03 +0100
  • 62ac0faad8 redefine many vars as "static" Florian La Roche 2021-12-07 02:57:02 +0100
  • 5ab46f82f9 Fix failing fuzzer if compiling with ubsan Wouter van Gulik 2021-12-22 11:41:00 +0100
  • 7e96691ccf ignore LwipMibCompiler output files Simon Goldschmidt 2021-12-22 21:39:27 +0100
  • 9f7d9170c1 netif: fix the netif's index error weycen 2021-09-26 23:05:53 +0800
  • 63d21c53e5 altcp mbedtls: Compile error fix. 0x1abin 2021-12-06 20:51:24 +0800
  • 6ee013b003 Compile error fix. 0x1abin 2021-12-06 20:51:24 +0800
  • 562431b034 Update gitattributes after travis removal Erik Ekman 2021-11-28 20:56:37 +0100
  • ff28f73fa0 README: Update CI link Erik Ekman 2021-11-27 21:09:06 +0100
  • 853258fff0 Switch from travis to github actions for CI Erik Ekman 2021-11-27 16:06:23 +0100
  • 7c84799c4f doxygen: Remove obsolete config Erik Ekman 2021-11-27 20:40:25 +0100
  • c194e9911a Add github actions config Erik Ekman 2021-11-27 16:06:23 +0100
  • 17413c28b4 httpd: Add documentation for http_set_cgi_handlers Erik Ekman 2021-11-27 20:36:09 +0100
  • 5b9159ce0d api: Adapt doc comment to varying parameters Erik Ekman 2021-11-27 20:26:01 +0100
  • 754d628f2d ip_addr: Add description for IP_ANY_TYPE Erik Ekman 2021-11-27 20:16:33 +0100
  • b0361f14c1 netif: Add documentation for mac filter macros Erik Ekman 2021-11-27 20:13:27 +0100
  • 2711dbcac0 lwiperf: Complete documentation of lwiperf_report_fn Erik Ekman 2021-11-27 20:09:59 +0100
  • e594742801 altcp: Add doxygen comment for altcp_allocator_t Erik Ekman 2021-11-27 20:02:54 +0100
  • 759c38b956 ip_addr: Add text descriptions for ip addr macros Erik Ekman 2021-11-27 20:00:46 +0100
  • 089697bb1c Use NULL instead of 0 as a pointer Florian La Roche 2021-11-27 15:48:02 +0100
  • f3300731be example_app: Minor tweaks Erik Ekman 2021-11-26 22:39:35 +0100
  • 553fedd443 ping: sizeof to struct not pointer quanjia 2021-11-22 16:52:17 +0800
  • 53c09fe921 tcp_out: move debug output to after checking pcb Florian La Roche 2021-11-24 23:17:16 +0100
  • 3636b3e2d1 iteropts.sh: Fix warning on first run Florian La Roche 2021-11-24 23:04:14 +0100
  • fdcfb9bdce contrib/ports: check library has moved to github Florian La Roche 2021-11-24 22:51:52 +0100
  • a44fcb2e2e http_client: reset timeout when receiving data Bas Prins 2021-11-12 23:11:22 +0100
  • a72fc743ef update tinydir.h to newest version Simon Goldschmidt 2021-11-12 22:56:56 +0100
  • 601e1bb326 altcp mbedtls: fix error in preprocessor logic setting ALTCP_MBEDTLS_PLATFORM_ALLOC Tom Collins 2021-11-12 22:31:04 +0100
  • 12506cda7d doc/FILES: remove outdated entries Simon Goldschmidt 2021-11-10 21:14:02 +0100
  • bef26c4423 next release in this branch will be 2.1.4 STABLE-2_1_x Simon Goldschmidt 2021-11-10 19:58:51 +0100
  • 6ca936f6b5 Prepare 2.1.3 release STABLE-2_1_3_RELEASE Simon Goldschmidt 2021-11-10 19:25:03 +0100
  • e7b74570d9 Remove unnecessary files in release tarball Hu Keping 2020-06-30 20:30:01 +0000
  • 2c0a25ecd6 mdns : correct of errors compilation Abdellatif IDIRY 2021-10-25 14:56:49 +0200
  • 5886ff8c95 mdns : Add mdns_add_service_subtype_ptr_answer() function that write answer of the subtype service PTR RR to outpacket Abdellatif IDIRY 2021-10-25 10:57:25 +0200
  • 2355f4bb24 mdns : Add mdns_build_subtype_service_domain() function that build a domain name of subtype service Abdellatif IDIRY 2021-10-25 10:45:22 +0200
  • 9ba785ab3d mdns : update the mdns_resp_add_service() function to add and initialize the subtypes of a service Abdellatif IDIRY 2021-10-25 10:38:22 +0200
  • d7b05eed68 mdns : Add subtypes table to the service structe Abdellatif IDIRY 2021-10-25 10:32:13 +0200
  • 018c64ab94 PPP: assert if ppp_set_* functions are called when session is not dead Sylvain Rochet 2020-10-21 02:11:59 +0200
  • 7e92fb3d7f PPP: remove LWIP_ASSERT_CORE_LOCKED on ppp_set_auth function Sylvain Rochet 2020-10-20 04:15:25 +0200
  • e8741da9d2 contrib/ports: Remove redundant -Wredundant-decls Florian La Roche 2021-10-03 12:45:51 +0200
  • 051fbea5e6 Fix bug #54805: IP address can not be obtained over dhcp if PBUF_POOL_BUFSIZE is too small Dirk Ziegelmeier 2018-10-19 21:06:15 +0200
  • 214e2d90f3 bug #54700: Unexpected expiry of pending ARP table entry Florent Matignon 2018-09-20 16:40:34 +0200
  • 4022a19cbc altcp: fix altcp_tcp_close for LISTEN pcb Simon Goldschmidt 2020-02-03 22:13:07 +0100
  • 39a9c5a3c5 netif: fix removing ext-callback while callback is called Simon Goldschmidt 2021-10-01 19:44:07 +0200
  • 7ea2844fa8 netif: fix the netif's index error weycen 2021-09-26 23:05:53 +0800
  • 2fdd547907 tcp_out: Partial checksumming Simon Kuenzer 2021-08-18 15:15:15 +0200
  • 30ba55f269 inet_chksum: Partial checksums Simon Kuenzer 2021-08-18 01:00:14 +0200
  • e38c469795 pbuf: Introduce PBUF_FLAG_CSUM_PARTIAL Simon Kuenzer 2021-08-16 17:37:45 +0200
  • 7cfcf79e75 Fix custom LWIP_PLATFORM_DIAG Marek Mosna 2021-09-25 20:57:57 +0200
  • a32ea1e793 dhcp: don't set a default gateway if dhcp server doesn't give one Simon Goldschmidt 2021-05-14 10:32:57 +0200
  • f67f2692d4 mqtt: check data_cb != NULL Simon Goldschmidt 2021-03-04 20:18:04 +0100
  • 3b745f7154 ip4: ip4addr_aton: fix parsing of the octal IP representation Karol Domagalski 2020-03-05 11:34:59 +0100
  • d876d3c4df ip6: Fix incorrect assert in ip6_frag() Erik Ekman 2020-06-30 01:25:49 +0200
  • e8b0c52806 ip6: Add test for fragmenting special packet Erik Ekman 2020-06-30 01:17:03 +0200
  • 5bd7518343 netdb: Accept '0' as service in lwip_getaddrinfo Erik Ekman 2021-01-22 20:19:44 +0100
  • 51265f3f7d ip6: Fix crash in ip6_output with debug enabled Eric Koldeweij 2021-04-26 10:28:36 +0200
  • 2e4932f23b dhcp: generate new xid for DHCP release Christoffer Lind 2021-03-02 15:57:42 +0100
  • dbd0bc8a2c netdb: fix alignment warning in debug output Simon Goldschmidt 2021-03-05 13:04:18 +0100
  • e5627ec649 tcp: make tcp_listen() inherit the netbuf_idx of the original pcb Oliver Hitz 2020-10-27 11:02:02 +0100
  • 31702c5e73 tcp_in : fix ooseq update error duckpowerMB 2021-09-09 16:52:55 +0800
  • 5c8fd3158d unit: Support check v0.13.0 and later Erik Ekman 2020-06-19 15:36:33 +0200
  • d5843944cc netif: Add test for netif_find Erik Ekman 2021-02-27 12:28:14 +0100
  • f62be85576 netif: Add test for netif_is_flag_set() Erik Ekman 2021-02-08 19:29:33 +0100
  • f1bd63046e api_lib: fix duplicate NULL check with sys_sem_valid() Simon Goldschmidt 2019-07-10 21:55:28 +0200
  • ed6c951a19 Prepare v2.1.3.rc1 STABLE-2_1_3_RC1 Simon Goldschmidt 2021-08-15 14:54:38 +0200
  • ad9e7a6d87 lowpan6: Use arch-independent printf formatters Erik Ekman 2021-02-13 21:14:29 +0100
  • 6f7b26b1a8 Fix typo in definition of netif_is_flag_set() macro Thomas Mueller 2021-02-08 19:17:20 +0100
  • ecd6009a5e icmp6: Don't copy too much data Erik Ekman 2020-06-24 01:09:37 +0200
  • 6ffe30d9ba icmp6: Fix copying of chained pbuf in reply Erik Ekman 2020-06-24 00:37:42 +0200
  • 8f5a0aaacb icmp6: keep to the RFC and send as much as possible with icmp6 error messages Simon Goldschmidt 2020-02-05 20:43:25 +0100
  • ba3b04e7fe Add #define for minimum IPv6 MTU length Dirk Ziegelmeier 2019-03-28 08:16:29 +0100
  • 379d55044e zepif: Copy possibly chained output pbuf properly Erik Ekman 2020-07-01 22:05:28 +0200
  • 843a116155 pbuf: Add pbuf_copy_partial_pbuf library function Erik Ekman 2020-07-03 18:55:02 +0200
  • 1c6202c414 pbuf: fix allocating large PBUF_RAM Simon Goldschmidt 2021-01-30 22:06:46 +0100
  • 066a2b022d lwip_selscan: lwip_selscan return -1 without setting errno number yuanjm 2021-01-28 21:00:37 +0100
  • aca41b0beb icmp: Fix copied length in response packets Simon Goldschmidt 2021-08-15 10:30:20 +0200
  • b5e8ab6c15 tcp: Fix double free in tcp_split_unsent_seg() Erik Ekman 2020-06-19 15:00:25 +0200
  • 896c8a9f72 tcp_out: fix tcp_output_fill_options() arguments Hannes Gredler 2020-04-01 11:23:50 +0200
  • 59ecea3d8c Fix last commit for all netif loopback traffic Simon Goldschmidt 2020-02-21 17:25:51 +0100
  • b1f8ce8769 fix memory leak in netif_loop_output if tcpip_try_callback fails Nick Ballhorn-Wagner 2020-02-21 17:17:08 +0100
  • 8c43d83689 Fix select_waiting not being decremented for sockets closed while in lwip_select() Patrick Schlangen 2019-12-19 10:40:52 +0100
  • 87d44bbfcd sntp: ensure sntp_retry_timeout reaches the configured limit Simon Goldschmidt 2020-01-30 20:47:19 +0100
  • 07d3b3330d pbuf: avoid using multiple PBUF_POOL buffers for IPv6 Simon Goldschmidt 2020-01-30 20:42:15 +0100
  • 61349cf124 opt: make LWIP_IPV6_SEND_ROUTER_SOLICIT default to LWIP_IPV6 Simon Goldschmidt 2020-01-12 20:34:18 +0100
  • 7316b26740 sntp: remove existing timeout before creating new David Girault 2019-06-03 16:26:16 +0200
  • d4b3a006dc netif_find: correctly check if atoi means '0' or error Axel Lin 2019-12-12 09:23:11 +0800
  • 2f8886794f netif_find: check if atoi means '0' or error Simon Goldschmidt 2019-12-11 20:42:36 +0100
  • 02ab8c91a9 sys_arch_mbox_tryfetch not validated correctly Christoffer Lind 2019-10-02 08:46:44 +0200
  • 74ea1e43ca dhcp: don't use LWIP_ERROR in dhcp_parse_reply() Simon Goldschmidt 2019-07-26 20:43:08 +0200
  • e9000658fb IF_NAMESIZE: define it only if it's not defined before by system headers Joan Lledó 2019-07-09 21:54:22 +0200
  • d58e0f1a1a fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FULLDUPLEX Simon Goldschmidt 2019-07-10 21:29:13 +0200
  • 674c4ed080 LWIP_NETCONN_FULLDUPLEX is not alpha any more Simon Goldschmidt 2019-07-10 21:14:35 +0200
  • a68d6f1a9a Fix bug #56136: The netif->mtu6 was updated by Router Advertisement abnomally Dirk Ziegelmeier 2019-05-06 12:37:19 +0200
  • c0643e21ed Apply patch for bug #56239: compile fail when disable TCP Dirk Ziegelmeier 2019-04-30 13:16:30 +0200
  • 3fbb84f950 Fix bug #55702: SSI bug Dirk Ziegelmeier 2019-03-24 21:47:56 +0100
  • 053f5aa10d Fix compile of last patch Dirk Ziegelmeier 2019-03-24 21:46:43 +0100