[jira] [Resolved] (THRIFT-4276) Add SSL support to the C++ Nonblocking Server

2017-08-06 Thread Randy Abernethy (JIRA)

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

Randy Abernethy resolved THRIFT-4276.
-
   Resolution: Fixed
Fix Version/s: 0.10.0

committed 

> Add SSL support to the C++ Nonblocking Server
> -
>
> Key: THRIFT-4276
> URL: https://issues.apache.org/jira/browse/THRIFT-4276
> Project: Thrift
>  Issue Type: Improvement
>  Components: C++ - Library
>Affects Versions: 0.11.0
>Reporter: Randy Abernethy
>Assignee: Randy Abernethy
>Priority: Minor
> Fix For: 0.10.0
>
>
> This patch adds SSL support to the C++ noblocking server and cleans up some 
> of its monolithic integrated transport, moving to a more flexible and typical 
> Apache Thrift Transport model.
> Many thanks to Divya and James for the work on this
> GitHub user dthaluru opened a pull request:
> https://github.com/apache/thrift/pull/1251
> Added support for C++ Nonblocking SSL Server
> You can merge this pull request into a Git repository by running:
> $ git pull https://github.com/dthaluru/cpp-nonblocking1 master
> Alternatively you can review and apply these changes as the patch at:
> https://github.com/apache/thrift/pull/1251.patch
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
> This closes #1251
> 
> 
> commit 6351c2c112affbe4ca7677236605030e72ffa057
> Author: Divya Thaluru 
> Date:   2017-04-20T17:35:10Z
> Added support for C++ Nonblocking SSL Server
> 



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


[GitHub] thrift pull request #1251: Added support for C++ Nonblocking SSL Server

2017-08-06 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/thrift/pull/1251


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Updated] (THRIFT-4276) Add SSL support to the C++ Nonblocking Server

2017-08-06 Thread Randy Abernethy (JIRA)

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

Randy Abernethy updated THRIFT-4276:

Description: 
This patch adds SSL support to the C++ noblocking server and cleans up some of 
its monolithic integrated transport, moving to a more flexible and typical 
Apache Thrift Transport model.

Many thanks to Divya and James for the work on this


GitHub user dthaluru opened a pull request:

https://github.com/apache/thrift/pull/1251

Added support for C++ Nonblocking SSL Server

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dthaluru/cpp-nonblocking1 master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1251.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1251


commit 6351c2c112affbe4ca7677236605030e72ffa057
Author: Divya Thaluru 
Date:   2017-04-20T17:35:10Z

Added support for C++ Nonblocking SSL Server






  was:
This patch adds SSL support to the C++ noblocking server and cleans up some of 
its monolithic integrated transport, moving to a more flexible and typical 
Apache Thrift Transport model.

Many thanks to Divya and James for the work on this


GitHub user dthaluru opened a pull request:

https://github.com/apache/thrift/pull/1251

Added support for C++ Nonblocking SSL Server

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dthaluru/cpp-nonblocking1 master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1251.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #89


commit 6351c2c112affbe4ca7677236605030e72ffa057
Author: Divya Thaluru 
Date:   2017-04-20T17:35:10Z

Added support for C++ Nonblocking SSL Server







> Add SSL support to the C++ Nonblocking Server
> -
>
> Key: THRIFT-4276
> URL: https://issues.apache.org/jira/browse/THRIFT-4276
> Project: Thrift
>  Issue Type: Improvement
>  Components: C++ - Library
>Affects Versions: 0.11.0
>Reporter: Randy Abernethy
>Assignee: Randy Abernethy
>Priority: Minor
>
> This patch adds SSL support to the C++ noblocking server and cleans up some 
> of its monolithic integrated transport, moving to a more flexible and typical 
> Apache Thrift Transport model.
> Many thanks to Divya and James for the work on this
> GitHub user dthaluru opened a pull request:
> https://github.com/apache/thrift/pull/1251
> Added support for C++ Nonblocking SSL Server
> You can merge this pull request into a Git repository by running:
> $ git pull https://github.com/dthaluru/cpp-nonblocking1 master
> Alternatively you can review and apply these changes as the patch at:
> https://github.com/apache/thrift/pull/1251.patch
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
> This closes #1251
> 
> 
> commit 6351c2c112affbe4ca7677236605030e72ffa057
> Author: Divya Thaluru 
> Date:   2017-04-20T17:35:10Z
> Added support for C++ Nonblocking SSL Server
> 



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


[jira] [Updated] (THRIFT-4276) Add SSL support to the C++ Nonblocking Server

2017-08-06 Thread Randy Abernethy (JIRA)

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

Randy Abernethy updated THRIFT-4276:

Description: 
This patch adds SSL support to the C++ noblocking server and cleans up some of 
its monolithic integrated transport, moving to a more flexible and typical 
Apache Thrift Transport model.

Many thanks to Divya and James for the work on this


GitHub user dthaluru opened a pull request:

https://github.com/apache/thrift/pull/1251

Added support for C++ Nonblocking SSL Server

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dthaluru/cpp-nonblocking1 master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1251.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #89


commit 6351c2c112affbe4ca7677236605030e72ffa057
Author: Divya Thaluru 
Date:   2017-04-20T17:35:10Z

Added support for C++ Nonblocking SSL Server






  was:
This patch adds SSL support to the C++ noblocking server and cleans up some of 
its monolithic integrated transport, moving to a more flexible and typical 
Apache Thrift Transport model.

Many thanks to Divya and James for the work on this

https://github.com/apache/thrift/pull/1251


> Add SSL support to the C++ Nonblocking Server
> -
>
> Key: THRIFT-4276
> URL: https://issues.apache.org/jira/browse/THRIFT-4276
> Project: Thrift
>  Issue Type: Improvement
>  Components: C++ - Library
>Affects Versions: 0.11.0
>Reporter: Randy Abernethy
>Assignee: Randy Abernethy
>Priority: Minor
>
> This patch adds SSL support to the C++ noblocking server and cleans up some 
> of its monolithic integrated transport, moving to a more flexible and typical 
> Apache Thrift Transport model.
> Many thanks to Divya and James for the work on this
> GitHub user dthaluru opened a pull request:
> https://github.com/apache/thrift/pull/1251
> Added support for C++ Nonblocking SSL Server
> You can merge this pull request into a Git repository by running:
> $ git pull https://github.com/dthaluru/cpp-nonblocking1 master
> Alternatively you can review and apply these changes as the patch at:
> https://github.com/apache/thrift/pull/1251.patch
> To close this pull request, make a commit to your master/trunk branch
> with (at least) the following in the commit message:
> This closes #89
> 
> 
> commit 6351c2c112affbe4ca7677236605030e72ffa057
> Author: Divya Thaluru 
> Date:   2017-04-20T17:35:10Z
> Added support for C++ Nonblocking SSL Server
> 



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


[jira] [Created] (THRIFT-4276) Add SSL support to the C++ Nonblocking Server

2017-08-06 Thread Randy Abernethy (JIRA)
Randy Abernethy created THRIFT-4276:
---

 Summary: Add SSL support to the C++ Nonblocking Server
 Key: THRIFT-4276
 URL: https://issues.apache.org/jira/browse/THRIFT-4276
 Project: Thrift
  Issue Type: Improvement
  Components: C++ - Library
Affects Versions: 0.11.0
Reporter: Randy Abernethy
Assignee: Randy Abernethy
Priority: Minor


This patch adds SSL support to the C++ noblocking server and cleans up some of 
its monolithic integrated transport, moving to a more flexible and typical 
Apache Thrift Transport model.

Many thanks to Divya and James for the work on this

https://github.com/apache/thrift/pull/1251



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