Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-16Bring certificate check back to the normal return codeCarlos Martín Nieto
2014-09-16ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto
2014-09-16transport: always call the certificate check callbackCarlos Martín Nieto
2014-09-16remote: add tests for the certificate callbackCarlos Martín Nieto
2014-09-16Provide a callback for certificate validationCarlos Martín Nieto
2014-09-15Merge pull request #2554 from linquize/fetch-head-tagVicent Marti
2014-09-05When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize
2014-09-03Merge pull request #2545 from linquize/no-sshVicent Marti
2014-09-01Skip SSH clone tests if libgit2 not built with GIT_SSH definedLinquize
2014-08-31MSVC does not support zero size arrayLinquize
2014-08-27winhttp: Prevent swallowing of url parsing errornulltoken
2014-08-27Adjust clone tests to USERNAME cred typeCarlos Martín Nieto
2014-08-27Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto
2014-08-18Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti
2014-08-18oid: Export `git_oid_tostr_s` instead of `_allocfmt`Vicent Marti
2014-08-15online::clone::credentials support default credentialsEdward Thomson
2014-08-15Free references during push validationEdward Thomson
2014-08-14Remove the refs/notes/commits that we push in testEdward Thomson
2014-08-14Don't run the ssh clone tests against http remotesEdward Thomson
2014-07-07ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto
2014-07-02clone: remote git_clone_into{,_local} from the public APICarlos Martín Nieto
2014-06-27ssh: adjust clone and push test credentials to the split user+pass methodCarlos Martín Nieto
2014-06-27ssh: make sure to ask for a username and use the same oneCarlos Martín Nieto
2014-06-27ssh: request credentials again on authentication failureCarlos Martín Nieto
2014-06-17ssh: propagate the error code from the auth callbackCarlos Martín Nieto
2014-06-17ssh: detect authentication methodsCarlos Martín Nieto
2014-06-14test: remove assembla clone testCarlos Martín Nieto
2014-06-14test: use read-only accountCarlos Martín Nieto
2014-06-07Win32: Fix failing clone_mirror testPhilip Kelley
2014-05-21remote: expose the remote's symref mappingsCarlos Martín Nieto
2014-05-19clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto
2014-04-21Verify update_tips callbacks in push test casesJacques Germishuys
2014-04-02Clar: skip testsvmg/clar-skip-testVicent Marti
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-03-03Added a test, that fails for #2133Matthias Bartelmeß
2014-02-06Only run clone-failure test on private repoBen Straub
2014-02-06Avoid crash when skipping remote testBen Straub
2014-02-06Fix broken clone testBen Straub
2014-02-05Add reflog parameters to remote apisBen Straub
2014-02-05Add reflog parameters to git_push_update_tipsBen Straub
2014-01-31Augment clone API with reflog parametersBen Straub
2014-01-27refspec: move to git_buf for outputting stringsCarlos Martín Nieto
2013-12-31Updated fetch.c test to pass.Marek Šuppa
2013-12-12More tests of canceling from callbacksRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-11-19Fix warningsRussell Belfer
2013-11-18Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson
2013-11-18Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson
2013-11-15Rename tests-clar to testsBen Straub