summaryrefslogtreecommitdiff
path: root/odb.go
AgeCommit message (Expand)Author
2021-09-05Add support for Odb.MultiPackIndex() (#819)lhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-10More callback refactoring (#713)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-02-23Add odb.NewOdbBackendLoose()lhchavez
2020-02-23Add support for indexers and alternate odb packfileslhchavez
2019-12-10Adjust to libgit2 changesCarlos Martín Nieto
2019-02-11Uprev vendored libgit2 to v0.28lhchavez
2019-01-05Use git_object_t instead of deprecated git_otypeCarlos Martín Nieto
2019-01-03Merge pull request #447 from walkenzoy/masterCarlos Martín Nieto
2018-12-28Return io.EOF on OdbReadStream.Read()lhchavez
2018-07-03git2go: small fixes to odb moduleMichel Lespinasse
2018-02-22Adjust to the change in the git_odb_open_rstream signatureCarlos Martín Nieto
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2017-01-20Merge remote-tracking branch 'origin/next'Carlos Martín Nieto
2016-09-30odb & refdb: make New*BackendFromC take unsafe.Pointer as argument allowing a...Mark Karpeles
2016-07-19odb: Expose git_odb_object_type() as OdbObject.Type()Kirill Smelkov
2016-02-16odb: don't copy bufferIan Lance Taylor
2016-02-16Merge remote-tracking branch 'upstream/master'Ian Lance Taylor
2016-02-03Expose git_odb_read_header as Odb.ReadHeader.Han-Wen Nienhuys
2016-01-07handles, merge, odb: changes for Go 1.6 pointer passing rulesIan Lance Taylor
2015-11-02odb: remove debug fmt.PrintlnsAugie Fackler
2015-06-08Update to libgit2 b6011e29Carlos Martín Nieto
2015-05-22odb: use HandleList for C function callbacks.Patrick Steinhardt
2015-03-04go fmtMark Probst
2014-12-11Remove useless includesCarlos Martín Nieto
2014-12-06Add the newer missing thread-locking instancesCarlos Martín Nieto
2014-12-06Add missing thread lockingCarlos Martín Nieto
2014-05-06Odb: use a callback instead of a channel for ForEachCarlos Martín Nieto
2014-04-03update for upstream changesAidan Nulman
2014-04-03Merge branch 'master' into custom_odbAidan Nulman
2014-04-03explicit returnsAidan Nulman
2014-02-26Convert the rest of the errorsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-24Merge branch 'master' into custom_odbAidan Nulman
2014-01-29add OdbBackend.Free() and the C it wraps; go fmt odb.goAidan Nulman
2014-01-28Merge branch 'master' into custom_odbAidan Nulman
2014-01-26Remove unnecessary cast.Claudiu-Vlad Ursache
2014-01-25Add Odb hash function.Claudiu-Vlad Ursache
2013-12-20remove unnecessary commentAidan Nulman
2013-12-20Add OdbBackend constructorAidan Nulman
2013-12-19Rename constructor functions to New...Aidan Nulman
2013-12-19Refactor InitRepositoryWCustomOdbBackend() into component functionsAidan Nulman
2013-12-18Stop assuming ODB backend includes wrapping routine; wrap in git2go insteadAidan Nulman
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-09-17Merge pull request #38 from libgit2/odb-streamVicent Martí
2013-09-11Object types are constantsCarlos Martín Nieto
2013-09-11Wrap the odb streamsCarlos Martín Nieto
2013-06-13Merge pull request #13 from libgit2/polymorphism-take-2Vicent Martí