summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repository: Do not double-free configvmg/walk-up-pathThe rugged tests are fragile2014-09-171-8/+8
* StyleThe rugged tests are fragile2014-09-171-3/+2
* attr: Do not walk path if we're at the rootThe rugged tests are fragile2014-09-171-5/+8
* attr: Add an extra test for files under a subfolderThe rugged tests are fragile2014-09-171-0/+7
* path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-177-28/+64
* Merge pull request #2464 from libgit2/cmn/host-cert-infoVicent Marti2014-09-1717-91/+422
|\
| * 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
| |\
| * | 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
| * | 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