Changes: - patch 1 * strstr -> strchr for efficiency * updated spice_uri_to_string to include brackts around ipv6 hosts Two new patches: - patch 2: same bracket change for spice_uri_create - patch 3: tests Added a 'host' member to the structure since the second loop never set it, so it was always 'localhost', which made testing the ipv6 address a little hard ;-). Changed one 'localhost' to '127.0.0.1' for completeness' sake. Also added proxy URI tests to it. Wolfgang Bumiller (3): proxy: support ipv6 addresses in brackets session: spice_uri_create put brackets around ipv6 addresses tests/session: test ipv6 uri and proxy src/spice-session.c | 11 +++++++++-- src/spice-uri.c | 36 +++++++++++++++++++++++++++++------- tests/session.c | 45 +++++++++++++++++++++++++++++++++++++++------ 3 files changed, 77 insertions(+), 15 deletions(-) -- 2.1.4 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel