summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update code to libgit2 0.16.0 API.Robert G. Jakabosky2012-05-1115-156/+308
* Update rockspec URL.Robert G. Jakabosky2011-09-031-1/+1
* Update pre-generated code.Robert G. Jakabosky2011-04-021-35/+22
* Fix ownership issues. Update test code.Robert G. Jakabosky2011-04-026-54/+40
* Update luagit2 to latest libgit2 interface (3e3e4631a0362ba23)Robert G. Jakabosky2011-04-0217-1206/+1027
* Fixed bug with weak object cache.Robert G. Jakabosky2011-03-291-49/+89
* Add file with libgit2 git SHA1 hash to mark which API version the bindings ar...Robert G. Jakabosky2011-02-271-0/+1
* Updated URLs for new repository.Robert G. Jakabosky2011-02-262-3/+3
* cleanup formatting of README.Robert G. Jakabosky2011-02-262-17/+6
* Updated to libgit2 version (fc70832a, Feb 23, 2011)Robert G. Jakabosky2011-02-2511-103/+207
* Updated bindings to use newest features of LuaNativeObjects.Robert G. Jakabosky2011-02-2017-763/+598
* Update pre-generated bindings file.Robert G. Jakabosky2011-02-181-141/+134
* Re-organized project's source.Robert G. Jakabosky2011-02-1822-97/+82
* Updated pre-generated bindings.Robert G. Jakabosky2011-01-093-29/+74
* Added note about how to re-generate the bindings.Robert G. Jakabosky2011-01-081-0/+6
* Improved error message.Robert G. Jakabosky2011-01-081-2/+2
* Fixed building from rockspec.Robert G. Jakabosky2011-01-085-6/+22
* Fixed building from pre-generated bindings file.Robert G. Jakabosky2011-01-081-1/+2
* Added warning to pre-generated bindings file to people looking at it will kno...Robert G. Jakabosky2011-01-081-0/+8
* Update pre-generated bindings file.Robert G. Jakabosky2011-01-081-15/+85
* Fixed invalid freeing of Lua strings from git_rawobj_close(). Added support ...Robert G. Jakabosky2011-01-089-19/+118
* Added missing 'utils' module. Removed un-used template file.Robert G. Jakabosky2011-01-082-45/+118
* Fixed broken rockspec file.Robert G. Jakabosky2011-01-081-11/+4
* Added pre-generated bindings file to make it easier for users to build. Adde...Robert G. Jakabosky2011-01-084-5/+3281
* Cleanup RawObject. Added missing Repository.init() method.Robert G. Jakabosky2011-01-084-41/+49
* Added support for git_odb_backends. Improved RawObject code. Added Error co...Robert G. Jakabosky2011-01-075-11/+365
* Replace OType userdata with strings. Added missing rawsize() method.Robert G. Jakabosky2011-01-0711-60/+126
* Added a tar of the test_rep git repository for use with test_rep.lua.Robert G. Jakabosky2011-01-071-0/+0
* Fixed database:write() method. Added set_data()/set_type() methods to RawObj...Robert G. Jakabosky2011-01-073-32/+140
* Fixed bug with RawObject.Robert G. Jakabosky2011-01-073-26/+69
* Add null to end of string.Robert G. Jakabosky2011-01-071-1/+2
* Update to newest error_code interface.Robert G. Jakabosky2011-01-071-0/+1
* Added note about requiring LuaNativeObjects and a link to it.Robert G. Jakabosky2011-01-0719-17/+30
* Corrected name of bindings generator script.Robert G. Jakabosky2011-01-071-1/+1
* Complete un-tested bindings for full API except git_odb_backend.Robert G. Jakabosky2011-01-0722-0/+1253