[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-12-02 Thread Dominic Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dominic Evans updated PROTON-548:
-
Attachment: 08_fix_ipv6_windows.patch

patch rebased against 0.8

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
Assignee: Cliff Jansen
 Fix For: 0.9

 Attachments: 08_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-12-02 Thread Dominic Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dominic Evans updated PROTON-548:
-
Attachment: (was: 08_fix_ipv6_windows.patch)

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
Assignee: Cliff Jansen
 Fix For: 0.9

 Attachments: 08_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-09-23 Thread Ted Ross (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Ross updated PROTON-548:

Fix Version/s: 0.8

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
Assignee: Cliff Jansen
 Fix For: 0.8

 Attachments: 08_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-09-11 Thread Dominic Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dominic Evans updated PROTON-548:
-
Attachment: (was: 14_fix_ipv6_windows.patch)

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
 Attachments: 08_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-09-11 Thread Dominic Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dominic Evans updated PROTON-548:
-
Attachment: 08_fix_ipv6_windows.patch

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
 Attachments: 08_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-09-11 Thread Ted Ross (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Ross updated PROTON-548:

Assignee: Cliff Jansen

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
Assignee: Cliff Jansen
 Attachments: 08_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-06-09 Thread Ted Ross (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Ross updated PROTON-548:


Assignee: (was: Ted Ross)

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
 Attachments: 14_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-05-06 Thread Dominic Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dominic Evans updated PROTON-548:
-

Attachment: 14_fix_ipv6_windows.patch

The commit 1583673 supported AF_INET6 on Posix, but didn't make the necessary 
pn_create_socket changes to provide the same support on Windows.

Attached patch to add this (and also rename the 'af' variable to 'domain', 
which seemed more appropriate)

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
Assignee: Ted Ross
 Attachments: 14_fix_ipv6_windows.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-04-01 Thread Ted Ross (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Ross updated PROTON-548:


Summary: Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)  
(was: Proton-C driver doesn't support AF_INET6 (IPv6))

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross
 Attachments: PROTON-548.patch


 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

2014-04-01 Thread Ted Ross (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Ross updated PROTON-548:


Attachment: (was: PROTON-548.patch)

 Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)
 -

 Key: PROTON-548
 URL: https://issues.apache.org/jira/browse/PROTON-548
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Affects Versions: 0.6
Reporter: Ted Ross

 The proton-c driver hard-codes its sockets to AF_INET, rather than using the 
 address family associated with a particular address.
 On systems that enable IPv6, the address localhost cannot be used because 
 it resolves to ::1 rather than 127.0.0.1



--
This message was sent by Atlassian JIRA
(v6.2#6252)