| Commit message (Expand) | Author | Age | Files | Lines |
* | util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to supp... | Kim Alvefur | 2015-04-26 | 1 | -3/+3 |
* | util-src/*.c: Per convention call luaL_error() as argument to return | Florian Zeitz | 2015-04-03 | 1 | -1/+1 |
* | util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break... | Kim Alvefur | 2015-04-03 | 1 | -26/+31 |
* | util-src/*.c: Add macro for compiling with Lua 5.2 | Kim Alvefur | 2014-09-17 | 1 | -0/+4 |
* | util-src/*.c: Use the more concise lua_setfield | Kim Alvefur | 2014-09-17 | 1 | -2/+1 |
* | util-src/*.c: Don't create globals when loaded | Kim Alvefur | 2014-09-16 | 1 | -1/+2 |
* | util.hashes: Silence compiler warning about pointer signedness | Kim Alvefur | 2013-08-09 | 1 | -1/+1 |
* | util.hashes: Correct argument order | Kim Alvefur | 2013-08-06 | 1 | -1/+1 |
* | util.hashes: inttypes.h not available with MS Windows SDK, use MS specific __... | Waqas Hussain | 2013-05-13 | 1 | -0/+5 |
* | util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C | Florian Zeitz | 2013-04-28 | 1 | -0/+49 |
* | util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 | 1 | -14/+97 |
* | util.hashes: Add sha224, sha384, sha512 | Kim Alvefur | 2012-05-10 | 1 | -0/+6 |
* | util.hashes: Use defined hash function output lengths. | Kim Alvefur | 2012-05-09 | 1 | -3/+3 |
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -3/+3 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | Licensing/version updates for some files (forgot to commit, doh...) | Matthew Wild | 2009-02-02 | 1 | -72/+62 |
* | and the C files too | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Minor changes to C files (to prevent compiler warnings) | Waqas Hussain | 2008-11-27 | 1 | -1/+1 |
* | Fix for hashes.c and encodings.c to rename luaopen for util_* | Matthew Wild | 2008-11-26 | 1 | -1/+1 |
* | Removed commented code | Waqas Hussain | 2008-11-26 | 1 | -148/+2 |
* | Added util-src/hashes.c - support for sha1, sha256 and md5 hashes | Waqas Hussain | 2008-11-26 | 1 | -0/+204 |