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: bramvdbogaerde/go-scp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: bramvdbogaerde/go-scp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 11 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    18d5aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8007c8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f72b51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea410af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2393b73 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    adc0026 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    b4cd115 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from datadius/preserve-protocol

    Handle T message and prepare for adding -p option
    bramvdbogaerde authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    db7cf4f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    e40dcd9 View commit details
    Browse the repository at this point in the history
  2. fix(tests): minor fixes to check equality between fileinfos and stat

    previous version would 'sanity' check with permission 0777 only,
    we now check whether the permissions correspond with the file on the
    remote server.
    bramvdbogaerde committed May 26, 2024
    Configuration menu
    Copy the full SHA
    71c7406 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix: issue #86, swap from strconv.Atoi to strconv.ParseInt(parts[1], …

    …10, 64) (#87)
    
    This change solves a problem on 32-bit systems where file sizes larger than 2^32 could not be parsed. By using ParseInt directly and setting the bit-size to 64 explicitly, the size is always parsed and stored as a 64-bit integer regardless of the host platform.
    Codycody31 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5ac8595 View commit details
    Browse the repository at this point in the history
Loading