1. 16 Sep, 2014 14 commits
  2. 15 Sep, 2014 3 commits
  3. 10 Sep, 2014 2 commits
  4. 09 Sep, 2014 1 commit
  5. 05 Sep, 2014 3 commits
  6. 04 Sep, 2014 1 commit
    • ssh: store error message immediately after a failed agent call · 2dc399a8
      When the call to the agent fails, we must retrieve the error message
      just after the function call, as other calls may overwrite it.
      
      As the agent authentication is the only one which has a teardown and
      there does not seem to be a way to get the error message from a stored
      error number, this tries to introduce some small changes to store the
      error from the agent.
      
      Clearing the error at the beginning of the loop lets us know whether the
      agent has already set the libgit2 error message and we should skip it,
      or if we should set it.
      Carlos Martín Nieto committed
  7. 03 Sep, 2014 5 commits
  8. 02 Sep, 2014 8 commits
  9. 01 Sep, 2014 3 commits