github Byron/gitoxide git-transport-v0.25.2
git-transport v0.25.2

20 months ago

Bug Fixes

  • gix clone ssh://... won't deadlock anymore.
    For cargo specifically we now parse stderr to see if permission errors
    occour. This links stderr and stdout and we have to pass information from
    a supervisor thread that parses stderr to stdout and use the information to
    return a custom io error in time.
    Now the algorithm is adjusted to never be able to deadlock, as the problem
    is inherently racy and somewhat hard to implement it properly especially without
    a good test suite built-into gitoxde - there are no ssh servers one can easily
    spin up cross-platform.

Commit Statistics

  • 3 commits contributed to the release over the course of 6 calendar days.
  • 9 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • prepare changelogs prior to release (4381a03)
    • Merge branch 'gix-clone-improvements' (76c99f3)
    • gix clone ssh://... won't deadlock anymore. (6ba799c)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.