Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support writing metadata to files + other improvements/fixes #40

Merged
merged 10 commits into from
Jul 23, 2021

Commits on Jul 21, 2021

  1. Support writing file metadata

    dhui committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    47e6978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6d55b View commit details
    Browse the repository at this point in the history
  3. Implement copy ourselves

    dhui committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    d1e5f3e View commit details
    Browse the repository at this point in the history
  4. Simplify handleWriteMetadataResponse()

    Use strings.HasSuffix instead of implementing it ourselves
    Addresses: barasher#40 (comment)
    dhui committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0fbd89d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d823a27 View commit details
    Browse the repository at this point in the history
  6. Handle fmt.Fprintln() errors

    dhui committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    33a2d6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e67a00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87c8ba7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Run CI using Go 1.15.x

    dhui committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    72bafc1 View commit details
    Browse the repository at this point in the history
  2. Make compatible with Go 1.15.x

    dhui committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1101b47 View commit details
    Browse the repository at this point in the history