Commit Graph

  • 4baf17d5b2 mdns: restart probing when IP addresses has changed David Girault 2019-06-25 11:07:41 +0200
  • 4ca115a08e mdns: move MDNS_PROBE_DELAY_MS to mdns_opts.h to allow customisation David Girault 2019-06-14 17:35:48 +0200
  • 2441c6fa3f mdns: abort packet analysis if conflict detected David Girault 2019-06-14 17:35:00 +0200
  • 6302423d7f mdns: handle tiebreaking loose like conflict David Girault 2019-06-14 13:53:10 +0200
  • 9301225895 mdns: support for multi-packet known answer (questions with TC bit) David Girault 2019-06-14 09:52:16 +0200
  • e85e473838 mdns: remove service TXT record from probe packets David Girault 2019-06-10 15:08:19 +0200
  • 710b7fc158 mdns: add mdns_resp_restart_delay to allow re-probe delay selection David Girault 2019-05-29 17:58:20 +0200
  • cd278c426d mdns: remove duplicate acd_state_enum_t declaration David Girault 2019-06-03 13:33:38 +0200
  • aa79b90d3c mdns: update probe conflict function to provide service in conflict David Girault 2019-10-15 13:01:46 +0200
  • a2498898b0 mdns: increase mDNS output packet size David Girault 2019-01-31 16:47:10 +0100
  • cb3f0a9b17 fuzz: adapt to changes in mdns Simon Goldschmidt 2019-12-11 19:50:50 +0100
  • 0caacf82b4 netif_add: zero-init netif->acd_list Simon Goldschmidt 2019-12-11 19:49:50 +0100
  • e0be5a7f6d default_netif.c: add missing include Simon Goldschmidt 2019-12-11 19:49:26 +0100
  • 2b6d9a56f7 Contrib: Add kFreeBSD to the Unix port Joan Lledó 2019-08-28 08:48:00 +0200
  • f47d2ed5fe sys_arch_mbox_tryfetch not validated correctly Christoffer Lind 2019-10-02 08:46:44 +0200
  • af0499131f autoip: fix typo Simon Goldschmidt 2019-12-10 21:43:47 +0100
  • 30d445bd39 acd: inform address is good only when going in ongoing state David Girault 2019-06-25 11:12:18 +0200
  • 05ffe144dd acd: reset conflict count to ensure fast re-probing after announcing David Girault 2019-06-25 11:10:04 +0200
  • e09add37c1 acd: fix MAX_CONFLICTS check accorting RFC. David Girault 2019-05-21 15:09:42 +0200
  • eaa8f34f6a lowpan6.c: fix unuinitialized variable if LWIP_6LOWPAN_IPHC==0 Georgy Komarov 2019-11-15 11:34:08 +0100
  • fe25ca66af httpd: makefsdata: fix passing deflate level via commandline Simon Goldschmidt 2019-12-02 21:13:45 +0100
  • bef201e162 sockets: fix IS_SOCK_ADDR_ALIGNED() for 16 bit platforms Simon Goldschmidt 2019-12-02 20:53:13 +0100
  • 03998f5147 autoip: fix 'autoip_remove_struct()' after changing storage to 'netif_client_data' Simon Goldschmidt 2019-11-21 22:19:35 +0100
  • 79cd89f99d Fix possible NULL pointer dereference in autoip_start() Dirk Ziegelmeier 2019-08-28 07:24:31 +0200
  • 7fd158a109 Make socket functions depend on LWIP_SOCKETS Joan Lledó 2019-08-03 12:11:07 +0200
  • 0aad45593f Unix port: sio module: memset struct sigaction to 0 Joan Lledó 2019-08-16 08:40:24 +0200
  • 785b7aba3c Sockets: Unit tests and apps corrections Joan Lledó 2019-08-10 11:31:24 +0200
  • f92d6702bc Sockets: declare msghdr->msg_iovlen as msg_iovlen_t Joan Lledó 2019-08-10 11:15:37 +0200
  • c4f33be3f3 fix compiling last commit (save before committing...) Simon Goldschmidt 2019-08-06 22:34:17 +0200
  • 19e22f870f add https example Simon Goldschmidt 2019-08-06 22:17:55 +0200
  • 2f5305c259 Unix port: improve support for the Hurd Joan Lledó 2019-07-14 12:30:40 +0200
  • 602a66fe58 sockets: convert _HAVE_SA_LEN to lwip style Simon Goldschmidt 2019-08-01 21:04:06 +0200
  • f126750ccd Add support for struct sockaddr with no sa_len field. Joan Lledó 2019-07-27 18:31:35 +0200
  • c53a8444e8 dhcp: don't use LWIP_ERROR in dhcp_parse_reply() Simon Goldschmidt 2019-07-26 20:43:08 +0200
  • 6b3ed88d9c ALTCP_TLS_MBEDTLS: include mbedtls/net_sockets.h instead of deprecated mbedtls/net.h Simon Goldschmidt 2019-07-26 20:29:27 +0200
  • fa6f8054eb Move LWIP_MARK_TCPIP_THREAD to include/lwip/sys.h Joan Lledó 2019-07-24 18:58:08 +0200
  • 8291ff3dc0 Fix definition of LWIP_NUM_SYS_TIMEOUT_INTERNAL Freddie Chopin 2019-07-26 16:44:12 +0200
  • 9dca4a0211 New function tcpip_callback_wait() * Call a function inside the tcpip thread and block the calling thread until the callback finishes. Joan Lledó 2019-05-19 11:08:45 +0200
  • 3546a0a4a0 IF_NAMESIZE: define it only if it's not defined before by system headers Joan Lledó 2019-07-09 21:54:22 +0200
  • 5465fdfd69 netconn: add callback arg storage Simon Goldschmidt 2019-07-13 20:46:36 +0200
  • f37925dad2 api_lib: fix duplicate NULL check with sys_sem_valid() Simon Goldschmidt 2019-07-10 21:55:28 +0200
  • 2ebebe7287 fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FULLDUPLEX Simon Goldschmidt 2019-07-10 21:29:13 +0200
  • aa545fbbc6 LWIP_NETCONN_FULLDUPLEX is not alpha any more Simon Goldschmidt 2019-07-10 21:14:35 +0200
  • 832490eec8 Added the configuration option ALTCP_MBEDTLS_AUTHMODE to set the certificate verification mode. Giuseppe Modugno 2019-06-11 09:50:31 +0200
  • edeeef0d20 mqtt: fix ping request coming too late Giuseppe Modugno 2019-06-11 07:40:15 +0200
  • b3a939417e sockets: Get rid of sock_set_errno Axel Lin 2019-05-06 19:47:56 +0800
  • 0255106d55 Fix bug #56136: The netif->mtu6 was updated by Router Advertisement abnomally Dirk Ziegelmeier 2019-05-06 12:37:19 +0200
  • ff17530997 mdns mdns_search_service mdns_search_stop: define the request id as unsigned. Our Air Quality 2019-04-12 10:20:11 +1000
  • 3d7ff53070 Apply patch for bug #56098: Support for MQTT over TLS port 443 instead of 8883 Dirk Ziegelmeier 2019-04-30 13:22:09 +0200
  • 295996f912 Apply patch for bug #56239: compile fail when disable TCP Dirk Ziegelmeier 2019-04-30 13:16:30 +0200
  • 534d3a794c Minor compile fix for last commit Dirk Ziegelmeier 2019-04-30 13:05:50 +0200
  • fc8f6e8fd9 mqtt: fix first packet checking which fail if MQTT_VAR_HEADER_BUFFER_LEN > 1516 David Girault 2019-04-04 12:03:12 +0200
  • df0699c143 mqtt: support mostly zero-copy message analysis David Girault 2019-01-30 15:53:30 +0100
  • 156bb74d17 mdns_resp_add_service: simplify the max services guard. Our Air Quality 2019-04-03 21:35:19 +1100
  • 224b884c1e mDNS: output search queries to the IP v4 and v6 groups. Our Air Quality 2019-04-04 12:57:36 +1100
  • c156cd2a33 ND6: add an explicit queue size check. Our Air Quality 2019-04-04 13:13:18 +1100
  • 46bbfe4ee2 mdns: defined the service slot id as unsigned rather than signed. Our Air Quality 2019-04-12 10:36:35 +1000
  • 2229c51704 mdns_search_service: simply the search for a free slot. Our Air Quality 2019-04-03 21:40:14 +1100
  • af5906370f mDNS: change some debug line terminations to just newlines. Our Air Quality 2019-04-03 21:31:14 +1100
  • ec11b289cb Fix and simplify newlines in doxygen documentation Freddie Chopin 2019-03-26 17:34:01 +0100
  • c594599350 Fix doxygen @ref in altcp.c Freddie Chopin 2019-03-26 17:31:20 +0100
  • 53818ad3e4 Add #define for minimum IPv6 MTU length Dirk Ziegelmeier 2019-03-28 08:16:29 +0100
  • bda6909df8 Fix bug #56003: -Wc++-compat causes build failure when using mbedtls Dirk Ziegelmeier 2019-03-26 20:11:22 +0100
  • ecd8c5b936 Fix bug #55702: SSI bug Dirk Ziegelmeier 2019-03-24 21:47:56 +0100
  • d0d86b5ba1 Fix compile of last patch Dirk Ziegelmeier 2019-03-24 21:46:43 +0100
  • aa7009b2fc Fix bug #55972: The Neighbour Solicitation used to do IPv6 address resolution was wrong Dirk Ziegelmeier 2019-03-24 21:34:08 +0100
  • 4f6fd6c845 Fix bug #55973: The parsing of max response time in MLD Query message was wrong Dirk Ziegelmeier 2019-03-24 21:32:26 +0100
  • ff93961ff4 Update .gitignore for latest VSCode Dirk Ziegelmeier 2019-03-20 20:50:35 +0100
  • 4b10b4dab3 Add note about MEMP_NUM_SYS_TIMEOUT in four apps Dirk Ziegelmeier 2019-03-20 20:50:17 +0100
  • a329bdd607 Fix bug #55964: CMake's LWIP_COMPILER_FLAGS should be split for C and C++ Dirk Ziegelmeier 2019-03-20 11:20:35 +0100
  • 1bb6e7f52d udp_bind: fix missing parenthesis warning Simon Goldschmidt 2019-02-27 10:29:55 +0100
  • 3b5eb7ca90 udp_bind: fix missing parenthesis warning Simon Goldschmidt 2019-02-27 10:29:55 +0100
  • 108ca1521e PPP, PPPoE: use service name and concentrator name Jacob Kroon 2018-12-20 03:01:34 +0100
  • ea2bb9cd5b PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT support Sylvain Rochet 2018-12-18 22:18:42 +0100
  • e6d05db86f PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined Jacob Kroon 2018-12-18 22:08:03 +0100
  • d1f920a7d1 PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name and concentrator support Sylvain Rochet 2018-12-18 21:55:55 +0100
  • fee64d7515 udp: fix udp_bind for IPADDR_TYPE_ANY Simon Goldschmidt 2019-02-26 14:48:44 +0100
  • aad77fcacb Fix compile of UDP unit test Jacob Kroon 2019-01-01 20:08:24 +0100
  • bebf072b77 Fix bug #55171: Binding UDP PCB with different IP type PCBs does not work Dirk Ziegelmeier 2018-12-06 14:40:57 +0100
  • 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 +0100
  • 752cdb1a53 udp: fix udp_bind for IPADDR_TYPE_ANY Simon Goldschmidt 2019-02-26 14:48:44 +0100
  • 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 +0100
  • 1bd34ea364 altcp_tls: assert in altcp_mbedtls_bio_recv if bad state David Girault 2018-09-27 17:11:30 +0200
  • a9a215c52e altcp: support for setting keepalive parameters David Girault 2018-08-28 16:23:20 +0200
  • 5cea646b12 altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config struct David Girault 2018-05-23 15:39:27 +0200
  • ff14bbb3c1 altcp_tls_mbedtls: listen: free members of the ssl context Simon Goldschmidt 2018-12-03 07:14:02 +0100
  • 89be04ce7a altcp_tls: add functions to create servers with multiple certificates Simon Goldschmidt 2018-11-24 13:41:34 +0100
  • 4b3c59e4cc altcp_tls_mbedtls: add session tickes, improve configuration for session cache Simon Goldschmidt 2018-11-23 22:39:58 +0100
  • beeb300c18 altcp_tls_mbedtls: add debug output of mbedtls library Simon Goldschmidt 2018-11-23 22:25:21 +0100
  • 79732693f3 altcp_tls_mbedtls: use mbedtls_entropy_func for mbedtls_ctr_drbg_seed Simon Goldschmidt 2018-11-06 21:28:01 +0100
  • ef3d12c60e altcp_tls: whitespace cleanup Simon Goldschmidt 2019-02-18 13:11:27 +0100
  • 608a2f9741 Revert "altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes" Simon Goldschmidt 2019-02-18 13:09:32 +0100
  • 174cc87227 Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT) Dirk Ziegelmeier 2019-02-08 12:29:05 +0100
  • 0d6d8922f2 Implement RFC4075 Receive SNTP servers via DHCPv6 David J. Fiddes 2019-01-19 12:21:56 +0000
  • 67350e3c01 mqtt: remove bad assert in mqtt_message_received() David Girault 2019-01-30 11:36:51 +0100
  • 1a6455bc25 tcp: improve debug message a little Simon Goldschmidt 2019-01-30 14:27:16 +0100
  • e1528e084d Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ON Dirk Ziegelmeier 2019-01-28 14:21:34 +0100
  • 1892f445e2 Apply patch #9737: Fix DHCPv6 DNS server assignment Dirk Ziegelmeier 2019-01-28 14:19:15 +0100
  • 484f0fbafa Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept() Dirk Ziegelmeier 2019-01-28 14:13:52 +0100
  • 5378fd84df Add documentation on how to debug memory pool sizes Dirk Ziegelmeier 2019-01-28 14:05:05 +0100