[GitHub] thrift pull request: fix c++ version zeromq transport, the old ver...

2014-12-11 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/315#issuecomment-66708667 Hi, Firstly, thanks for the patch. Could you please ... - [File a JIRA ticket for it](http://thrift.apache.org/docs/HowToContribute) -

[jira] [Commented] (THRIFT-812) Demo of Thrift over ZeroMQ

2014-12-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243352#comment-14243352 ] ASF GitHub Bot commented on THRIFT-812: --- Github user Jens-G commented on the pull

[jira] [Created] (THRIFT-2886) Integrate binary type in standard Thrift cross test

2014-12-11 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-2886: -- Summary: Integrate binary type in standard Thrift cross test Key: THRIFT-2886 URL: https://issues.apache.org/jira/browse/THRIFT-2886 Project: Thrift Issue Type:

[jira] [Updated] (THRIFT-2886) Integrate binary type in standard Thrift cross test

2014-12-11 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2886: --- Issue Type: Sub-task (was: Test) Parent: THRIFT-1920 Integrate binary type in standard

[jira] [Created] (THRIFT-2887) --with-openssl configure flag is ignored

2014-12-11 Thread Jon Parise (JIRA)
Jon Parise created THRIFT-2887: -- Summary: --with-openssl configure flag is ignored Key: THRIFT-2887 URL: https://issues.apache.org/jira/browse/THRIFT-2887 Project: Thrift Issue Type: Bug

[GitHub] thrift pull request: Respect --with-openssl when building C++ supp...

2014-12-11 Thread jparise
GitHub user jparise opened a pull request: https://github.com/apache/thrift/pull/316 Respect --with-openssl when building C++ support. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jparise/thrift thrift-2887 Alternatively you

[jira] [Updated] (THRIFT-2887) --with-openssl configure flag is ignored

2014-12-11 Thread Jon Parise (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Parise updated THRIFT-2887: --- Patch Info: Patch Available --with-openssl configure flag is ignored

[jira] [Updated] (THRIFT-2887) --with-openssl configure flag is ignored

2014-12-11 Thread Jon Parise (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Parise updated THRIFT-2887: --- Description: The {{configure}} script offers a {{--with-openssl}} option: {code}

[GitHub] thrift pull request: erl lib: add recv_timeout configuration for c...

2014-12-11 Thread ericliang
GitHub user ericliang opened a pull request: https://github.com/apache/thrift/pull/317 erl lib: add recv_timeout configuration for client tcp connection Tcp recv timeout is only used in server socket but in client, and thus client could block there to wait for the server response,