aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/host.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use pointer to a union member in host_create_from_string_and_family()Tobias Brunner2013-01-251-5/+4
* Respect given address family when resolving "%any"Martin Willi2013-01-141-1/+5
* Consolidated %any(6) host_t parsingMartin Willi2012-11-291-4/+14
* host_create_from_dns() tries a numeric conversion before asking resolverMartin Willi2012-11-291-1/+5
* Add a host_t constructor from string, but with a specific familyMartin Willi2012-11-291-35/+37
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-0/+578