summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssh: skip the localhost cert check earliercmn/host-cert-infoCarlos Martín Nieto2014-09-161-2/+4
* winhttp: get rid of the cert ignore flagCarlos Martín Nieto2014-09-161-7/+0
* ssh: expose both hashesCarlos Martín Nieto2014-09-163-22/+38
* ssh: provide our own types for host key lengthsCarlos Martín Nieto2014-09-163-11/+21
* script: use a parallel build on TravisCarlos Martín Nieto2014-09-161-1/+1
* net: use only structs to pass information about certCarlos Martín Nieto2014-09-166-19/+56
* Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-1639-159/+796
|\
| * Merge pull request #2563 from alexcrichton/rust-bindingsVicent Marti2014-09-151-0/+2
| |\
| | * Add Rust to the language bindings listAlex Crichton2014-09-151-0/+2
| |/
| * Merge pull request #2554 from linquize/fetch-head-tagVicent Marti2014-09-153-2/+33
| |\
| | * When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-063-2/+33
| * | Merge pull request #2558 from libgit2/cmn/signature-empty-emailVicent Marti2014-09-102-4/+4
| |\ \
| | * | signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-102-4/+4
| |/ /
| * | Merge pull request #2511 from libgit2/cmn/remote-default-restrictVicent Marti2014-09-095-27/+138
| |\ \
| | * | clone: handle overly restrictive refspecscmn/remote-default-restrictCarlos Martín Nieto2014-09-022-35/+23
| | * | clone: correct handling of an unborn HEADCarlos Martín Nieto2014-09-022-19/+17
| | * | remote: add test for single-branch cloneCarlos Martín Nieto2014-09-021-0/+61
| | * | remote: add tests for remote-branch edge casesCarlos Martín Nieto2014-09-021-0/+29
| | * | clone: support remotes with references but no branchesCarlos Martín Nieto2014-08-291-2/+19
| | * | remote: short-circuit the default branch check if there is noneCarlos Martín Nieto2014-08-291-0/+3
| | * | remote: assert what we want to happen when ther is no default branchCarlos Martín Nieto2014-08-291-0/+14
| | * | travis: no need to clean out the test repositoryCarlos Martín Nieto2014-08-291-2/+0
| | * | remote: restrict default branch to branches namespaceCarlos Martín Nieto2014-08-291-0/+3
| | |/
| * | reflog: Error handling on empty reflogVicent Marti2014-09-051-18/+15
| * | Merge pull request #2553 from libgit2/cmn/ssh-errorsVicent Marti2014-09-051-1/+7
| |\ \
| | * | ssh: store error message immediately after a failed agent callcmn/ssh-errorsCarlos Martín Nieto2014-09-041-1/+7
| |/ /
| * | Merge pull request #2543 from libgit2/cmn/known-transportsVicent Marti2014-09-033-56/+23
| |\ \
| | * | remote: test for supported URLs in a single placeCarlos Martín Nieto2014-08-311-16/+9
| | * | remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-313-32/+23
| | * | transport: return ENOTFOUND for HTTPS and SSH when they're not supportedCarlos Martín Nieto2014-08-311-0/+6
| | * | transport: distinguish between unknown and unsupported transportsCarlos Martín Nieto2014-08-311-24/+1
| * | | Merge pull request #2530 from libgit2/jamill/relative_gitlinkVicent Marti2014-09-0310-41/+377
| |\ \ \
| | * | | Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-027-41/+256
| | * | | Introduce git_path_make_relativeEdward Thomson2014-09-023-0/+121
| * | | | Merge pull request #2552 from KindDragon/masterVicent Marti2014-09-034-6/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Several CppCat warnings fixedArkady Shapkin2014-09-034-6/+3
| * | | | Merge pull request #2550 from KindDragon/patch-2Vicent Marti2014-09-031-0/+14
| |\ \ \ \
| | * | | | .editorconfig added to repositoryArkadiy Shapkin2014-09-031-0/+14
| | |/ / /
| * | | | Merge pull request #2545 from linquize/no-sshVicent Marti2014-09-031-0/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Skip SSH clone tests if libgit2 not built with GIT_SSH definedLinquize2014-09-011-0/+9
| | | |/ | | |/|
| * | | Merge pull request #2548 from linquize/warning5Vicent Marti2014-09-011-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Fix warningLinquize2014-09-011-1/+1
| | |/
| * | Merge pull request #2544 from linquize/test-pushVicent Marti2014-08-311-2/+1
| |\ \
| | * | MSVC does not support zero size arrayLinquize2014-08-311-2/+1
| |/ /
| * | Merge pull request #2481 from libgit2/cmn/oidarrayVicent Marti2014-08-297-1/+169
| |\ \ | | |/ | |/|
| | * merge: expose multiple merge basescmn/oidarrayCarlos Martín Nieto2014-07-277-1/+169
* | | ssh: add test for host keyCarlos Martín Nieto2014-09-162-1/+36
* | | net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-167-41/+5
* | | transport: move the cert type enum to types.hCarlos Martín Nieto2014-09-162-17/+16
* | | winhttp: set ignore security flags on user commandCarlos Martín Nieto2014-09-161-6/+42