1. f726ae3 THRIFT-5428 Prevent costly reallocations to improve performance by Jens Geyer · 3 years, 7 months ago
  2. 20a86d6 THRIFT-5390 Named Pipes transport hardening Client: Delphi Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  3. 036665e THRIFT-5386 XML-HTTP client may throw "max message size reached" incorrectly by Jens Geyer · 3 years, 10 months ago
  4. 589ee5b THRIFT-5384 Improved error message for HTTP transports by Jens Geyer · 3 years, 10 months ago
  5. cc8c2c6 THRIFT-5385 XML-HTTP client reports IsOpen=TRUE even if it is not by Jens Geyer · 3 years, 10 months ago
  6. 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
  7. 6762cad THRIFT-5304 TWinHTTPClientImpl may incorrectly report that the message size is reached by Jens Geyer · 4 years, 2 months ago
  8. ec57271 THRIFT-5251 StringUtils<T>.ToString() raises an exception for enum values outside range by Jens Geyer · 4 years, 6 months ago
  9. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
  10. 8746291 THRIFT-5188 Occasional ERROR_INSUFFICIENT_BUFFER at WinHttpQueryHeaders() by Jens Geyer · 4 years, 9 months ago
  11. 4903d18 THRIFT-5123 add possibility to query HTTP status code with WinHTTP by Jens Geyer · 4 years, 11 months ago
  12. b012318 THRIFT-5088 Memory leak in TWinHttpTransport Client: Delphi Patch: Jens Geyer by Jens Geyer · 5 years ago
  13. 6e2a698 THRIFT-5048 EnumUtils<T>.ToString() throws for elements not known to the receiving end [ci skip] by Jens Geyer · 5 years ago
  14. e780855 THRIFT-5044 Improve serialization support for TApplicationExceptions and custom exceptions by Jens Geyer · 5 years ago
  15. a019cda THRIFT-5012 Centralize configuration aspects into a commonly used configuration object [ci skip] by Jens Geyer · 5 years ago
  16. c140bb9 THRIFT-5036 buffered transport over sockets may run into unexpected timeouts [ci skip] by Jens Geyer · 5 years ago
  17. 528a0f0 THRIFT-5015 WinHTTP QueryDataAvailable cannot be used to retrieve total response size by Jens Geyer · 5 years ago
  18. 41f47af THRIFT-5007 Implement MAX_MESSAGE_SIZE and remaining read bytes control by Jens Geyer · 5 years ago
  19. ed99455 THRIFT-5009 Serializer implemtation lacks support for layered transports by Jens Geyer · 5 years ago
  20. 2646bd6 THRIFT-5006 Implement DEFAULT_MAX_LENGTH at TFramedTransport by Jens Geyer · 5 years ago
  21. fad7fd3 THRIFT-5005 Refactoring of the Delphi libs [ci skip] by Jens Geyer · 5 years ago
  22. 9f11c1e THRIFT-5004 Make exception implementations more consistent [ci skip] by Jens Geyer · 5 years ago
  23. e02559f bump version by Jens Geyer · 5 years ago
  24. a715f70 THRIFT-4944 Field IDs > 255 fail with compact protocol by Jens Geyer · 5 years ago
  25. 693e19c THRIFT-4939 TThriftListImpl<T>.Sort() does not use comparer by Alex-Rud · 5 years ago
  26. 62238d1 THRIFT-4886 More detailed error information for WinHTTP transport by Jens Geyer · 6 years ago
  27. 19505c3 THRIFT-4894 Enable automatic content encoding handling for gzip,deflate in the WinHTTP client by Jens Geyer · 6 years ago
  28. 433a649 THRIFT-4886 More detailed error information for WinHTTP transport by Jens Geyer · 6 years ago
  29. 19fdca8 THRIFT-4886 More detailed error information for WinHTTP transport by Jens Geyer · 6 years ago
  30. 83ff753 THRIFT-4882 Autodetect proxy settings with WinHTTP by Jens Geyer · 6 years ago
  31. 47f6317 THRIFT-4881 Allow TLS1.1 and TLS1.2 even when not configured as systemwide default by Jens Geyer · 6 years ago
  32. 85431d9 THRIFT-4862 better ToString() support for enums and container types by Jens Geyer · 6 years ago
  33. 8f7487e THRIFT-4862 better ToString() support for enums and container types by Jens Geyer · 6 years ago
  34. 14a9a12 THRIFT-4863 better indication of WinHTTP errors Client: Delphi Patch: Jens Geyer by Jens Geyer · 6 years ago
  35. 0223091 THRIFT-4841 THTTPTransport relies on activeX component by Jens Geyer · 6 years ago
  36. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  37. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  38. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  39. a923580 THRIFT-4642 FPU ctrl word settings may cause an unexpected "denormalized" error by Jens Geyer · 6 years ago
  40. 20e727e THRIFT-4589 HTTP client timeouts are a) incomplete and b) not used at all by Jens Geyer · 7 years ago
  41. 606f1ef THRIFT-4549 Thrift exceptions should derive from TException by Jens Geyer · 7 years ago
  42. a0cf38e THRIFT-4540 buffered transport broken when trying to re-open a formerly closed transport by Jens Geyer · 7 years ago
  43. 3c0edfa THRIFT-4540 buffered transport broken when trying to re-open a formerly closed transport by Jens Geyer · 7 years ago
  44. 02fbe0e THRIFT-4523 TStreamTransportImpl.GetOutputStream broken by Jens Geyer · 7 years ago
  45. 33d30fc THRIFT-4490 Allow a default service as fallback for multiplex processors connected by old clients by Jens Geyer · 7 years ago
  46. 0064516 THRIFT-4485 Possible invalid ptr AV with overlapped read/write on pipes by Jens Geyer · 7 years ago
  47. 5089b0a THRIFT-4454 Large writes/reads may cause range check errors in debug mode by Jens Geyer · 7 years ago
  48. 3d55624 THRIFT-4473 Move Thrift.Console.pas out of the Library by Jens Geyer · 7 years ago
  49. b636ffb THRIFT-4462 First line in Console duplicated by Jens Geyer · 7 years ago
  50. 36c0b34 THRIFT-4461 Compiler directive should match Delphi XE4 by Jens Geyer · 7 years ago
  51. 8582715 THRIFT-4454 Large writes/reads may cause range check errors in debug mode by Jens Geyer · 7 years ago
  52. d4df917 THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write by Jens Geyer · 7 years ago
  53. a76e6c7 THRIFT-4323 range check errors or NPE in edge cases by Jens Geyer · 7 years ago
  54. 17c3ad9 THRIFT-4318 Delphi performance improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
  55. f790445 THRIFT-4262 Invalid binding to InterlockedCompareExchange64() with 64-bit targets Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
  56. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  57. e363a34 THRIFT-3794 Fixing exception types in library now that they have been split up by Kyle Johnson · 9 years ago
  58. e0e3240 THRIFT-3794 Split Delphi application, protocol and transport exception subtypes into separate exceptions by Jens Geyer · 9 years ago
  59. 653f0de THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist by Jens Geyer · 9 years ago
  60. bea9bbe THRIFT-3487 Full support for newer Delphi versions by Jens Geyer · 9 years ago
  61. dd074e7 THRIFT-3792 Timeouts for anonymous pipes should be configurable by Jens Geyer · 9 years ago
  62. b89b5b9 THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist by Jens Geyer · 9 years ago
  63. 5988f48 THRIFT-3791 Delphi pipe client may fail even in a non-error condition by Jens Geyer · 9 years ago
  64. 9f7f11e THRIFT-3788 Compatibility improvements and Win64 support by Jens Geyer · 9 years ago
  65. 4f5229e THRIFT-3788 Compatibility improvements and Win64 support by Nick · 9 years ago
  66. 30ed90e THRIFT-3733 Socket timeout improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 9 years ago
  67. 6f6aa8a THRIFT-3733 Socket timeout improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 9 years ago
  68. 65b1746 THRIFT-3720 TTcpSocketStreamImpl.Read() returns 0 if not all requested bytes could be read by Jens Geyer · 9 years ago
  69. a61e505 THRIFT-3668 range check error in compact protocol by Jens Geyer · 9 years ago
  70. 7107043 THRIFT-3524 dcc32 warning "W1000 Symbol 'IsLowSurrogate' is deprecated: 'Use TCharHelper'" in Thrift.Protocol.JSON.pas by Jens Geyer · 9 years ago
  71. 23d6746 THRIFT-3487 Full support for newer Delphi versions by Jens Geyer · 9 years ago
  72. 0d227b1 THRIFT-3470 Sporadic timeouts with pipes Client: Delphi Patch: Jens Geyer by Jens Geyer · 9 years ago
  73. a6509f7 THRIFT-3404 Fixed JSON String reader doesn't recognize UTF-16 surrogate pairs. by Phongphan Phuttha · 9 years ago
  74. bcb17bc THRIFT-3229 unexpected Timeout exception when desired bytes are only partially available by Jens Geyer · 9 years ago
  75. d47fcdd THRIFT-3234 Delphi: Limit recursion depth to 64 Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  76. d683440 THRIFT-3018 Compact protocol for Delphi, added another test case by Jens Geyer · 10 years ago
  77. a6ea444 THRIFT-3018 Compact protocol for Delphi, one missing test case added by Jens Geyer · 10 years ago
  78. f0e6331 THRIFT-3018 Compact protocol for Delphi Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  79. 96eff17 THRIFT-3017 order of map key/value types incorrect for one CTOR by Jens Geyer · 10 years ago
  80. 2ad6c30 THRIFT-3012 Timing problems in NamedPipe implementation due to unnecessary open/close by Jens Geyer · 10 years ago
  81. 9f9535c THRIFT-2890 binary data may lose bytes with JSON transport under specific circumstances by Jens Geyer · 10 years ago
  82. d8bddbc THRIFT-2890 binary data may lose bytes with JSON transport under specific circumstances by Jens Geyer · 10 years ago
  83. e50f12a THRIFT-2847 function IfValue() is a duplicate of System.StrUtils.IfThen by Jens Geyer · 10 years ago
  84. d5436f5 THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  85. 3e8d927 THRIFT-2696 Unable to stop socket server while there are idle clients by Jens Geyer · 10 years ago
  86. 684ccab THRIFT-2696 Unable to stop socket server while there are idle clients by Jens Geyer · 10 years ago
  87. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  88. e965136 THRIFT-2415 Named pipes server performance & message mode by Jens Geyer · 11 years ago
  89. 7bb44a3 THRIFT-2345 Delphi: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  90. beb9377 THRIFT-2331 Missing call to ReadStructBegin() in TApplicationException.Read() by Jens Geyer · 11 years ago
  91. 2136694 THRIFT-2297: TJsonProtocol implementation for Delphi does not allow for both possible slash (solidus) encodings, including a test case by Jens Geyer · 11 years ago
  92. d960e6e THRIFT-2195 Delphi event handlers - fix for multiplex protocol by Jens Geyer · 11 years ago
  93. d430bbd * THRIFT-2195: added default argument for enhanced compatbility by Jens Geyer · 11 years ago
  94. 0164040 THRIFT-2195 Delphi: Add event handlers for server and processing events by Jens Geyer · 11 years ago
  95. 26ef743 THRIFT-2202 Delphi TServerImpl.DefaultLogDelegate may stop the server with I/O-Error 105 by Jens Geyer · 11 years ago
  96. 718f6ee THRIFT-2162 Missing calls to inherited CTOR at misc. places by Jens Geyer · 11 years ago
  97. 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
  98. 67065d7 THRIFT-2084 Delphi: Ability to create entity Thrift-generated instances based on TypeInfo by Jens Geyer · 12 years ago
  99. c2c4d72 THRIFT-1993 Factory to create instances from known (generated) interface types with Delphi by Jens Geyer · 12 years ago
  100. 2d2b3b2 THRIFT-1962 Multiplex processor should send any TApplicationException back to client by Jens Geyer · 12 years ago