Skip to content
  1. May 16, 2024
    • Ondrej Holy's avatar
      network: Request content type attribute when enumerating · c49dae48
      Ondrej Holy authored
      The `g_file_info_get_content_type` function is used, but the content
      type attribute is not requested. Consequently, several critical warnings
      are printed. Let's add the content type attribute to the list of
      requested attributes.
      
      Fixes: #734
      c49dae48
    • Ondrej Holy's avatar
      wsdd: Always set content type attribute · 4f663c30
      Ondrej Holy authored
      The network backend relies on the fact that the content type attribute is
      always set. This is not true for files from wsdd backend, which leads to
      critical warnings. Let's always set the content type attribute to avoid
      that.
      
      Related: #734
      4f663c30
    • Ondrej Holy's avatar
      dnssd: Always set content type attribute · 6ad37f2a
      Ondrej Holy authored
      The network backend relies on the fact that the content type attribute is
      always set. This is not true for files from dnssd backend, which leads to
      critical warnings. Let's always set the content type attribute to avoid
      that.
      
      Related: #734
      6ad37f2a
    • Ondrej Holy's avatar
      metadata: Check g_stat result · 357d1ba8
      Ondrej Holy authored
      The `g_stat` result is not checked currently. This might lead to the
      "Conditional jump or move depends on uninitialised value(s)" errors
      detected by the valgrind tool. Let's check the result first before
      using the `statbuf` data.
      
      Fixes: #733
      357d1ba8
  2. May 15, 2024
  3. May 12, 2024
  4. May 07, 2024
  5. May 06, 2024
  6. Apr 29, 2024
  7. Apr 18, 2024
  8. Apr 05, 2024
  9. Mar 31, 2024
  10. Mar 15, 2024
    • Ben Wolsieffer's avatar
      ftp: Fix data connection to IPv6 link-local address · 60972c11
      Ben Wolsieffer authored and Ondrej Holy's avatar Ondrej Holy committed
      With IPv6, the passive mode data connection address is constructed by
      taking the control socket address and replacing the port with the one
      specified in the EPSV response. In doing so, we lose the scope-id and
      flowinfo properties. The scope-id field in particular is required when
      connecting to a link local address, as it determines which link the
      address belongs to. Without it, the connection fails.
      
      To fix this, manually construct the GInetSocketAddress instance, copying
      all the fields except the port from the old address.
      60972c11
    • Ondrej Holy's avatar
      Post release version bump · ae47724d
      Ondrej Holy authored
      ae47724d
    • Ondrej Holy's avatar
      Release version 1.54.0 · b22df750
      Ondrej Holy authored
      1.54.0
      b22df750
  11. Mar 13, 2024
  12. Mar 12, 2024
  13. Mar 10, 2024
  14. Mar 09, 2024
  15. Mar 03, 2024
  16. Mar 02, 2024
  17. Mar 01, 2024
  18. Feb 29, 2024
  19. Feb 27, 2024
  20. Feb 26, 2024
  21. Feb 25, 2024
  22. Feb 24, 2024
  23. Feb 23, 2024
  24. Feb 21, 2024
  25. Feb 20, 2024