]> gitweb.factorcode.org Git - factor.git/commit
Since ip4/ip6 services can run on different ports, we must include which version...
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 3 Oct 2010 08:39:30 +0000 (03:39 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 5 Oct 2010 14:56:29 +0000 (09:56 -0500)
commit32f447d7960d960dc1c2e5c53f1bcc46f6b55294
tree89eaf5d447543ab783b691599e369afe153502e9
parent676f6b6e06350cba2f1997b8455124ff3a0b43ca
Since ip4/ip6 services can run on different ports, we must include which version of ip we're using instead of just a port.  Make URL objects store an inet4/i nt6/inet object with host/port slots instead of storing host/port slots separately. Stricter error checking on inet4/inet6 tuple creation.  Update lots of code related to the URL change.
20 files changed:
basis/concurrency/distributed/distributed-tests.factor
basis/ftp/client/client.factor
basis/ftp/server/server-tests.factor
basis/furnace/utilities/utilities.factor
basis/http/client/client-tests.factor
basis/http/client/client.factor
basis/http/http-tests.factor
basis/http/server/redirection/redirection-tests.factor
basis/http/server/remapping/remapping-docs.factor
basis/http/server/remapping/remapping.factor
basis/http/server/server.factor
basis/io/servers/servers-docs.factor
basis/io/servers/servers-tests.factor
basis/io/servers/servers.factor
basis/io/sockets/sockets-docs.factor
basis/io/sockets/sockets-tests.factor
basis/io/sockets/sockets.factor
basis/urls/urls-docs.factor
basis/urls/urls-tests.factor
basis/urls/urls.factor