This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from 7e53750  THRIFT-5341 Old-Style-Cast & missing Override Client: cpp 
Patch: Kashirin Alex
     new cc8c2c6  THRIFT-5385 XML-HTTP client reports IsOpen=TRUE even if it is 
not Client: Delphi Patch: Jens Geyer
     new 589ee5b  THRIFT-5384 Improved error message for HTTP transports 
Client: Delphi Patch: Jens Geyer
     new 036665e  THRIFT-5386 XML-HTTP client may throw "max message size 
reached" incorrectly Client: delphi Patch: Jens Geyer
     new 66f9536  THRIFT-5387 Improved and simplified Delphi test setup Client: 
Delphi Patch: Jens Geyer

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   4 +-
 lib/delphi/DelphiThrift.groupproj                  | 120 ++++++++++++---------
 lib/delphi/src/Thrift.Protocol.pas                 |  17 ++-
 lib/delphi/src/Thrift.Transport.MsxmlHTTP.pas      |   7 +-
 lib/delphi/src/Thrift.Transport.pas                |   4 +-
 lib/delphi/src/Thrift.Utils.pas                    |  26 +++++
 lib/delphi/test/TestClient.pas                     |   7 ++
 lib/delphi/test/client.dpr                         |   2 +-
 .../ReservedKeywords.dproj => client.dproj}        |  97 ++++++++++++-----
 lib/delphi/test/keywords/ReservedKeywords.dproj    |  24 ++++-
 .../test/multiplexed/Multiplex.Client.Main.pas     |   4 +-
 .../test/multiplexed/Multiplex.Test.Client.dpr     |   2 +
 .../Multiplex.Test.Client.dproj}                   |  89 ++++++++++-----
 .../test/multiplexed/Multiplex.Test.Server.dpr     |   2 +
 .../Multiplex.Test.Server.dproj}                   |  91 +++++++++++-----
 lib/delphi/test/serializer/TestSerializer.Data.pas | 102 +++++++++---------
 lib/delphi/test/serializer/TestSerializer.dpr      |   5 +-
 .../TestSerializer.dproj}                          |  92 +++++++++++-----
 lib/delphi/test/server.dpr                         |   2 +-
 .../ReservedKeywords.dproj => server.dproj}        |  92 +++++++++++-----
 lib/delphi/test/skip/skiptest_version1.dpr         |   6 +-
 .../skiptest_version1.dproj}                       |  86 ++++++++++-----
 lib/delphi/test/skip/skiptest_version2.dpr         |   6 +-
 .../skiptest_version2.dproj}                       |  86 ++++++++++-----
 lib/delphi/test/typeregistry/TestTypeRegistry.dpr  |   3 +-
 .../TestTypeRegistry.dproj}                        |  88 ++++++++++-----
 tutorial/delphi/DelphiClient/DelphiClient.dpr      |   4 +-
 tutorial/delphi/DelphiClient/DelphiClient.dproj    |  32 +++++-
 tutorial/delphi/DelphiServer/DelphiServer.dpr      |   4 +-
 tutorial/delphi/DelphiServer/DelphiServer.dproj    |  29 ++++-
 30 files changed, 770 insertions(+), 363 deletions(-)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => client.dproj} (55%)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => 
multiplexed/Multiplex.Test.Client.dproj} (58%)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => 
multiplexed/Multiplex.Test.Server.dproj} (57%)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => 
serializer/TestSerializer.dproj} (57%)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => server.dproj} (57%)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => 
skip/skiptest_version1.dproj} (60%)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => 
skip/skiptest_version2.dproj} (60%)
 copy lib/delphi/test/{keywords/ReservedKeywords.dproj => 
typeregistry/TestTypeRegistry.dproj} (59%)

Reply via email to