lukem e3cdb47e47 * implement parseport(), which takes a string and attempts to convert
it to a numeric port number
* use parseport() in parse_url() and hookup()
* don't try and lookup the port number using getaddrinfo(), as it's too hard
  to separate a failed host name lookup from a failed service name lookup.
  this was causing lossage on systems that don't have `http' in services(5)
  (such as solaris), but only crept in when we started using getaddrinfo()
  unconditionally.
2000-08-06 08:51:22 +00:00
..
2000-07-05 15:45:28 +00:00
2000-07-27 02:58:57 +00:00
2000-08-03 22:47:37 +00:00
2000-07-26 19:39:07 +00:00
2000-07-29 08:40:38 +00:00
2000-08-03 22:56:29 +00:00
2000-07-23 22:18:44 +00:00
2000-07-06 14:21:47 +00:00
2000-07-24 15:15:25 +00:00
2000-07-16 11:32:07 +00:00
2000-08-03 22:56:29 +00:00
2000-07-24 11:59:38 +00:00
2000-08-03 22:56:29 +00:00
2000-07-05 00:35:28 +00:00