summaryrefslogtreecommitdiff
path: root/remote.go
AgeCommit message (Expand)Author
2014-04-26Merge pull request #81 from jezell/remote-set-callbacksCarlos Martín Nieto
2014-04-26Adjust to libgit2 dev changesCarlos Martín Nieto
2014-04-04add set callbacks / set cert checkJesse Ezell
2014-04-01Remote: The whole point of the anonymous changeCarlos Martín Nieto
2014-04-01rename inmemory to anonymous remoteJesse Ezell
2014-03-20return nil instead of empty array on errorJesse Ezell
2014-03-20add remote listJesse Ezell
2014-03-20Remote: remove Get prefix from refspecsCarlos Martín Nieto
2014-03-19Remote: don't mix allocatorsCarlos Martín Nieto
2014-03-11remove strarray wrappersJesse Ezell
2014-03-11cleanup clone codeJesse Ezell
2014-02-28fix handling of msg to treat empty str as nilJesse Ezell
2014-02-27add push, refine remotesJesse Ezell
2014-02-26merge latest, cleanup error handling, add thread locksJesse Ezell
2014-01-06wip wrapping git_remoteJason Toffaletti
2014-01-06minorJason Toffaletti
2014-01-05wrappers for git_cred, git_transfer_progress. don't call nil callbacks.Jason Toffaletti
2014-01-04work in progress wrapping git_cloneJason Toffaletti