aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
Commit message (Collapse)AuthorAgeFilesLines
* Makefile now works on windows with Microsoft's compilerWaqas Hussain2008-11-272-0/+34
|
* Minor changes to C files (to prevent compiler warnings)Waqas Hussain2008-11-272-5/+9
|
* Fix for hashes.c and encodings.c to rename luaopen for util_*Matthew Wild2008-11-262-2/+2
|
* Add rough Makefile for util-src/Matthew Wild2008-11-261-0/+24
|
* Removed commented codeWaqas Hussain2008-11-262-162/+4
|
* Added util-src/hashes.c - support for sha1, sha256 and md5 hashesWaqas Hussain2008-11-261-0/+204
|
* Added util-src/encodings.c - support for base64, stringprep and idna encodingsWaqas Hussain2008-11-261-0/+237