1. 17 Apr, 2024 3 commits
  2. 15 Apr, 2024 8 commits
  3. 12 Apr, 2024 2 commits
    • Me No Dev's avatar
      IDF release/v5.1 (#9498) · 49b94644
      Me No Dev authored
      * fix(ble): rename esp_ble_gap_ext_adv_report_t
      
      * IDF release/v5.1 d23b7a0361
      49b94644
    • Sly Gryphon's avatar
      fix(dns): Fix IPv6-only network, by checking IPv6 first if you have public address (#9443) · 3a0dd1cb
      Sly Gryphon authored
      Work around because AF_UNSPEC does not check available addresses when
      determining result.
      
      If you have a global scope IPv6 address, then first check for IPv6 DNS result;
      if you don't have an IPv6, or there is no IPv6 result, then check IPv4.
      
      This allows IPv6-only networks to connect to dual-stack destinations, as they
      will get the IPv6 address (rather than the unusable IPv4).
      
      It also means a dual-stack host to a dual-stack destination will preference
      IPv6.
      
      There is no effect if you are on an IPv4-only network, or it is an IPv4-only
      destination.
      3a0dd1cb
  4. 11 Apr, 2024 2 commits
  5. 10 Apr, 2024 4 commits
  6. 09 Apr, 2024 2 commits
  7. 08 Apr, 2024 2 commits
  8. 06 Apr, 2024 1 commit
  9. 05 Apr, 2024 2 commits
  10. 04 Apr, 2024 2 commits
  11. 03 Apr, 2024 4 commits
  12. 02 Apr, 2024 6 commits
  13. 29 Mar, 2024 2 commits