Software /
code /
prosody
Log
util-src/encodings.c @ 1505:e19cb945c25b
description | author | age |
---|---|---|
0.3->0.4 | Matthew Wild | Fri, 20 Mar 2009 20:16:25 +0000 |
Licensing/version updates for some files (forgot to commit, doh...) | Matthew Wild | Mon, 02 Feb 2009 18:03:18 +0000 |
Fixed util.encodings.base64.decode to not truncate results when encountering an '=' before the end of the given input. | Waqas Hussain | Mon, 08 Dec 2008 03:19:11 +0500 |
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 |