index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util-src
/
encodings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util.encodings: Use STD3 ASCII rules for idna.to_ascii.
Waqas Hussain
2010-02-10
1
-1
/
+1
*
util.encodings: Removed a bit of unreachable code.
Waqas Hussain
2009-10-02
1
-1
/
+0
*
util.encodings: Included idn-free.h, which explicitly declares the idn_free f...
Waqas Hussain
2009-10-02
1
-0
/
+1
*
util.encodings: Fixed: Last change was not ANSI C compatible.
Waqas Hussain
2009-10-02
1
-1
/
+6
*
util.encodings: Fixed an issue with cross-module memory deallocation (crashes...
Waqas Hussain
2009-09-22
1
-4
/
+4
*
0.3->0.4
Matthew Wild
2009-03-20
1
-1
/
+1
*
Licensing/version updates for some files (forgot to commit, doh...)
Matthew Wild
2009-02-02
1
-241
/
+230
*
Fixed util.encodings.base64.decode to not truncate results when encountering ...
Waqas Hussain
2008-12-08
1
-3
/
+5
*
and the C files too
Matthew Wild
2008-12-03
1
-0
/
+20
*
Use unsigned int instead of uint because uint is already in use on OS X.
Tobias Markmann
2008-11-28
1
-3
/
+1
*
To use free you should include stdlib.h rather than malloc.h according to man...
Tobias Markmann
2008-11-28
1
-1
/
+1
*
Minor changes to C files (to prevent compiler warnings)
Waqas Hussain
2008-11-27
1
-4
/
+8
*
Fix for hashes.c and encodings.c to rename luaopen for util_*
Matthew Wild
2008-11-26
1
-1
/
+1
*
Removed commented code
Waqas Hussain
2008-11-26
1
-14
/
+2
*
Added util-src/encodings.c - support for base64, stringprep and idna encodings
Waqas Hussain
2008-11-26
1
-0
/
+237