soup-tld: added soup_tld_* utils
authorSergio Villar Senin <svillar@igalia.com>
Mon, 9 Apr 2012 22:06:35 +0000 (00:06 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 14 Jun 2012 18:08:09 +0000 (20:08 +0200)
commit5a30492229e3b09039d60979f74f6632767677d5
treec7530a270becf09a915271f6f42f9ef9cad32a6c
parent6a0d7574b74c9bc20e8bd43e18474bc43c5e4408
soup-tld: added soup_tld_* utils

The soup_tld_* set of functions along with the list of public suffixes
published in http://publicsuffix.org allows API clients to get the base
domain of a given hostname or to check if a given domain is a public suffix
(one under which internet users can register new names).

https://bugzilla.gnome.org/show_bug.cgi?id=673802
13 files changed:
Makefile.am
data/effective_tld_names.dat [new file with mode: 0644]
docs/reference/libsoup-2.4-docs.sgml
docs/reference/libsoup-2.4-sections.txt
libsoup/Makefile.am
libsoup/soup-tld-private.h [new file with mode: 0644]
libsoup/soup-tld.c [new file with mode: 0644]
libsoup/soup-tld.h [new file with mode: 0644]
libsoup/soup.h
libsoup/tld-parser.c [new file with mode: 0644]
po/POTFILES.in
tests/Makefile.am
tests/tld-test.c [new file with mode: 0644]