Commit Graph

  • ec11b289cb Fix and simplify newlines in doxygen documentation Freddie Chopin 2019-03-26 17:34:01 +01:00
  • c594599350 Fix doxygen @ref in altcp.c Freddie Chopin 2019-03-26 17:31:20 +01:00
  • 53818ad3e4 Add #define for minimum IPv6 MTU length Dirk Ziegelmeier 2019-03-28 08:16:29 +01:00
  • bda6909df8 Fix bug #56003: -Wc++-compat causes build failure when using mbedtls Dirk Ziegelmeier 2019-03-26 20:11:22 +01:00
  • ecd8c5b936 Fix bug #55702: SSI bug Dirk Ziegelmeier 2019-03-24 21:47:56 +01:00
  • d0d86b5ba1 Fix compile of last patch Dirk Ziegelmeier 2019-03-24 21:46:43 +01:00
  • aa7009b2fc Fix bug #55972: The Neighbour Solicitation used to do IPv6 address resolution was wrong Dirk Ziegelmeier 2019-03-24 21:34:08 +01:00
  • 4f6fd6c845 Fix bug #55973: The parsing of max response time in MLD Query message was wrong Dirk Ziegelmeier 2019-03-24 21:32:26 +01:00
  • ff93961ff4 Update .gitignore for latest VSCode Dirk Ziegelmeier 2019-03-20 20:50:35 +01:00
  • 4b10b4dab3 Add note about MEMP_NUM_SYS_TIMEOUT in four apps Dirk Ziegelmeier 2019-03-20 20:50:17 +01:00
  • a329bdd607 Fix bug #55964: CMake's LWIP_COMPILER_FLAGS should be split for C and C++ Dirk Ziegelmeier 2019-03-20 11:20:35 +01:00
  • 1bb6e7f52d udp_bind: fix missing parenthesis warning Simon Goldschmidt 2019-02-27 10:29:55 +01:00
  • 3b5eb7ca90 udp_bind: fix missing parenthesis warning Simon Goldschmidt 2019-02-27 10:29:55 +01:00
  • 108ca1521e PPP, PPPoE: use service name and concentrator name Jacob Kroon 2018-12-20 03:01:34 +01:00
  • ea2bb9cd5b PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT support Sylvain Rochet 2018-12-18 22:18:42 +01:00
  • e6d05db86f PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined Jacob Kroon 2018-12-18 22:08:03 +01:00
  • d1f920a7d1 PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name and concentrator support Sylvain Rochet 2018-12-18 21:55:55 +01:00
  • fee64d7515 udp: fix udp_bind for IPADDR_TYPE_ANY Simon Goldschmidt 2019-02-26 14:48:44 +01:00
  • aad77fcacb Fix compile of UDP unit test Jacob Kroon 2019-01-01 20:08:24 +01:00
  • bebf072b77 Fix bug #55171: Binding UDP PCB with different IP type PCBs does not work Dirk Ziegelmeier 2018-12-06 14:40:57 +01:00
  • 7f53f7ced4 Add testcase for bug #55171: Binding UDP PCB with different IP type PCBs does not work Dirk Ziegelmeier 2018-12-06 14:40:20 +01:00
  • 752cdb1a53 udp: fix udp_bind for IPADDR_TYPE_ANY Simon Goldschmidt 2019-02-26 14:48:44 +01:00
  • 91a4d59eb4 dhcp_release_and_stop: don't clear netif ip address that was not assigned by dhcp.c Simon Goldschmidt 2019-02-18 13:15:37 +01:00
  • 1bd34ea364 altcp_tls: assert in altcp_mbedtls_bio_recv if bad state David Girault 2018-09-27 17:11:30 +02:00
  • a9a215c52e altcp: support for setting keepalive parameters David Girault 2018-08-28 16:23:20 +02:00
  • 5cea646b12 altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config struct David Girault 2018-05-23 15:39:27 +02:00
  • ff14bbb3c1 altcp_tls_mbedtls: listen: free members of the ssl context Simon Goldschmidt 2018-12-03 07:14:02 +01:00
  • 89be04ce7a altcp_tls: add functions to create servers with multiple certificates Simon Goldschmidt 2018-11-24 13:41:34 +01:00
  • 4b3c59e4cc altcp_tls_mbedtls: add session tickes, improve configuration for session cache Simon Goldschmidt 2018-11-23 22:39:58 +01:00
  • beeb300c18 altcp_tls_mbedtls: add debug output of mbedtls library Simon Goldschmidt 2018-11-23 22:25:21 +01:00
  • 79732693f3 altcp_tls_mbedtls: use mbedtls_entropy_func for mbedtls_ctr_drbg_seed Simon Goldschmidt 2018-11-06 21:28:01 +01:00
  • ef3d12c60e altcp_tls: whitespace cleanup Simon Goldschmidt 2019-02-18 13:11:27 +01:00
  • 608a2f9741 Revert "altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes" Simon Goldschmidt 2019-02-18 13:09:32 +01:00
  • 174cc87227 Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT) Dirk Ziegelmeier 2019-02-08 12:29:05 +01:00
  • 0d6d8922f2 Implement RFC4075 Receive SNTP servers via DHCPv6 David J. Fiddes 2019-01-19 12:21:56 +00:00
  • 67350e3c01 mqtt: remove bad assert in mqtt_message_received() David Girault 2019-01-30 11:36:51 +01:00
  • 1a6455bc25 tcp: improve debug message a little Simon Goldschmidt 2019-01-30 14:27:16 +01:00
  • e1528e084d Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ON Dirk Ziegelmeier 2019-01-28 14:21:34 +01:00
  • 1892f445e2 Apply patch #9737: Fix DHCPv6 DNS server assignment Dirk Ziegelmeier 2019-01-28 14:19:15 +01:00
  • 484f0fbafa Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept() Dirk Ziegelmeier 2019-01-28 14:13:52 +01:00
  • 5378fd84df Add documentation on how to debug memory pool sizes Dirk Ziegelmeier 2019-01-28 14:05:05 +01:00
  • 9d8b8d9c69 TCP/UDP documentation: Add reference to PCB mempool #defines Dirk Ziegelmeier 2019-01-28 13:47:03 +01:00
  • cd91647999 Fix bug #55513: Uninitialized variable in struct netconn Dirk Ziegelmeier 2019-01-18 20:51:58 +01:00
  • 5cc46d7989 nd6: fix copying more than one DNS server Simon Goldschmidt 2018-12-05 19:56:48 +01:00
  • fe4395336a Fix bug #55078: Add custom data to pbuf struct Dirk Ziegelmeier 2018-11-25 14:01:23 +01:00
  • 9d97a467ca netbiosns_name_decode: Take CONST char* as first argument Dirk Ziegelmeier 2018-11-21 21:03:36 +01:00
  • e479bd56df Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT) Dirk Ziegelmeier 2019-02-08 12:29:05 +01:00
  • 049cae841d More cleanups to travis.sh - run all test even if some fail Dirk Ziegelmeier 2019-02-03 09:36:44 +01:00
  • a7b06bef5f Fix iteropts.sh to correctly return error code Dirk Ziegelmeier 2019-02-03 09:31:26 +01:00
  • 32bc761245 iteropts.sh: -j 4 is sufficient Dirk Ziegelmeier 2019-02-03 09:09:50 +01:00
  • 8a08c4cd4f Cleanup travis build script Dirk Ziegelmeier 2019-02-03 09:03:22 +01:00
  • 71f56714dd Remove iteropts test errors again, still not working Dirk Ziegelmeier 2019-02-02 23:17:39 +01:00
  • 95dbe78821 Add bug to iteropts test to check if travis fails now Dirk Ziegelmeier 2019-02-02 23:10:31 +01:00
  • c03e949ca9 Try to fix iteropts build, try to make travis fail when iteropts test fails Dirk Ziegelmeier 2019-02-02 23:04:52 +01:00
  • 3f4e183e3f Disable documentation warning in iteropts test Dirk Ziegelmeier 2019-02-02 22:59:54 +01:00
  • 78a0a62484 Add missing newline at end of file Dirk Ziegelmeier 2019-02-02 22:58:53 +01:00
  • 27c226b5d6 Fix a few documentation errors in MDNS Dirk Ziegelmeier 2019-02-02 22:44:57 +01:00
  • dc607c5be4 Fix lwip_port_rand() Dirk Ziegelmeier 2019-02-02 22:38:49 +01:00
  • aa4668cc47 Add lwip_port_rand() to unix port Dirk Ziegelmeier 2019-02-02 22:37:18 +01:00
  • cbc80a0920 revert accidentally committed files Simon Goldschmidt 2019-01-30 21:14:01 +01:00
  • b1d3dcb8d7 tcp: don't reset dupack count upon non-empty packet receive Solganik Alexander 2019-01-06 16:43:00 +01:00
  • 5666f305ce sntp: obey KoD when using multiple servers Simon Goldschmidt 2019-01-30 20:42:56 +01:00
  • 8e86555f93 mdns: fix compiler errors and coding style Simon Goldschmidt 2019-01-30 20:15:26 +01:00
  • b4be0d8808 mdns: added support for searching services David Girault 2017-04-21 12:05:47 +02:00
  • 9263d44847 Small documentation fix for TFTP Ivan Warren 2018-12-22 12:31:00 +01:00
  • 8f2f43f093 Implement RFC4075 Receive SNTP servers via DHCPv6 David J. Fiddes 2019-01-19 12:21:56 +00:00
  • 3cb6ae7770 altcp_tls: assert in altcp_mbedtls_bio_recv if bad state David Girault 2018-09-27 17:11:30 +02:00
  • b04d8a6a6c altcp: support for setting keepalive parameters David Girault 2018-08-28 16:23:20 +02:00
  • b298afabdc altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config struct David Girault 2018-05-23 15:39:27 +02:00
  • 2037ec371c test: fix compiling unit test on win32 Simon Goldschmidt 2019-01-30 14:53:41 +01:00
  • 2cc420e434 mqtt: remove bad assert in mqtt_message_received() David Girault 2019-01-30 11:36:51 +01:00
  • ed561a578b tcp: improve debug message a little Simon Goldschmidt 2019-01-30 14:27:16 +01:00
  • 3e59b224fa tcpecho_raw: fix bogus pbuf_free on error Simon Goldschmidt 2019-01-30 14:20:16 +01:00
  • 4c19a909c2 Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ON Dirk Ziegelmeier 2019-01-28 14:21:34 +01:00
  • 941300c21c Apply patch #9737: Fix DHCPv6 DNS server assignment Dirk Ziegelmeier 2019-01-28 14:19:15 +01:00
  • 3efc43531b Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept() Dirk Ziegelmeier 2019-01-28 14:13:52 +01:00
  • a215eba50e Add documentation on how to debug memory pool sizes Dirk Ziegelmeier 2019-01-28 14:05:05 +01:00
  • 8bf2e21b4d TCP/UDP documentation: Add reference to PCB mempool #defines Dirk Ziegelmeier 2019-01-28 13:47:03 +01:00
  • 926e399355 Fix bug #55513: Uninitialized variable in struct netconn Dirk Ziegelmeier 2019-01-18 20:51:58 +01:00
  • ea14b774c8 Replace several occurences of stdint types by lwIPs portability typedefs Dirk Ziegelmeier 2019-01-06 21:19:04 +01:00
  • d504e27142 dhcp.c: Fix typo in debug message Dirk Ziegelmeier 2019-01-04 11:08:46 +01:00
  • 2f098c42a7 Fix compile of UDP unit test Jacob Kroon 2019-01-01 20:08:24 +01:00
  • c02fea0961 PPP, PPPoE: use service name and concentrator name Jacob Kroon 2018-12-20 03:01:34 +01:00
  • 48615984c7 PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT support Sylvain Rochet 2018-12-18 22:18:42 +01:00
  • 7eab5947af PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined Jacob Kroon 2018-12-18 22:08:03 +01:00
  • 96548ede2b PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name and concentrator support Sylvain Rochet 2018-12-18 21:55:55 +01:00
  • 2ff0db9a9b Fix bug #55171: Binding UDP PCB with different IP type PCBs does not work Dirk Ziegelmeier 2018-12-06 14:40:57 +01:00
  • 91037b4c28 Add testcase for bug #55171: Binding UDP PCB with different IP type PCBs does not work Dirk Ziegelmeier 2018-12-06 14:40:20 +01:00
  • 75f33081c2 DEF: added lwip_strnistr() for case insensitive matching Jasper Verschueren 2018-12-04 14:52:22 +01:00
  • dcb29c591f nd6: fix copying more than one DNS server Simon Goldschmidt 2018-12-05 19:56:48 +01:00
  • 282389a332 altcp_tls_mbedtls: listen: free members of the ssl context Simon Goldschmidt 2018-12-03 07:14:02 +01:00
  • 930eb27ba7 CMake: add debug info only for debug builds Dirk Ziegelmeier 2018-11-28 22:43:21 +01:00
  • aaf7f03d95 List supported build types in top-level CMakeLists.txt Dirk Ziegelmeier 2018-11-26 09:26:37 +01:00
  • 0df4109074 Fix MSVC optimization flags Dirk Ziegelmeier 2018-11-26 08:11:39 +01:00
  • 781a4ccb62 mdns_domain.c: Fix doxygen comments Dirk Ziegelmeier 2018-11-25 14:39:31 +01:00
  • c79af6e53e Doxygen: Warnings are errors Dirk Ziegelmeier 2018-11-25 14:38:16 +01:00
  • 982b86fa48 CMake: Add support for Debug/Release builds Dirk Ziegelmeier 2018-11-25 14:25:23 +01:00
  • 92a18bf638 Fix bug #55078: Add custom data to pbuf struct Dirk Ziegelmeier 2018-11-25 14:01:23 +01:00
  • 3f583a1757 altcp_tls: add functions to create servers with multiple certificates Simon Goldschmidt 2018-11-24 13:41:34 +01:00
  • 6f232b7c3f altcp_tls_mbedtls: add session tickes, improve configuration for session cache Simon Goldschmidt 2018-11-23 22:39:58 +01:00