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

libgit2: remove deadlock #785

Merged
merged 2 commits into from
Jun 21, 2022
Merged

libgit2: remove deadlock #785

merged 2 commits into from
Jun 21, 2022

Commits on Jun 16, 2022

  1. libgit2: remove deadlock

    Some scenarios may lead to deadlocks, specially
    in image automation controller.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    09fae63 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. libgit2/ssh: Embed connection fields in Subtransport

    The connection type was created to group the connection related fields
    and use mutex to prevent race conditions. Since that's no longer the
    case, this puts back those fields in sshSmartSubtransport.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a530c5d View commit details
    Browse the repository at this point in the history