[GitHub] thrift pull request: THRIFT-2114 - Python Service Remote SSL Optio...

2014-06-28 Thread drobakowski
GitHub user drobakowski opened a pull request: https://github.com/apache/thrift/pull/149 THRIFT-2114 - Python Service Remote SSL Option Add [-s[sl]] option for the python service remote to enable communication over an SSL socket connection. Usage: ./ThriftService-remote

[jira] [Updated] (THRIFT-2114) Python Service Remote SSL Option

2014-06-28 Thread David Robakowski (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Robakowski updated THRIFT-2114: - Attachment: (was: thrift-2114_python-service-remote-ssl-option.patch) Python

[jira] [Commented] (THRIFT-2114) Python Service Remote SSL Option

2014-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046784#comment-14046784 ] ASF GitHub Bot commented on THRIFT-2114: GitHub user drobakowski opened a pull

[jira] [Commented] (THRIFT-2114) Python Service Remote SSL Option

2014-06-28 Thread David Robakowski (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046790#comment-14046790 ] David Robakowski commented on THRIFT-2114: -- I've rebased my patch-branch and

Testing Cross language tests in Windows

2014-06-28 Thread Chamila Wijayarathna
Hello all, I am trying to run test.py which we added recently to cross language test suite in windows. I tried to follow instructions at http://thrift.apache.org/docs/install/windows and built thrift in cygwin. But there I'm getting error saying Couldn't find libtoolize! even though I have

Thrift compiler and config.h

2014-06-28 Thread Jens Geyer
Hi *, I just recognized that (if I don’t overlook anything) the config.h file created by autoconf in the Thrift root folder is included into the C++ library, but not in the compiler itself. There’s only a Windows config.h, but that’s a different one. Is there a specific reason for that?

Re: Thrift compiler and config.h

2014-06-28 Thread Roger Meier
Quoting Jens Geyer jensge...@hotmail.com: Hi *, I just recognized that (if I don’t overlook anything) the config.h file created by autoconf in the Thrift root folder is included into the C++ library, but not in the compiler itself. There’s only a Windows config.h, but that’s a different one.

[jira] [Updated] (THRIFT-1712) Add TBase class for c++

2014-06-28 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Vogt updated THRIFT-1712: Description: The generated c++ classes for struct's do not have a common base class. The patch

[jira] [Updated] (THRIFT-1712) Add TBase class for c++

2014-06-28 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Vogt updated THRIFT-1712: Attachment: (was: 011_base_struct_rest_140619v2.patch) Add TBase class for c++

[jira] [Updated] (THRIFT-1712) Add TBase class for c++

2014-06-28 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Vogt updated THRIFT-1712: Attachment: (was: 010_base_struct_gen_140619v3.patch) Add TBase class for c++

[jira] [Updated] (THRIFT-1712) Add TBase class for c++

2014-06-28 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Vogt updated THRIFT-1712: Attachment: 010_base_struct_gen_140628v1.patch 000_line_first_140628v1.patch

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2014-06-28 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046961#comment-14046961 ] Roger Meier commented on THRIFT-1857: - Thanks tbartelmess, great approach with

[GitHub] thrift pull request: THRIFT-2114 - Python Service Remote SSL Optio...

2014-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/149 --- 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

[jira] [Commented] (THRIFT-2114) Python Service Remote SSL Option

2014-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046968#comment-14046968 ] ASF GitHub Bot commented on THRIFT-2114: Github user asfgit closed the pull

[jira] [Resolved] (THRIFT-2114) Python Service Remote SSL Option

2014-06-28 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-2114. - Resolution: Fixed Assignee: Roger Meier Thanks! committed Python Service Remote SSL

[GitHub] thrift pull request: Python 3 support

2014-06-28 Thread tbartelmess
Github user tbartelmess commented on a diff in the pull request: https://github.com/apache/thrift/pull/144#discussion_r14326386 --- Diff: lib/py/src/protocol/TBinaryProtocol.py --- @@ -119,8 +119,8 @@ def writeDouble(self, dub): self.trans.write(buff) def