summaryrefslogtreecommitdiff
path: root/lib/delphi/src
Commit message (Expand)AuthorAgeFilesLines
* Version 0.11.0Jens Geyer2017-12-011-1/+1
* THRIFT-4372 Pipe write operations across a network are limited to 65,535 byte...Jens Geyer2017-10-261-52/+84
* THRIFT-4323 range check errors or NPE in edge casesJens Geyer2017-09-082-7/+17
* THRIFT-4318 Delphi performance improvementsJens Geyer2017-09-079-808/+497
* THRIFT-4262 Invalid binding to InterlockedCompareExchange64() with 64-bit tar...Jens Geyer2017-07-261-8/+15
* THRIFT-4024 Skip() should throw on unknown data typesJens Geyer2017-01-111-1/+1
* THRIFT-3794 Fixing exception types in library now that they have been split upKyle Johnson2016-04-232-41/+41
* THRIFT-3794 Split Delphi application, protocol and transport exception subtyp...Jens Geyer2016-04-218-155/+285
* THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn'...Jens Geyer2016-04-201-16/+22
* THRIFT-3487 Full support for newer Delphi versionsJens Geyer2016-04-202-50/+1842
* THRIFT-3792 Timeouts for anonymous pipes should be configurableJens Geyer2016-04-191-7/+13
* THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn'...Jens Geyer2016-04-191-4/+23
* THRIFT-3791 Delphi pipe client may fail even in a non-error conditionJens Geyer2016-04-191-12/+12
* THRIFT-3788 Compatibility improvements and Win64 supportJens Geyer2016-04-148-253/+244
* THRIFT-3788 Compatibility improvements and Win64 supportNick2016-04-146-16/+95
* THRIFT-3733 Socket timeout improvementsJens Geyer2016-03-101-3/+3
* THRIFT-3733 Socket timeout improvementsJens Geyer2016-03-101-85/+76
* THRIFT-3720 TTcpSocketStreamImpl.Read() returns 0 if not all requested bytes ...Jens Geyer2016-03-091-1/+1
* THRIFT-3668 range check error in compact protocolJens Geyer2016-02-231-1/+1
* THRIFT-3524 dcc32 warning "W1000 Symbol 'IsLowSurrogate' is deprecated: 'Use ...Jens Geyer2016-01-292-3/+33
* THRIFT-3487 Full support for newer Delphi versionsJens Geyer2015-12-192-2/+20
* THRIFT-3470 Sporadic timeouts with pipesJens Geyer2015-12-021-1/+1
* THRIFT-3404 Fixed JSON String reader doesn't recognize UTF-16 surrogate pairs.Phongphan Phuttha2015-10-301-2/+26
* THRIFT-3229 unexpected Timeout exception when desired bytes are only partiall...Jens Geyer2015-07-171-25/+33
* THRIFT-3234 Delphi: Limit recursion depth to 64Jens Geyer2015-07-091-1/+89
* THRIFT-3018 Compact protocol for Delphi, added another test caseJens Geyer2015-03-071-6/+14
* THRIFT-3018 Compact protocol for Delphi, one missing test case addedJens Geyer2015-03-031-2/+25
* THRIFT-3018 Compact protocol for DelphiJens Geyer2015-03-022-0/+1084
* THRIFT-3017 order of map key/value types incorrect for one CTORJens Geyer2015-03-021-2/+2
* THRIFT-3012 Timing problems in NamedPipe implementation due to unnecessary op...Jens Geyer2015-02-271-4/+5
* THRIFT-2890 binary data may lose bytes with JSON transport under specific cir...Jens Geyer2014-12-142-1/+2
* THRIFT-2890 binary data may lose bytes with JSON transport under specific cir...Jens Geyer2014-12-142-18/+131
* THRIFT-2847 function IfValue() is a duplicate of System.StrUtils.IfThenJens Geyer2014-11-221-13/+0
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-0312-4265/+4265
* THRIFT-2696 Unable to stop socket server while there are idle clientsJens Geyer2014-09-173-34/+198
* THRIFT-2696 Unable to stop socket server while there are idle clientsJens Geyer2014-09-111-85/+59
* THRIFT-2506 Update TProtocolException error codes to be used consistently thr...Jens Geyer2014-05-031-1/+2
* THRIFT-2415 Named pipes server performance & message modeJens Geyer2014-03-202-92/+303
* THRIFT-2345 Delphi: UTF-8 sent by PHP as JSON is not understood by TJsonProtocolJens Geyer2014-02-071-20/+28
* THRIFT-2331 Missing call to ReadStructBegin() in TApplicationException.Read()Jens Geyer2014-01-231-0/+2
* THRIFT-2297: TJsonProtocol implementation for Delphi does not allow for both ...Jens Geyer2013-12-301-2/+2
* THRIFT-2195 Delphi event handlers - fix for multiplex protocolJens Geyer2013-12-191-3/+3
* * THRIFT-2195: added default argument for enhanced compatbilityJens Geyer2013-09-261-1/+1
* THRIFT-2195 Delphi: Add event handlers for server and processing eventsJens Geyer2013-09-255-87/+179
* THRIFT-2202 Delphi TServerImpl.DefaultLogDelegate may stop the server with I/...Jens Geyer2013-09-231-2/+9
* THRIFT-2162 Missing calls to inherited CTOR at misc. placesJens Geyer2013-09-067-10/+38
* THRIFT-820 Remove readLength attribute from BinaryProtocolCarl Yeksigian2013-08-141-25/+1
* THRIFT-2084 Delphi: Ability to create entity Thrift-generated instances base...Jens Geyer2013-07-131-3/+14
* THRIFT-1993 Factory to create instances from known (generated) interface type...Jens Geyer2013-06-041-0/+84
* THRIFT-1962 Multiplex processor should send any TApplicationException back to...Jens Geyer2013-05-131-9/+43