Various Thrift fixes, including Application Exception support in Ruby, better errror...
authorMark Slee <mcslee@apache.org>
Wed, 14 Mar 2007 02:47:35 +0000 (02:47 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 14 Mar 2007 02:47:35 +0000 (02:47 +0000)
commit7679196f1cb6a4b919917aeab065ca86b9b8ad91
tree432f2d4425bcc5e627261ef459cf34b6b32ba57e
parent0c2dff3f5a69726e98636c091454b9b5e3ab8898
Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc.

Reviewed By: thrift

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665058 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
compiler/cpp/cleanup.sh
compiler/cpp/configure.ac
compiler/cpp/src/generate/t_rb_generator.cc
lib/php/src/transport/TPhpStream.php
lib/php/src/transport/TSocket.php
lib/php/src/transport/TSocketPool.php
lib/py/src/Thrift.py
lib/py/src/transport/TSocket.py
lib/py/src/transport/TTransport.py
lib/rb/lib/thrift/protocol/tprotocol.rb
lib/rb/lib/thrift/thrift.rb
lib/rb/lib/thrift/transport/tsocket.rb
lib/rb/lib/thrift/transport/ttransport.rb
tutorial/php/PhpClient.php
tutorial/py/PythonClient.py
tutorial/rb/RubyClient.rb
tutorial/rb/RubyServer.rb