You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by he...@apache.org on 2013/05/16 21:37:44 UTC

[4/4] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/cbb979b8
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/cbb979b8
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/cbb979b8

Branch: refs/heads/master
Commit: cbb979b804009374499462fd948a13537877fb59
Parents: 8ad13a3 36af4d3
Author: Henrique Mendonça <he...@apache.org>
Authored: Thu May 16 21:37:32 2013 +0200
Committer: Henrique Mendonça <he...@apache.org>
Committed: Thu May 16 21:37:32 2013 +0200

----------------------------------------------------------------------
 compiler/cpp/src/generate/t_java_generator.cc      |  228 ++++++++++++++-
 .../org/apache/thrift/AsyncProcessFunction.java    |   56 ++++
 .../src/org/apache/thrift/TBaseAsyncProcessor.java |   92 ++++++
 .../src/org/apache/thrift/TProcessorFactory.java   |    4 +
 .../thrift/server/AbstractNonblockingServer.java   |   70 ++++-
 .../apache/thrift/server/TNonblockingServer.java   |    8 +-
 .../thrift/server/TThreadedSelectorServer.java     |    5 +-
 .../org/apache/thrift/server/ServerTestBase.java   |  119 ++++++++-
 .../org/apache/thrift/server/TestAsyncServer.java  |   28 ++
 9 files changed, 579 insertions(+), 31 deletions(-)
----------------------------------------------------------------------