aboutsummaryrefslogtreecommitdiffstats
path: root/servport.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap getaddrinfo() and block SIGALRM where needed.Matthias Andree2006-08-141-3/+3
* * When looking up ports for a service, the lookup succeeds and the Matthias Andree2006-06-281-1/+3
* Fix bogus "cannot resolve service * to port number" error. Simon Barner.Matthias Andree2005-09-211-0/+2
* When getaddrinfo() fails resolving a service, log getaddrinfo() error.Matthias Andree2005-09-211-2/+5
* Revise error messages, suggested by Thomas Wolff.Matthias Andree2005-09-211-1/+2
* Large protocol independence patch.Matthias Andree2005-08-281-6/+19
* Fix FreeBSD compiler warning from broken includes.Matthias Andree2005-08-021-2/+3
* Add new servport.c file to resolve service -> port for non-IPv6 builds.Matthias Andree2005-08-021-0/+62