| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-11 | fixed typos | reujab | |
| 2017-07-08 | Add Objecer interface | Carlos Martín Nieto | |
| We do want to be able to accept generic objects in functions. Add this interface so we can accept that instead of specific object types. | |||
| 2017-07-08 | First round of mass keep-alive additions | Carlos Martín Nieto | |
| 2016-08-27 | Merge remote-tracking branch 'upstream/master' into next | Carlos Martín Nieto | |
| 2016-08-27 | Work around Go 1.6's CGo pointer check | Carlos Martín Nieto | |
| It depends heavily on the expression at the call site an whether it can figure out whether we're using a slice or not, so provid an incantation that does this. | |||
| 2016-04-23 | Update to 1dc4491 | Carlos Martín Nieto | |
| 2016-02-15 | Merge remote-tracking branch 'upstream/master' into next | Carlos Martín Nieto | |
| 2016-01-04 | Don't drop CreateBlobFromChunks hintPath argument | Michael Gehring | |
| 2015-08-04 | Move from an Object interface to a type | Carlos Martín Nieto | |
| An Object should be about representing a libgit2 object rather than showing which methods it should support. Change any return of Object to *Object and provide methods to convert between this and the particular type. | |||
| 2015-05-22 | blob: use HandleList for C function callbacks. | Patrick Steinhardt | |
| 2014-12-11 | Remove useless includes | Carlos Martín Nieto | |
| 2014-08-25 | Handle empty slices in CreateBlobFromBuffer() | Carlos Martín Nieto | |
| Go won't let us access the zeroth alement of an empty slice, so we need to figure out if the length is zero and take special action. This fixes #106. | |||
| 2014-04-01 | Adjust to Go tip changes | Carlos Martín Nieto | |
| It does not like breaking aliasing rules, so let's keep a casted pointer for when libgit2 wants that. | |||
| 2014-03-16 | fix chunk create logic | Jesse Ezell | |
| 2014-03-07 | add blob chunk creation, creation of tree builders for specific trees, minor ↵ | Jesse Ezell | |
| API cleanup | |||
| 2013-11-14 | Don't repeat the pkg-config line | Carlos Martín Nieto | |
| This is only needed once per package. Having it on every file makes the build system ask about it n times, which is silly. | |||
| 2013-04-18 | Ok, now with shared base object | Vicent Marti | |
| 2013-04-16 | Take 2 on polymorphism | Vicent Marti | |
| 2013-03-06 | Add a couple of missing methods around Blob | Carlos Martín Nieto | |
| 2013-03-06 | Free Git objects via finalizers or manually | Carlos Martín Nieto | |
| Provide a manual way of freeing objects, but set finalizers for them in case the user does not want to worry about memory management, which would be useful for commits or trees, which sare typically small. When the objects are freed manually, the finalizer is unset to avoid double-freeing, mimicking what the go runtime does. | |||
| 2013-03-05 | Initial commit | Vicent Marti | |
