Commit Graph

24 Commits (dc1690029d807c815be87f0f94de383decef52b0)

Author SHA1 Message Date
Kim Alvefur 88eb09fba6 util-src/*.c: Attach pointer * to name instead of type 9 years ago
Kim Alvefur 5f26a96cc4 util-src: Make C modules assert that the Lua runtime matches what it was compiled for 9 years ago
Kim Alvefur 8cd92db7e6 util-src/*.c: Squeeze repeated blank lines 9 years ago
Kim Alvefur 85a8a66744 util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1 11 years ago
Florian Zeitz 5a53fb4df8 util-src/*.c: Per convention call luaL_error() as argument to return 11 years ago
Kim Alvefur 7e460fd43f util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break-blocks --pad-oper --unpad-paren --add-brackets --align-pointer=type --lineend=linux 11 years ago
Kim Alvefur 140603714f util-src/*.c: Add macro for compiling with Lua 5.2 12 years ago
Kim Alvefur 110fb5576b util-src/*.c: Use the more concise lua_setfield 12 years ago
Kim Alvefur bcab7a928a util-src/*.c: Don't create globals when loaded 12 years ago
Kim Alvefur 4041ef0137 util.hashes: Silence compiler warning about pointer signedness 13 years ago
Kim Alvefur 8e182dcbb6 util.hashes: Correct argument order 13 years ago
Waqas Hussain bff6662fd6 util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __int32 instead. 13 years ago
Florian Zeitz a4390dda1d util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C 13 years ago
Florian Zeitz cb793c9eb1 util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes 13 years ago
Kim Alvefur 0b7dc871a3 util.hashes: Add sha224, sha384, sha512 14 years ago
Kim Alvefur 5bcd964506 util.hashes: Use defined hash function output lengths. 14 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild c80f91dc02 0.3->0.4 17 years ago
Matthew Wild 25d0df0a5b Licensing/version updates for some files (forgot to commit, doh...) 17 years ago
Matthew Wild 72f6ff8408 and the C files too 17 years ago
Waqas Hussain 2fdb13c54d Minor changes to C files (to prevent compiler warnings) 17 years ago
Matthew Wild 1985b40ecf Fix for hashes.c and encodings.c to rename luaopen for util_* 17 years ago
Waqas Hussain 15d8fc0d62 Removed commented code 17 years ago
Waqas Hussain e7e668c24b Added util-src/hashes.c - support for sha1, sha256 and md5 hashes 17 years ago