summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Commit generated API docs.Robert G. Jakabosky2012-06-2144-0/+11744
* Copy libgit2 docs from json dump.Robert G. Jakabosky2012-06-212-0/+40
* Autogenerate LuaDocs.Robert G. Jakabosky2012-06-211-0/+9
* Add link to API docs.Robert G. Jakabosky2012-06-201-1/+1
* Fix linking with libgit2 in non-system lib folder.Robert G. Jakabosky2012-06-151-5/+5
* Update pre-genereated bindings.Robert G. Jakabosky2012-06-121-267/+243
* Add libgit2 version check.Robert G. Jakabosky2012-06-081-1/+1
* Remove LIBGIT2_VERSION, no longer needed.Robert G. Jakabosky2012-06-081-1/+0
* Add note about supported version of libgit2.Robert G. Jakabosky2012-06-071-0/+5
* Support libgit2 v0.17.0Robert G. Jakabosky2012-06-076-57/+73
* Test reference counting of custom backends.Robert G. Jakabosky2012-05-252-1/+12
* Add include/lib path for libgit2.Robert G. Jakabosky2012-05-231-0/+2
* Update copyright.Robert G. Jakabosky2012-05-1219-19/+19
* remove un-needed config.h file.Robert G. Jakabosky2012-05-122-20/+0
* Update generated bindings.Robert G. Jakabosky2012-05-111-43/+678
* Add git_config object interface.Robert G. Jakabosky2012-05-113-2/+84
* Fix support for ODB custom backends.Robert G. Jakabosky2012-05-116-243/+291
* Update install instructions.Robert G. Jakabosky2012-05-111-3/+1
* Update code to libgit2 0.16.0 API.Robert G. Jakabosky2012-05-111-647/+1446
* 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