aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/encodings.c
Commit message (Collapse)AuthorAgeFilesLines
* util.encodings: Use STD3 ASCII rules for idna.to_ascii.Waqas Hussain2010-02-101-1/+1
|
* util.encodings: Removed a bit of unreachable code.Waqas Hussain2009-10-021-1/+0
|
* util.encodings: Included idn-free.h, which explicitly declares the idn_free ↵Waqas Hussain2009-10-021-0/+1
| | | | function.
* util.encodings: Fixed: Last change was not ANSI C compatible.Waqas Hussain2009-10-021-1/+6
|
* util.encodings: Fixed an issue with cross-module memory deallocation ↵Waqas Hussain2009-09-221-4/+4
| | | | (crashes on some windows versions).
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* Licensing/version updates for some files (forgot to commit, doh...)Matthew Wild2009-02-021-241/+230
|
* Fixed util.encodings.base64.decode to not truncate results when encountering ↵Waqas Hussain2008-12-081-3/+5
| | | | an '=' before the end of the given input.
* and the C files tooMatthew Wild2008-12-031-0/+20
|
* 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 ↵Tobias Markmann2008-11-281-1/+1
| | | | man page of free() and various C reference websites.
* Minor changes to C files (to prevent compiler warnings)Waqas Hussain2008-11-271-4/+8
|
* Fix for hashes.c and encodings.c to rename luaopen for util_*Matthew Wild2008-11-261-1/+1
|
* Removed commented codeWaqas Hussain2008-11-261-14/+2
|
* Added util-src/encodings.c - support for base64, stringprep and idna encodingsWaqas Hussain2008-11-261-0/+237