summaryrefslogtreecommitdiff
path: root/remote.go
AgeCommit message (Expand)Author
2024-12-16update to libgit2 version 1.8.4. dump old github and vendor stuffJeff Carr
2022-10-04libgit2 v1.5.0 #major (#929)Sanskar Jaiswal
2022-01-17Add ProxyOptions for push operations (#872)Aurélien
2021-10-23bugfix: HTTPS Clone fails with remote pointer not found using Go transport (...Yashodhan Ghadge
2021-09-05Expose the ssh.PublicKey into the CertificateCheckCallback (#818)lhchavez
2021-09-05libgit2 v1.2.0 #majorlhchavez
2021-09-05The big Callback type adjustment of 2020lhchavez
2021-09-05Add support for managed SSH transport #minor (#814)lhchavez
2021-09-05Add support for managed HTTP/S transports (#810)lhchavez
2021-09-05Add support for custom smart transports (#806)lhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2021-09-04Prepare for the v1.2.0 release (#796)lhchavez
2021-02-03Support git_remote_create_with_opts (#733)Byoungchan Lee
2020-12-10More callback refactoring (#713)lhchavez
2020-12-10Ensure that no pointer handles leak during the test (#712)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-11-26Expose GIT_CERT_SSH_SHA256 (#690)Hans Duedal
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
2020-07-10FetchOptions: add ability to specify ProxyOptions (#623)Jesse Hathaway
2020-03-26clear native cred pointer after transfer ownership to libgitVladimir Buzuev
2020-03-26fix SIGSERV on double free for Cred objectVladimir Buzuev
2020-02-23Fix the Cred interfacelhchavez
2020-02-13Fix build for go 1.9lhchavez
2017-07-04remote: add keep-alive and references to the repositoryCarlos Martín Nieto
2017-01-20Merge remote-tracking branch 'origin/next'Carlos Martín Nieto
2016-10-08Remote Rename FixMirko Nosenzo
2016-07-07Returning Problems on Remote RenameMirko Nosenzo
2016-05-29Remote RefinementsMirko Nosenzo
2016-04-23Update to 1dc4491Carlos Martín Nieto
2016-02-15Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-11-12Fix Fetch/Push memory allocation problemsJose Alvarez
2015-10-26Update libgit2 to 821131fCalin Seciu
2015-08-31Run go fmtCarlos Martín Nieto
2015-08-31Add nil check on CredentialsCallback wrapperAaron O'Mullan
2015-08-31Add back support for RemoteCallbacks in Remote.Push()Aaron O'Mullan
2015-07-01Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-07-01Merge commit 'refs/pull/174/head' of github.com:libgit2/git2goCarlos Martín Nieto
2015-06-28Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-06-28Create a RemoteCollection for managing remotesCarlos Martín Nieto
2015-06-28Get rid of Owner() on Remote and SubmdouleCarlos Martín Nieto
2015-06-28Update to libgit2 fa39975Carlos Martín Nieto
2015-06-10Make the network code use handlesCarlos Martín Nieto
2015-06-08Update to libgit2 b6011e29Carlos Martín Nieto
2015-03-15Update to libgit2 d675982a153Carlos Martín Nieto
2015-03-04Default signatureMark Probst
2015-02-13use git_signature_freeMatthew Donoughe
2015-01-05Add prune methods to Remote.David Calavera
2015-01-04Update to libgit2 masterCarlos Martín Nieto
2014-12-13Add the new callbacks for Remote.Push()Carlos Martín Nieto