summaryrefslogtreecommitdiff
path: root/utils/idna.c
Commit message (Collapse)AuthorAgeFilesLines
* doxygen cleanups in utilsVincent Sanders2014-11-121-1/+2
|
* stop idna (en/de)code asploding when the passed host begins with a .Vincent Sanders2014-06-101-3/+19
|
* Fix memory leak on errorChris Young2014-06-101-0/+2
|
* fix memory leaks in error paths. (coverity 1220852 and 1220851)Vincent Sanders2014-06-101-71/+154
|
* Make chris' work compile without warning and not infinite-loop where I ↵Daniel Silverstone2014-06-041-10/+11
| | | | spotted it
* Normalise intermediary UCS-4 string when verifying ACE labelsChris Young2014-06-041-0/+8
|
* IDNA2008 support.Chris Young2014-06-041-0/+625