summaryrefslogtreecommitdiff
path: root/lib/delphi
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5686 Add comparer and capacity arguments to container classesJens Geyer2023-02-241-29/+46
* bump version numberJens Geyer2023-02-061-1/+1
* THRIFT-5656 Escape Delphi keywords with '&' prefix instead of '_' suffixJens Geyer2022-10-173-7/+11
* THRIFT-5625 SysUtils.TGuidHelper collides with ThriftUtils.TGuidHelperJens Geyer2022-09-103-13/+19
* THRIFT-5622 Garbled test output with multithreaded clientsJens Geyer2022-09-082-64/+119
* THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved sel...Jens Geyer2022-09-0510-49/+238
* Follow-Up fix for THRIFT-5618 More consistent naming of container classesJens Geyer2022-09-054-26/+26
* THRIFT-5620 Option to force usage of COM types to allow for cross-module refe...Jens Geyer2022-09-049-29/+460
* THRIFT-5619 make sure CheckReadBytesAvailable() and CountConsumedMessageBytes...Jens Geyer2022-09-041-2/+2
* THRIFT-5618 More consistent naming of container classesJens Geyer2022-09-032-14/+26
* version bumpJens Geyer2022-08-301-1/+1
* THRIFT-5586 User-Agent header not conforming to RFC 7231Jens Geyer2022-06-012-2/+2
* FIX: remove duplicate constant declsJens Geyer2022-02-261-4/+0
* Release 0.16.0Jens Geyer2022-01-201-1/+1
* bump version numberJens Geyer2021-08-031-1/+1
* THRIFT-5438 Inconsistent handling of exceptions during message read vs. messa...Jens Geyer2021-07-022-4/+1
* THRIFT-5437 Make TProtocolImpl CTOR virtualJens Geyer2021-07-016-19/+25
* THRIFT-5428 Prevent costly reallocations to improve performanceJens Geyer2021-06-047-48/+87
* THRIFT-5390 Named Pipes transport hardeningJens Geyer2021-04-022-20/+77
* THRIFT-5387 Improved and simplified Delphi test setupJens Geyer2021-03-2920-118/+1345
* THRIFT-5386 XML-HTTP client may throw "max message size reached" incorrectlyJens Geyer2021-03-291-0/+1
* THRIFT-5384 Improved error message for HTTP transportsJens Geyer2021-03-293-6/+41
* THRIFT-5385 XML-HTTP client reports IsOpen=TRUE even if it is notJens Geyer2021-03-292-2/+11
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
* Reverted wrongly pushed commits.Jens Geyer2021-02-113-150/+0
* Setup for Visual Studio 2019 + workarounds for some open tickets:Jens Geyer2021-02-103-0/+150
* THRIFT-5304 TWinHTTPClientImpl may incorrectly report that the message size i...Jens Geyer2020-10-302-1/+3
* THRIFT-5261 Support for deprecated methods (via annotation)Jens Geyer2020-08-054-2/+15
* THRIFT-5251 StringUtils<T>.ToString() raises an exception for enum values out...Jens Geyer2020-07-134-47/+209
* THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo()max ulidtko2020-05-081-1/+1
* THRIFT-5188 Occasional ERROR_INSUFFICIENT_BUFFER at WinHttpQueryHeaders()Jens Geyer2020-04-271-4/+24
* THRIFT-5146 Align Delphi to the test suite arguments rules (its "--switch=val...Jens Geyer2020-03-222-131/+125
* THRIFT-5145 Streamline --pipe and --named-pipe options in the code baseJens Geyer2020-03-222-7/+7
* THRIFT-5123 add possibility to query HTTP status code with WinHTTPJens Geyer2020-02-271-4/+50
* THRIFT-5088 Memory leak in TWinHttpTransportJens Geyer2020-02-123-14/+15
* THRIFT-5048 EnumUtils<T>.ToString() throws for elements not known to the rece...Jens Geyer2019-12-135-15/+60
* THRIFT-5044 Improve serialization support for TApplicationExceptions and cust...Jens Geyer2019-12-052-28/+91
* THRIFT-5012 Centralize configuration aspects into a commonly used configurati...Jens Geyer2019-11-2826-725/+721
* THRIFT-5036 buffered transport over sockets may run into unexpected timeouts ...Jens Geyer2019-11-273-11/+6
* THRIFT-5015 WinHTTP QueryDataAvailable cannot be used to retrieve total respo...Jens Geyer2019-11-183-6/+119
* THRIFT-5007 Implement MAX_MESSAGE_SIZE and remaining read bytes controlJens Geyer2019-11-1514-117/+625
* THRIFT-5009 Serializer implemtation lacks support for layered transportsJens Geyer2019-11-145-368/+506
* THRIFT-5006 Implement DEFAULT_MAX_LENGTH at TFramedTransportJens Geyer2019-11-133-43/+53
* THRIFT-5005 Refactoring of the Delphi libs [ci skip]Jens Geyer2019-11-1317-224/+221
* THRIFT-5004 Make exception implementations more consistent [ci skip]Jens Geyer2019-11-133-81/+291
* bump versionJens Geyer2019-10-171-1/+1
* THRIFT-4944 Field IDs > 255 fail with compact protocolJens Geyer2019-08-283-58/+114
* THRIFT-4939 TThriftListImpl<T>.Sort() does not use comparerAlex-Rud2019-08-251-1/+1
* THRIFT-4898 Pipe write operations across a network are limited to 65,535 byte...Jens Geyer2019-06-272-5/+7
* THRIFT-4886 More detailed error information for WinHTTP transportJens Geyer2019-06-261-1/+1