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 24fa9d0 THRIFT-4914: Add GetResponseHeadersFromClient helper function
add 9f11c1e THRIFT-5004 Make exception implementations more consistent
[ci skip] Client: Delphi Patch: Jens Geyer
add fad7fd3 THRIFT-5005 Refactoring of the Delphi libs [ci skip] Client:
Delphi Patch: Jens Geyer
add 2646bd6 THRIFT-5006 Implement DEFAULT_MAX_LENGTH at TFramedTransport
Client: Delphi Patch: Jens Geyer
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +-
lib/delphi/src/Thrift.Collections.pas | 12 +-
lib/delphi/src/Thrift.Processor.Multiplex.pas | 18 +--
lib/delphi/src/Thrift.Protocol.Compact.pas | 16 +-
lib/delphi/src/Thrift.Protocol.JSON.pas | 24 +--
lib/delphi/src/Thrift.Protocol.Multiplex.pas | 2 +-
lib/delphi/src/Thrift.Protocol.pas | 196 ++++++++++++++---------
lib/delphi/src/Thrift.Serializer.pas | 4 +-
lib/delphi/src/Thrift.Server.pas | 158 ++++++++++--------
lib/delphi/src/Thrift.Socket.pas | 6 +-
lib/delphi/src/Thrift.Stream.pas | 13 +-
lib/delphi/src/Thrift.Transport.MsxmlHTTP.pas | 4 +-
lib/delphi/src/Thrift.Transport.Pipes.pas | 2 +-
lib/delphi/src/Thrift.Transport.WinHTTP.pas | 10 +-
lib/delphi/src/Thrift.Transport.pas | 222 ++++++++++++++++----------
lib/delphi/src/Thrift.TypeRegistry.pas | 2 +-
lib/delphi/src/Thrift.pas | 151 ++++++++++++++----
lib/delphi/test/TestClient.pas | 4 +-
lib/delphi/test/serializer/TestSerializer.dpr | 7 +-
19 files changed, 535 insertions(+), 318 deletions(-)