Skip to content
  1. Apr 18, 2024
  2. Apr 05, 2024
  3. Mar 31, 2024
  4. 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
  5. Mar 13, 2024
  6. Mar 12, 2024
  7. Mar 10, 2024
  8. Mar 09, 2024
  9. Mar 03, 2024
  10. Mar 02, 2024
  11. Mar 01, 2024
  12. Feb 29, 2024
  13. Feb 27, 2024
  14. Feb 26, 2024
  15. Feb 25, 2024
  16. Feb 24, 2024
  17. Feb 23, 2024
  18. Feb 21, 2024
  19. Feb 20, 2024
  20. Feb 19, 2024
  21. Feb 18, 2024
  22. Feb 17, 2024
  23. Feb 15, 2024