Software /
code /
prosody
Log
util-src/encodings.c @ 520:e96ac4bb6dd8
description | author | age |
---|---|---|
and the C files too | Matthew Wild | Wed, 03 Dec 2008 14:45:03 +0000 |
Use unsigned int instead of uint because uint is already in use on OS X. | Tobias Markmann | Fri, 28 Nov 2008 19:24:08 +0100 |
To use free you should include stdlib.h rather than malloc.h according to man page of free() and various C reference websites. | Tobias Markmann | Fri, 28 Nov 2008 18:36:04 +0100 |
Minor changes to C files (to prevent compiler warnings) | Waqas Hussain | Thu, 27 Nov 2008 21:47:13 +0500 |
Fix for hashes.c and encodings.c to rename luaopen for util_* | Matthew Wild | Wed, 26 Nov 2008 22:45:33 +0000 |
Removed commented code | Waqas Hussain | Wed, 26 Nov 2008 01:55:07 +0500 |
Added util-src/encodings.c - support for base64, stringprep and idna encodings | Waqas Hussain | Wed, 26 Nov 2008 01:45:25 +0500 |