Updated Branches: refs/heads/master b2f29d840 -> b911b6a27
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/b911b6a2 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/b911b6a2 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/b911b6a2 Branch: refs/heads/master Commit: b911b6a27c1dc9fa71e8bee8c54fde8ebfd847f7 Parents: 63e3c63 b2f29d8 Author: Jens Geyer <[email protected]> Authored: Mon Dec 24 10:33:55 2012 +0100 Committer: Jens Geyer <[email protected]> Committed: Mon Dec 24 10:33:55 2012 +0100 ---------------------------------------------------------------------- lib/as3/src/org/apache/thrift/TApplicationError.as | 5 ++- .../src/thrift/thrift_application_exception.h | 5 ++- lib/cocoa/src/TApplicationException.h | 5 ++- lib/cocoa/src/TApplicationException.m | 15 ++++++++ lib/cpp/src/thrift/TApplicationException.h | 24 ++++++++---- lib/cpp/src/thrift/transport/THttpServer.cpp | 28 +++++++++++++++ lib/csharp/src/TApplicationException.cs | 7 +++- lib/d/src/thrift/protocol/base.d | 10 +++++- lib/delphi/src/Thrift.pas | 7 +++- lib/erl/include/thrift_constants.hrl | 4 ++- lib/go/thrift/tapplication_exception.go | 3 ++ lib/hs/src/Thrift.hs | 9 +++++ .../org/apache/thrift/TApplicationException.java | 3 ++ .../apache/thrift/server/TNonblockingServer.java | 4 +- .../org/apache/thrift/server/TSimpleServer.java | 4 +- .../apache/thrift/server/TThreadPoolServer.java | 3 +- .../thrift/server/TThreadedSelectorServer.java | 4 +- .../org/apache/thrift/transport/THttpClient.java | 20 +++++++++- .../org/apache/thrift/TApplicationException.java | 4 ++- lib/js/thrift.js | 5 ++- lib/nodejs/lib/thrift/thrift.js | 5 ++- lib/ocaml/src/Thrift.ml | 9 +++++ lib/perl/lib/Thrift.pm | 19 ++++++---- .../lib/Thrift/Exception/TApplicationException.php | 3 ++ lib/py/src/Thrift.py | 13 +++++++ lib/rb/lib/thrift/exceptions.rb | 3 ++ 26 files changed, 186 insertions(+), 35 deletions(-) ----------------------------------------------------------------------
