summaryrefslogtreecommitdiffstats
path: root/lua/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* lua: valgrinding Lua code doesn't work.Richard W.M. Jones2012-11-201-1/+10
| | | | See comment.
* lua: Attach __tostring functions exceptions.Richard W.M. Jones2012-11-201-3/+5
| | | | This includes a test.
* lua: Add bindtests.Richard W.M. Jones2012-11-201-1/+4
|
* lua: Test globals in Guestfs.* namespace.Richard W.M. Jones2012-11-191-0/+2
|
* lua: Various fixes and enhancements:Richard W.M. Jones2012-11-191-3/+7
| | | | | | | | | - add support for events (with test) - test progress messages - update documentation to describe events - refactor handle closing code - refactor error code - use 'assert' in test code instead of 'if ... then error end'
* lua: Add another test to prove that the handles are really independent.Richard W.M. Jones2012-11-181-0/+2
|
* Add Lua bindings.Richard W.M. Jones2012-11-171-0/+79
These are relatively complete, although only lightly tested. Missing: - events - last_errno - user_cancel