1. 10 Nov, 2017 1 commit
  2. 09 Nov, 2017 1 commit
  3. 06 Nov, 2017 4 commits
  4. 04 Nov, 2017 5 commits
  5. 31 Oct, 2017 3 commits
  6. 30 Oct, 2017 7 commits
  7. 29 Oct, 2017 4 commits
  8. 28 Oct, 2017 2 commits
  9. 23 Oct, 2017 11 commits
  10. 20 Oct, 2017 2 commits
    • transports: ssh: ask for credentials again when passphrase is wrong · f2f14724
      When trying to decode the private key it looks like LibSSH2 returns a
      LIBSSH2_ERROR_PUBLICKEY_UNVERIFIED when the passphrase is incorrect.
      Curtis Vogt committed
    • examples: remove Makefile · 9b12eb6f
      Back in the days when libgit2 was still young, libgit2 was using plain
      Makefiles as build infrastructure. We later changed that to instead use
      the CMake build system to make cross-platform development easier. In the
      process, we forgot to remove the Makefile from our examples directory,
      which is fixed by this commit here. Furthermore, remove the accompanying
      .gitignore file, which ignores build outputs. As we do out-of-tree
      builds only nowadays, no output is generated in that directory anymore.
      Patrick Steinhardt committed