aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
Commit message (Expand)AuthorAgeFilesLines
* and the C files tooMatthew Wild2008-12-032-0/+40
* Use install to strip symbolsMatthew Wild2008-11-301-2/+1
* Potential fixes for building on Mac OSXMatthew Wild2008-11-301-3/+3
* Add -fPIC to util-src/MakefileMatthew Wild2008-11-291-2/+2
* Forced merge.Tobias Markmann2008-11-291-8/+11
|\
| * Add a top-level Makefile and ./configure script. Update util-src Makefile for...Matthew Wild2008-11-291-7/+10
* | Use unsigned int instead of uint because uint is already in use on OS X.Tobias Markmann2008-11-281-3/+1
* | To use free you should include stdlib.h rather than malloc.h according to man...Tobias Markmann2008-11-281-1/+1
* | Do idna_to_ascii when building own response.Tobias Markmann2008-11-281-2/+2
|/
* Added make.bat for windowsWaqas Hussain2008-11-271-0/+1
* Removed MS specific preprocessor statements from the MakefileWaqas Hussain2008-11-271-4/+0
* 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