Use unsigned int instead of uint because uint is already in use on OS X.
[prosody.git] / util-src / encodings.c
2008-11-28 Tobias MarkmannUse unsigned int instead of uint because uint is alread...
2008-11-28 Tobias MarkmannTo use free you should include stdlib.h rather than...
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Waqas HussainMinor changes to C files (to prevent compiler warnings)
2008-11-26 Matthew WildFix for hashes.c and encodings.c to rename luaopen...
2008-11-25 Waqas HussainRemoved commented code
2008-11-25 Waqas HussainAdded util-src/encodings.c - support for base64, string...