summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ /
* | Merge pull request #2539 from libgit2/cmn/ahead-behind-orderVicent Marti2014-08-282-20/+20
|\ \
| * | graph: fix ahead-behind logiccmn/ahead-behind-orderCarlos Martín Nieto2014-08-281-2/+2
| * | Fix ahead-behind testsCarlos Martín Nieto2014-08-281-18/+18
* | | Merge pull request #2538 from libgit2/ntk/propagate_url_parsing_errorVicent Marti2014-08-272-3/+9
|\ \ \
| * | | winhttp: Prevent swallowing of url parsing errornulltoken2014-08-272-3/+9
* | | | Merge pull request #2502 from rnowosielski/remote_set_timeoutVicent Marti2014-08-271-1/+17
|\ \ \ \
| * | | | Set timeout on remote (WinHTTP) should return error in case of failure. Conne...Rafal Nowosielski2014-08-271-7/+15
| * | | | Set timeout on remote (WinHTTP) to infinite #2147Rafal Nowosielski2014-08-231-0/+8
* | | | | Merge pull request #2490 from csware/ssh-wintunnelVicent Marti2014-08-272-20/+92
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added some testsSven Strickroth2014-08-271-0/+66
| * | | | Allow to override default ssh transport_cbSven Strickroth2014-08-261-20/+26
* | | | | Adjust clone tests to USERNAME cred typeCarlos Martín Nieto2014-08-271-0/+3
* | | | | Merge branch 'cmn/ssh-retry'Carlos Martín Nieto2014-08-2710-39/+343
|\ \ \ \ \
| * | | | | Add ssh retry changes to CHANGELOGCarlos Martín Nieto2014-08-271-0/+6
| * | | | | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-27184-2119/+5260
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2537 from libgit2/reduce-cache-contentionVicent Marti2014-08-272-10/+10
|\ \ \ \ \ \
| * | | | | | Refactor git_cache to use an rwlockJustin Spahr-Summers2014-08-262-10/+10
|/ / / / / /
* | | | | | Merge pull request #2508 from libgit2/rb/fix-ignore-slash-starVicent Marti2014-08-263-1/+117
|\ \ \ \ \ \
| * | | | | | Demonstrate a trailing slash failure.rb/fix-ignore-slash-starRob Rix2014-08-081-0/+57
| * | | | | | For negative matches, always use leading dir matchRussell Belfer2014-08-081-1/+2
| * | | | | | status: failing test with slash-starCarlos Martín Nieto2014-08-081-0/+38
| * | | | | | Fix rejection of parent dir of negated ignoresRussell Belfer2014-08-082-0/+20
* | | | | | | Merge pull request #2533 from jakebolewski/jcb/addjuliaVicent Marti2014-08-261-0/+2
|\ \ \ \ \ \ \
| * | | | | | | add Julia to the language bindings listjake bolewski2014-08-251-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2535 from libgit2/cmn/unpack-offsetVicent Marti2014-08-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | pack: return the correct final offsetcmn/unpack-offsetCarlos Martín Nieto2014-08-261-1/+1
|/ / / / / /
* | | | | | Merge pull request #2532 from arthurschreiber/arthur/fix-merge-base-commit-checkVicent Marti2014-08-251-1/+4
|\ \ \ \ \ \
| * | | | | | merge base: Correctly raise an error if a non-commit object is passed.Arthur Schreiber2014-08-251-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2531 from libgit2/rb/mkdir-allow-parent-failuresVicent Marti2014-08-252-3/+36
|\ \ \ \ \ \
| * | | | | | Allow mkdir helper to skip parent errorsrb/mkdir-allow-parent-failuresRussell Belfer2014-08-222-3/+36
| |/ / / / /
* | | | | | Merge pull request #2527 from jacquesg/refspec-crashVicent Marti2014-08-252-7/+57
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Check that the refspec matches before modifying the out bufferJacques Germishuys2014-08-211-6/+6
| * | | | | Check if the refspec matches before transformingJacques Germishuys2014-08-172-7/+57
| | |_|/ / | |/| | |
* | | | | Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti2014-08-187-18/+33
|\ \ \ \ \
| * | | | | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-187-18/+33
* | | | | | Revert "test: Remove symlinks from the source tree"Vicent Marti2014-08-181-0/+1
* | | | | | test: Remove symlinks from the source treeVicent Marti2014-08-181-1/+0
* | | | | | Merge pull request #2525 from libgit2/cmn/http-recv-bufferVicent Marti2014-08-181-4/+20
|\ \ \ \ \ \
| * | | | | | http: make sure we can consume the data we requestcmn/http-recv-bufferCarlos Martín Nieto2014-08-161-4/+20
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2523 from leighlondon/remove-completed-projectVicent Marti2014-08-181-3/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Removing a completed starter project.Leigh London2014-08-161-3/+0
|/ / / / /