summaryrefslogtreecommitdiff
path: root/blob.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-07-30Add support for git_blob_is_binary (#625)Yuichi Watanabe
2017-07-11fixed typosreujab
2017-07-08Add Objecer interfaceCarlos Martín Nieto
2017-07-08First round of mass keep-alive additionsCarlos Martín Nieto
2016-08-27Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2016-08-27Work around Go 1.6's CGo pointer checkCarlos Martín Nieto
2016-04-23Update to 1dc4491Carlos Martín Nieto
2016-02-15Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2016-01-04Don't drop CreateBlobFromChunks hintPath argumentMichael Gehring
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
2015-05-22blob: use HandleList for C function callbacks.Patrick Steinhardt
2014-12-11Remove useless includesCarlos Martín Nieto
2014-08-25Handle empty slices in CreateBlobFromBuffer()Carlos Martín Nieto
2014-04-01Adjust to Go tip changesCarlos Martín Nieto
2014-03-16fix chunk create logicJesse Ezell
2014-03-07add blob chunk creation, creation of tree builders for specific trees, minor ...Jesse Ezell
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-04-18Ok, now with shared base objectVicent Marti
2013-04-16Take 2 on polymorphismVicent Marti
2013-03-06Add a couple of missing methods around BlobCarlos Martín Nieto
2013-03-06Free Git objects via finalizers or manuallyCarlos Martín Nieto
2013-03-05Initial commitVicent Marti