| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-13 | Update to master | Carlos Martín Nieto | |
| This deprecates the Push struct in favour of Remote.Push() | |||
| 2014-12-06 | Add the newer missing thread-locking instances | Carlos Martín Nieto | |
| 2014-12-06 | Add missing thread locking | Carlos Martín Nieto | |
| 2014-12-06 | Merge pull request #140 from AaronO/patch-1 | Carlos Martín Nieto | |
| Add wrapper for git_remote_delete : Repository.DeleteRemote | |||
| 2014-12-03 | Update to master | Carlos Martín Nieto | |
| 2014-11-26 | Add (*Repository).DeleteRemote | Aaron O'Mullan | |
| 2014-10-28 | Make the constants have types | Carlos Martín Nieto | |
| While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type. | |||
| 2014-10-27 | Hide C.git_direction type. | David Calavera | |
| 2014-10-27 | Make filtering logic more simple. | David Calavera | |
| 2014-10-27 | Add connect methods to Remote. | David Calavera | |
| 2014-10-24 | Add Remote#Ls. | David Calavera | |
| Allow filtering heads by name. | |||
| 2014-10-19 | remote: use the library's certificate validity if no callback is set | Carlos Martín Nieto | |
| We should not return 0, as in this case that means we let it through, return an appropriate error instead. | |||
| 2014-10-15 | Fix header name | Carlos Martín Nieto | |
| It turns out that some systems have a strings.h which includes string.h, which does not happen on GNU systems. | |||
| 2014-10-15 | Add support for hostkey certificates | Carlos Martín Nieto | |
| While they're not exactly certificates, they belong in the same category. | |||
| 2014-10-15 | Merge branch 'fetchhead' | Carlos Martín Nieto | |
| Conflicts: remote.go | |||
| 2014-10-15 | add plumbing for update fetch head on remotes | Jess Sheneberger | |
| 2014-10-15 | Update to libgit2 master | Carlos Martín Nieto | |
| The option to ignore the server's certificate has been removed, replaced witha callback for the user to perform their own checking. Remote.Fetch() now performs opportunistic updates and takes a list of refspecs to use as the active set for a particular fetch. | |||
| 2014-04-26 | Merge pull request #81 from jezell/remote-set-callbacks | Carlos Martín Nieto | |
| add remote functions to set callbacks / set cert check | |||
| 2014-04-26 | Adjust to libgit2 dev changes | Carlos Martín Nieto | |
| This fixes #87 | |||
| 2014-04-04 | add set callbacks / set cert check | Jesse Ezell | |
| 2014-04-01 | Remote: The whole point of the anonymous change | Carlos Martín Nieto | |
| Was that it would break and we'd remember that the order changed. Oh well. | |||
| 2014-04-01 | rename inmemory to anonymous remote | Jesse Ezell | |
| 2014-03-20 | return nil instead of empty array on error | Jesse Ezell | |
| 2014-03-20 | add remote list | Jesse Ezell | |
| 2014-03-20 | Remote: remove Get prefix from refspecs | Carlos Martín Nieto | |
| Idiomatic Go is to omit the Get from the getter methods. | |||
| 2014-03-19 | Remote: don't mix allocators | Carlos Martín Nieto | |
| We cannot ask libgit2 to free the memory we have allocated ourselves, as it cannot know how to do it. Let's free the strarray ourselves. | |||
| 2014-03-11 | remove strarray wrappers | Jesse Ezell | |
| 2014-03-11 | cleanup clone code | Jesse Ezell | |
| 2014-02-28 | fix handling of msg to treat empty str as nil | Jesse Ezell | |
| 2014-02-27 | add push, refine remotes | Jesse Ezell | |
| 2014-02-26 | merge latest, cleanup error handling, add thread locks | Jesse Ezell | |
| 2014-01-06 | wip wrapping git_remote | Jason Toffaletti | |
| 2014-01-06 | minor | Jason Toffaletti | |
| 2014-01-05 | wrappers for git_cred, git_transfer_progress. don't call nil callbacks. | Jason Toffaletti | |
| 2014-01-04 | work in progress wrapping git_clone | Jason Toffaletti | |
