summaryrefslogtreecommitdiff
path: root/lib/delphi
Commit message (Expand)AuthorAgeFilesLines
* version 0.14.1Jens Geyer2021-03-021-1/+1
* 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
* THRIFT-4894 Enable automatic content encoding handling for gzip,deflate in th...Jens Geyer2019-06-222-2/+29
* THRIFT-4886 More detailed error information for WinHTTP transportJens Geyer2019-06-192-9/+72
* THRIFT-4886 More detailed error information for WinHTTP transportJens Geyer2019-06-121-17/+32
* THRIFT-4884 Add serialisation performance test for DelphiJens Geyer2019-06-075-1/+359
* THRIFT-4882 Autodetect proxy settings with WinHTTPJens Geyer2019-06-075-14/+253
* THRIFT-4881 Allow TLS1.1 and TLS1.2 even when not configured as systemwide de...Jens Geyer2019-06-075-4/+249
* THRIFT-4862 better ToString() support for enums and container typesJens Geyer2019-05-101-3/+6
* THRIFT-4862 better ToString() support for enums and container typesJens Geyer2019-05-104-127/+189
* THRIFT-4863 better indication of WinHTTP errorsJens Geyer2019-05-101-0/+3
* THRIFT-4841 THTTPTransport relies on activeX componentJens Geyer2019-04-0615-237/+1461
* THRIFT-4843 http:// and https:// schemes are switched in test clientJens Geyer2019-04-041-2/+2
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
|/
* THRIFT-4642 FPU ctrl word settings may cause an unexpected "denormalized" errorJens Geyer2018-09-251-3/+21
* THRIFT-4590 running the test client using HTTP transport leads to "CoInitiali...Jens Geyer2018-06-221-137/+188
* THRIFT-4589 HTTP client timeouts are a) incomplete and b) not used at allJens Geyer2018-06-221-35/+84
* THRIFT-4562 Calling wrong exception CTOR leads to "call failed: unknown resul...Jens Geyer2018-05-032-2/+2
* THRIFT-4554 uncompileable code with member names that are also types under sp...Jens Geyer2018-04-145-0/+346
* THRIFT-4549 Thrift exceptions should derive from TExceptionJens Geyer2018-04-0912-26/+80
* THRIFT-4540 buffered transport broken when trying to re-open a formerly close...Jens Geyer2018-04-041-1/+1
* THRIFT-4540 buffered transport broken when trying to re-open a formerly close...Jens Geyer2018-04-021-8/+17
* THRIFT-4523 TStreamTransportImpl.GetOutputStream brokenJens Geyer2018-03-191-1/+1
* THRIFT-4490 Allow a default service as fallback for multiplex processors conn...Jens Geyer2018-02-081-20/+35
* THRIFT-4485 Possible invalid ptr AV with overlapped read/write on pipesJens Geyer2018-02-021-6/+12