Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: veeso/suppaftp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: veeso/suppaftp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 17 files changed
  • 2 contributors

Commits on Oct 14, 2024

  1. fix: Passive mode with custom provided TcpStream (#91)

    * fix: Passive mode with custom provided TcpStream
    
    * fix: ci
    
    * fix: ci
    veeso authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d328e6c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix: Added Send marker to the Closure: `dyn Fn(SocketAddr) -> Pin<B…

    …ox<dyn Future<Output = FtpResult<TcpStream>> + Send>> + Send;`
    veeso committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e12fa00 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. fix: FtpStream should be Sync

    veeso committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8fdb1cb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix(deps): force rustls to use ring

    #94
    
    fix #94
    veeso committed Nov 27, 2024
    1 Configuration menu
    Copy the full SHA
    390c68c View commit details
    Browse the repository at this point in the history
  2. fix: ci

    veeso committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    acd485b View commit details
    Browse the repository at this point in the history
  3. fix: testcontainers for tests

    veeso committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    dd2f469 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. fix: msrv

    veeso committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    628e8bb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Configuration menu
    Copy the full SHA
    e287127 View commit details
    Browse the repository at this point in the history
  2. fix: suppaftp 6.0.6

    veeso committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    b71eb30 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. Configuration menu
    Copy the full SHA
    d28b1bb View commit details
    Browse the repository at this point in the history
  2. fix: 6.0.7

    veeso committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    70cfddb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. fix(ci): coverage

    veeso committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    d64670c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. fix: doc: fix minor typos referencing 'termscp' in CONTRIBUTING.md (#98

    …) (#99)
    
    Signed-off-by: Alan D. Salewski <ads@salewski.email>
    salewski authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    aed101e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. feat(deps): migrated from async-tls to futures-rustls (#101)

    async-tls is unmaintained and rustls has actually released an official version for async tls, so we should use that instead
    
    fix #100
    veeso authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    72c68b4 View commit details
    Browse the repository at this point in the history
  2. fix(chore): readme styles

    veeso committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    48eea09 View commit details
    Browse the repository at this point in the history
Loading