summaryrefslogtreecommitdiff
path: root/odb.go
AgeCommit message (Expand)Author
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í
2013-05-21Implement git_odb_foreachAxel Wagner
2013-04-16Take 2 on polymorphismVicent Marti
2013-03-06Properly wrap ODB objectsVicent Marti
2013-03-06Free Git objects via finalizers or manuallyCarlos Martín Nieto
2013-03-05Initial commitVicent Marti