summaryrefslogtreecommitdiff
path: root/src/LuaHandle.cc
AgeCommit message (Collapse)Author
2013-08-12Fixing a few more things, added BigInt to ints conversions, and added the 64 ↵Nicolas Noble
bits read / write versions for LuaHandle.
2013-08-07Binding all the helpers - save it for the 64 bits ones.Nicolas Noble
2013-08-07Adding readU16, readU32 and readU64. The Lua version of readU64 will need ↵Nicolas Noble
GMP support.
2013-08-07Adding readU8()Nicolas "Pixel" Noble
2013-08-07Cleaning up types a bit.Nicolas "Pixel" Noble
2013-08-07The close operation is actually async too. Meaning that the destroy ↵Nicolas "Pixel" Noble
operation probably should become async...
2013-08-07Adding skeleton LuaHandle.Nicolas "Pixel" Noble