1. 5cf71b2 THRIFT-5749 Option to enable RTTI info (2nd attempt) by Jens Geyer · 1 year, 1 month ago
  2. 0eab6e0 THRIFT-5740 inherited interfaces should be explicitly listed in Delphi class decl by Jens Geyer · 1 year, 2 months ago
  3. cd7a2aa THRIFT-5656 Escape Delphi keywords with '&' prefix instead of '_' suffix by Jens Geyer · 2 years, 3 months ago
  4. 48d3bef THRIFT-5622 Garbled test output with multithreaded clients by Jens Geyer · 2 years, 4 months ago
  5. 62445c1 THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests) by Jens Geyer · 2 years, 7 months ago
  6. 6a797b9 Follow-Up fix for THRIFT-5618 More consistent naming of container classes by Jens Geyer · 2 years, 4 months ago
  7. 07f4bb5 THRIFT-5620 Option to force usage of COM types to allow for cross-module references by Jens Geyer · 2 years, 4 months ago
  8. 683263d THRIFT-5618 More consistent naming of container classes by Jens Geyer · 2 years, 4 months ago
  9. 4434ee9 THRIFT-5438 Inconsistent handling of exceptions during message read vs. message write phase by Jens Geyer · 3 years, 6 months ago
  10. 3b68653 THRIFT-5437 Make TProtocolImpl CTOR virtual Client: Delphi Patch: Jens Geyer by Jens Geyer · 3 years, 6 months ago
  11. 20a86d6 THRIFT-5390 Named Pipes transport hardening Client: Delphi Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  12. 66f9536 THRIFT-5387 Improved and simplified Delphi test setup by Jens Geyer · 3 years, 10 months ago
  13. cc8c2c6 THRIFT-5385 XML-HTTP client reports IsOpen=TRUE even if it is not by Jens Geyer · 3 years, 10 months ago
  14. b5fe1db Reverted wrongly pushed commits. by Jens Geyer · 4 years ago
  15. 876aee5 Setup for Visual Studio 2019 + workarounds for some open tickets: by Jens Geyer · 10 years ago
  16. 68c1506 THRIFT-5261 Support for deprecated methods (via annotation) by Jens Geyer · 4 years, 5 months ago
  17. ec57271 THRIFT-5251 StringUtils<T>.ToString() raises an exception for enum values outside range by Jens Geyer · 4 years, 6 months ago
  18. aeda987 THRIFT-5146 Align Delphi to the test suite arguments rules (its "--switch=value", not "--switch value") by Jens Geyer · 4 years, 10 months ago
  19. 4a33b18 THRIFT-5145 Streamline --pipe and --named-pipe options in the code base by Jens Geyer · 4 years, 10 months ago
  20. 6e2a698 THRIFT-5048 EnumUtils<T>.ToString() throws for elements not known to the receiving end [ci skip] by Jens Geyer · 5 years ago
  21. a019cda THRIFT-5012 Centralize configuration aspects into a commonly used configuration object [ci skip] by Jens Geyer · 5 years ago
  22. c140bb9 THRIFT-5036 buffered transport over sockets may run into unexpected timeouts [ci skip] by Jens Geyer · 5 years ago
  23. 41f47af THRIFT-5007 Implement MAX_MESSAGE_SIZE and remaining read bytes control by Jens Geyer · 5 years ago
  24. ed99455 THRIFT-5009 Serializer implemtation lacks support for layered transports by Jens Geyer · 5 years ago
  25. 2646bd6 THRIFT-5006 Implement DEFAULT_MAX_LENGTH at TFramedTransport by Jens Geyer · 5 years ago
  26. fad7fd3 THRIFT-5005 Refactoring of the Delphi libs [ci skip] by Jens Geyer · 5 years ago
  27. a715f70 THRIFT-4944 Field IDs > 255 fail with compact protocol by Jens Geyer · 5 years ago
  28. bd1a273 THRIFT-4898 Pipe write operations across a network are limited to 65,535 bytes per write. by Jens Geyer · 6 years ago
  29. b342bd9 THRIFT-4884 Add serialisation performance test for Delphi 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. 8f7487e THRIFT-4862 better ToString() support for enums and container types by Jens Geyer · 6 years ago
  33. 0223091 THRIFT-4841 THTTPTransport relies on activeX component by Jens Geyer · 6 years ago
  34. c9b1e29 THRIFT-4843 http:// and https:// schemes are switched in test client by Jens Geyer · 6 years ago
  35. af7ecd6 THRIFT-4590 running the test client using HTTP transport leads to "CoInitialize not called" by Jens Geyer · 7 years ago
  36. 92d8062 THRIFT-4562 Calling wrong exception CTOR leads to "call failed: unknown result" instead of the real exception being thrown by Jens Geyer · 7 years ago
  37. c564651 THRIFT-4554 uncompileable code with member names that are also types under specific conditions by Jens Geyer · 7 years ago
  38. 606f1ef THRIFT-4549 Thrift exceptions should derive from TException by Jens Geyer · 7 years ago
  39. 3d55624 THRIFT-4473 Move Thrift.Console.pas out of the Library by Jens Geyer · 7 years ago
  40. 8582715 THRIFT-4454 Large writes/reads may cause range check errors in debug mode by Jens Geyer · 7 years ago
  41. 14f5d50 THRIFT-4422 Add Async implementation via IFuture by Jens Geyer · 7 years ago
  42. d4df917 THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write by Jens Geyer · 7 years ago
  43. cf892d4 Testcase for THRIFT-4323 range check errors or NPE in edge cases by Jens Geyer · 7 years ago
  44. 078281d THRIFT-4324 field names can conflict with local vars in generated code by Jens Geyer · 7 years ago
  45. a62efa4 THRIFT-4319 command line switch for "evhttp" incorrectly resolved to anon pipes by Jens Geyer · 7 years ago
  46. 17c3ad9 THRIFT-4318 Delphi performance improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
  47. f790445 THRIFT-4262 Invalid binding to InterlockedCompareExchange64() with 64-bit targets Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
  48. 540e346 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
  49. e0e3240 THRIFT-3794 Split Delphi application, protocol and transport exception subtypes into separate exceptions by Jens Geyer · 9 years ago
  50. ae985dd THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist by Jens Geyer · 9 years ago
  51. bea9bbe THRIFT-3487 Full support for newer Delphi versions by Jens Geyer · 9 years ago
  52. 9f7f11e THRIFT-3788 Compatibility improvements and Win64 support by Jens Geyer · 9 years ago
  53. 6f6aa8a THRIFT-3733 Socket timeout improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 9 years ago
  54. a6509f7 THRIFT-3404 Fixed JSON String reader doesn't recognize UTF-16 surrogate pairs. by Phongphan Phuttha · 9 years ago
  55. 39ba6b7 THRIFT-3341 Add testBool methods Client: Delphi Patch: Jens Geyer by Jens Geyer · 9 years ago
  56. f0e6331 THRIFT-3018 Compact protocol for Delphi Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  57. 2ad6c30 THRIFT-3012 Timing problems in NamedPipe implementation due to unnecessary open/close by Jens Geyer · 10 years ago
  58. fd1b358 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  59. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  60. eab29a0 THRIFT-2848 certain Delphi tests do not build if TypeRegistry is used by Jens Geyer · 10 years ago
  61. d5436f5 THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  62. b360b65 THRIFT-2718 Align cmdline help and return codes for Thrift test server/client by Jens Geyer · 10 years ago
  63. f8a1b7a THRIFT-2718 Align cmdline help and return codes for Thrift test server/client by Jens Geyer · 10 years ago
  64. 3e8d927 THRIFT-2696 Unable to stop socket server while there are idle clients by Jens Geyer · 10 years ago
  65. 684ccab THRIFT-2696 Unable to stop socket server while there are idle clients by Jens Geyer · 10 years ago
  66. 6bbbf19 THRIFT-2694 Minor glitches in Delphi cross-test code by Jens Geyer · 10 years ago
  67. 9bb4c11 Testcase fixed by Jens Geyer · 11 years ago
  68. 4920a65 exec permissions for sh files by henrique · 11 years ago
  69. 703200c Added missing ASF headers by Jens Geyer · 11 years ago
  70. c02618c FIX: it's now readme.MD by Jens Geyer · 11 years ago
  71. e965136 THRIFT-2415 Named pipes server performance & message mode by Jens Geyer · 11 years ago
  72. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  73. 7bb44a3 THRIFT-2345 Delphi: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  74. d95fc9b THRIFT-2341 Enable generation of Delphi XMLDoc comments (a.k.a. "Help Insight") by Jens Geyer · 11 years ago
  75. 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
  76. 0164040 THRIFT-2195 Delphi: Add event handlers for server and processing events by Jens Geyer · 11 years ago
  77. 718f6ee THRIFT-2162 Missing calls to inherited CTOR at misc. places by Jens Geyer · 11 years ago
  78. c2c4d72 THRIFT-1993 Factory to create instances from known (generated) interface types with Delphi by Jens Geyer · 12 years ago
  79. 06045cf THRIFT-1880 Make named pipes server work asynchronously (overlapped) to allow for clean server stops by Jens Geyer · 12 years ago
  80. 8a70196 THRIFT-1899 Delphi: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
  81. 0b20cc8 THRIFT-1874 timeout for the server-side end of a named pipe by Jens Geyer · 12 years ago
  82. b64a774 THRIFT-1842 Memory leak with Pipes Patch: Jens Geyer by Jens Geyer · 12 years ago
  83. 79655fb THRIFT-1713 Named and Anonymous Pipe transport (Delphi) Patch: Jens Geyer by Roger Meier · 12 years ago
  84. 3bef8c2 THRIFT-1713 Named and Anonymous Pipe transport (Delphi) Patch: Jens Geyer by Roger Meier · 12 years ago
  85. f6e8b0d Thrift-1710: Minor issues in test cases code Client: delphi Patch: Jens Geyer by Jake Farrell · 12 years ago
  86. 2b2c0b2 THRIFT-1691 Serializer/deserializer support for Delphi Patch: Jens Geyer by Roger Meier · 12 years ago
  87. 6cd63ec Thrift-1670: Incompatibilities between different versions of a Thrift interface by Jake Farrell · 12 years ago
  88. bb6de7a THRIFT-1596 Delphi: Test clients should have a return codes that reflect whether they succeeded or not by Roger Meier · 13 years ago
  89. 5b9693c THRIFT-1388 Delphi XE code-generation test case Patch: Jens Geyer by Roger Meier · 13 years ago
  90. 333bbf3 THRIFT-1485 Performance: pass large and/or refcounted arguments as "const" by Roger Meier · 13 years ago
  91. 343c61d Thrift-1441: Generate constructor with parameters for exception class to let it update message property automatically. by Jake Farrell · 13 years ago
  92. 6fa2b30 Thrift-1446:Compile error with Delphi 2009 in constant initializer by Jake Farrell · 13 years ago
  93. ac10256 Thrift-1435: make TException.Message property conformant to the usual expectations by Jake Farrell · 13 years ago
  94. e34009b Thrift-1391: Improved Delphi XE test cases Client: delphi Patch: Jens Geyer by Jake Farrell · 13 years ago
  95. 29defeb Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  96. 2727422 Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  97. 28459dc Thrift-1415: delphi: add version Info to the library by Jake Farrell · 13 years ago
  98. 73a921f Thrift-1408: Delphi Test Server: Exception test case fails due to naming conflict with e.message by Jake Farrell · 13 years ago
  99. 7ae13e1 Thrift-1366: Delphi generator, lirbrary and unit test. by Jake Farrell · 13 years ago