[jira] [Commented] (PROTON-1717) [C proactor] Allow initialization of transport and connection before binding

2018-01-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16313397#comment-16313397
 ] 

ASF subversion and git services commented on PROTON-1717:
-

Commit 4d16e6183d4d0eb39e2a29d2a3a289fef2327201 in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4d16e61 ]

PROTON-1717 [C proactor] Fix build error in example

Fix build error on older compilers in ssl-send example.


> [C proactor] Allow initialization of transport and connection before binding
> 
>
> Key: PROTON-1717
> URL: https://issues.apache.org/jira/browse/PROTON-1717
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.1
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: proton-c-0.19.0
>
>
> The C proactor allows the user to configure a connection before it is bound 
> to a transport, but does not allow configuring the transport before binding. 
> Some security configurations require this.
> Modify the proactor API to give access to both the connection and the 
> transport before the are bound together.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1717) [C proactor] Allow initialization of transport and connection before binding

2018-01-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16313395#comment-16313395
 ] 

ASF subversion and git services commented on PROTON-1717:
-

Commit 3311dd602d228e960019a54128e1e6674247778f in qpid-proton's branch 
refs/heads/go1 from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=3311dd6 ]

PROTON-1717 [C proactor] Make changes backward compatible.

Restore and deprecate  original signatures for pn_proactor_connect and 
pn_listener_accept.
Introduce pn_proactor_connect2 and pn_listener_accept2 taking a transport 
parameter.
Update all examples & tests to use the un-deprecated functions.


> [C proactor] Allow initialization of transport and connection before binding
> 
>
> Key: PROTON-1717
> URL: https://issues.apache.org/jira/browse/PROTON-1717
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.1
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: proton-c-0.19.0
>
>
> The C proactor allows the user to configure a connection before it is bound 
> to a transport, but does not allow configuring the transport before binding. 
> Some security configurations require this.
> Modify the proactor API to give access to both the connection and the 
> transport before the are bound together.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1717) [C proactor] Allow initialization of transport and connection before binding

2017-12-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16297319#comment-16297319
 ] 

ASF subversion and git services commented on PROTON-1717:
-

Commit 4d16e6183d4d0eb39e2a29d2a3a289fef2327201 in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4d16e61 ]

PROTON-1717 [C proactor] Fix build error in example

Fix build error on older compilers in ssl-send example.


> [C proactor] Allow initialization of transport and connection before binding
> 
>
> Key: PROTON-1717
> URL: https://issues.apache.org/jira/browse/PROTON-1717
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.1
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: proton-c-0.19.0
>
>
> The C proactor allows the user to configure a connection before it is bound 
> to a transport, but does not allow configuring the transport before binding. 
> Some security configurations require this.
> Modify the proactor API to give access to both the connection and the 
> transport before the are bound together.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1717) [C proactor] Allow initialization of transport and connection before binding

2017-12-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16297281#comment-16297281
 ] 

ASF subversion and git services commented on PROTON-1717:
-

Commit 3311dd602d228e960019a54128e1e6674247778f in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=3311dd6 ]

PROTON-1717 [C proactor] Make changes backward compatible.

Restore and deprecate  original signatures for pn_proactor_connect and 
pn_listener_accept.
Introduce pn_proactor_connect2 and pn_listener_accept2 taking a transport 
parameter.
Update all examples & tests to use the un-deprecated functions.


> [C proactor] Allow initialization of transport and connection before binding
> 
>
> Key: PROTON-1717
> URL: https://issues.apache.org/jira/browse/PROTON-1717
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.1
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: proton-c-0.19.0
>
>
> The C proactor allows the user to configure a connection before it is bound 
> to a transport, but does not allow configuring the transport before binding. 
> Some security configurations require this.
> Modify the proactor API to give access to both the connection and the 
> transport before the are bound together.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1717) [C proactor] Allow initialization of transport and connection before binding

2017-12-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16292593#comment-16292593
 ] 

ASF subversion and git services commented on PROTON-1717:
-

Commit 4859de40b478ae5c401a254b9608a79492f70588 in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4859de4 ]

PROTON-1717 [C proactor] Allow initialization of transport and connection 
before binding

pn_proactor_connect and pn_listener_accept now take a pn_connection_t* and 
pn_transport_t*
Either can be NULL, in which case a connection/transport is created with no 
special config.


> [C proactor] Allow initialization of transport and connection before binding
> 
>
> Key: PROTON-1717
> URL: https://issues.apache.org/jira/browse/PROTON-1717
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.1
>Reporter: Alan Conway
>Assignee: Alan Conway
> Fix For: proton-c-0.19.0
>
>
> The C proactor allows the user to configure a connection before it is bound 
> to a transport, but does not allow configuring the transport before binding. 
> Some security configurations require this.
> Modify the proactor API to give access to both the connection and the 
> transport before the are bound together.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org