prosody
log
graph
tags
bookmarks
branches
b3d1c4985182
browse
changeset
util-src/encodings.c
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util-src/encodings.c @ 2663:
b3d1c4985182
less
more
|
(0)
tip
description
author
age
util.encodings: Use STD3 ASCII rules for idna.to_ascii.
Waqas Hussain
2010-02-09
Merge
Waqas Hussain
2009-10-02
util.encodings: Removed a bit of unreachable code.
Waqas Hussain
2009-10-02
util.encodings: Included idn-free.h, which explicitly declares the idn_free function.
Waqas Hussain
2009-10-02
util.encodings: Fixed: Last change was not ANSI C compatible.
Waqas Hussain
2009-10-02
util.encodings: Don't throw an error but return nil when passed nil or a non-string value
Matthew Wild
2009-09-29
util.encodings: Fixed an issue with cross-module memory deallocation (crashes on some windows versions).
Waqas Hussain
2009-09-22
0.3->0.4
Matthew Wild
2009-03-20
Licensing/version updates for some files (forgot to commit, doh...)
Matthew Wild
2009-02-02
Fixed util.encodings.base64.decode to not truncate results when encountering an '=' before the end of the given input.
Waqas Hussain
2008-12-07
and the C files too
Matthew Wild
2008-12-03
Use unsigned int instead of uint because uint is already in use on OS X.
Tobias Markmann
2008-11-28
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
2008-11-28
Minor changes to C files (to prevent compiler warnings)
Waqas Hussain
2008-11-27
Fix for hashes.c and encodings.c to rename luaopen for util_*
Matthew Wild
2008-11-26
Removed commented code
Waqas Hussain
2008-11-25
Added util-src/encodings.c - support for base64, stringprep and idna encodings
Waqas Hussain
2008-11-25
less
more
|
(0)
tip