summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | winhttp: set ignore security flags on user commandCarlos Martín Nieto2014-09-161-6/+42
| * | | | winhttp: bring together request sendingCarlos Martín Nieto2014-09-161-32/+44
| * | | | winhttp: only do certificate check for SSLCarlos Martín Nieto2014-09-161-1/+1
| * | | | winhttp: credential check on successful connectCarlos Martín Nieto2014-09-162-2/+45
| * | | | Bring certificate check back to the normal return codeCarlos Martín Nieto2014-09-163-22/+19
| * | | | ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto2014-09-162-47/+47
| * | | | transport: always call the certificate check callbackCarlos Martín Nieto2014-09-164-16/+22
| * | | | remote: add tests for the certificate callbackCarlos Martín Nieto2014-09-161-0/+35
| * | | | http: send the DER-encoded cert to the callbackCarlos Martín Nieto2014-09-164-26/+52
| * | | | Provide a callback for certificate validationCarlos Martín Nieto2014-09-1612-8/+128
* | | | | Clean up some leaks in the test suiteCarlos Martín Nieto2014-09-174-1/+7
* | | | | Merge pull request #2569 from libgit2/cmn/valgrind-onceVicent Marti2014-09-161-3/+10
|\ \ \ \ \
| * | | | | travis: run valgrind only oncecmn/valgrind-onceCarlos Martín Nieto2014-09-161-3/+10
|/ / / / /
* | | | | Merge pull request #2565 from linquize/typoVicent Marti2014-09-162-2/+2
|\ \ \ \ \
| * | | | | Fix typoLinquize2014-09-162-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2561 from jacquesg/merge-skipVicent Marti2014-09-162-3/+52
|\ \ \ \ \
| * | | | | Remove local unused index_repo variableJacques Germishuys2014-09-121-3/+1
| * | | | | Only check for workdir conflicts if the index has merged filesJacques Germishuys2014-09-121-0/+10
| * | | | | Added test case to illustrate bogus conflicts detected if no files were merge...Jacques Germishuys2014-09-121-0/+41
| | |_|/ / | |/| | |
* | | | | attr: Cleanup the containing dir logicThe rugged tests are fragile2014-09-161-5/+5
* | | | | Merge pull request #2566 from libgit2/rb/attr-with-bareVicent Marti2014-09-164-0/+77
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-154-0/+77
|/ / / /
* | | | 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
|\ \ \ \ | |/ / / |/| | |