1. 76c6c37 Merge branch '0.17.0' into upstream by Jens Geyer · 2 years, 4 months ago
  2. 2d2790f Call ResetConsumedMessageSize from ReadMessageEndAsync by Philip Lee · 2 years, 4 months ago
  3. 6229145 Add TSocketTransport ctor by Philip Lee · 2 years, 4 months ago
  4. dba7c43 Merge pull request #2644 from lorteddie/use-openssl-zlib-targets by Mario Emmenlauer · 2 years, 4 months ago
  5. fe73972 prefer openssl and zlib targets over library paths by Tobias Weihs · 2 years, 5 months ago
  6. d5927a9 THRIFT-5423: IDL parameter validation for Go by Simon Wang · 3 years, 4 months ago
  7. 944b8e6 fixed a ton of missing ASF headers in *.thrift files by Jens Geyer · 2 years, 4 months ago
  8. 154d154 THRIFT-5626 Parser should not confuse data types and field names by Jens Geyer · 2 years, 4 months ago
  9. c96c044 Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr by Mario Emmenlauer · 2 years, 4 months ago
  10. c97dee0 Merge pull request #2654 from BioDataAnalysis/bda_minor_improvements by Mario Emmenlauer · 2 years, 4 months ago
  11. f8f6278 THRIFT-5625 SysUtils.TGuidHelper collides with ThriftUtils.TGuidHelper by Jens Geyer · 2 years, 4 months ago
  12. 60970c4 THRIFT-5624 suboptimal performance of the c# named pipe server transport in multithread servers by Jens Geyer · 2 years, 4 months ago
  13. d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 2 years, 6 months ago
  14. fdc3648 lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' include by Mario Emmenlauer · 2 years, 11 months ago
  15. f97176b lib/cpp/test/CMakeLists.txt: Trivial whitespace change by Mario Emmenlauer · 3 years ago
  16. 5e37d57 THRIFT-5623 ref to disposed instance should be set to null by Jens Geyer · 2 years, 4 months ago
  17. 48d3bef THRIFT-5622 Garbled test output with multithreaded clients by Jens Geyer · 2 years, 4 months ago
  18. 8a32156 update gradle version to 7.5.1 and update hashes by Jiayu Liu · 2 years, 4 months ago
  19. aa85593 THRIFT-5600: rust lib to upgrade to edition 2021 Client: rs Patch: Jiayu Liu by Jiayu Liu · 2 years, 7 months ago
  20. f066d84 Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master by Jens Geyer · 2 years, 7 months ago
  21. 3f4fa29 THRIFT-5587 add uuid support for java and kotlin by Jiayu Liu · 2 years, 7 months ago
  22. 18564d2 THRIFT-5593 Implement uuid for Haxe Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  23. 4a147ad Add uuid type to XSD Client: xml Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  24. 62445c1 THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests) by Jens Geyer · 2 years, 7 months ago
  25. 6a797b9 Follow-Up fix for THRIFT-5618 More consistent naming of container classes by Jens Geyer · 2 years, 4 months ago
  26. 07f4bb5 THRIFT-5620 Option to force usage of COM types to allow for cross-module references by Jens Geyer · 2 years, 4 months ago
  27. 73f5bd4 THRIFT-5619 make sure CheckReadBytesAvailable() and CountConsumedMessageBytes() handle negative sizes properly by Jens Geyer · 2 years, 4 months ago
  28. 683263d THRIFT-5618 More consistent naming of container classes by Jens Geyer · 2 years, 4 months ago
  29. e0ee2c7 THRIFT-5617: T(SSL)Socket TCP keep-alive incorrectly applies SO_KEEPALIVE to IPPROTO_TCP by Nick Withers · 2 years, 4 months ago
  30. ec5e177 disable ssl test of D Client: D language Patch: Ommy Zhang <tdxdxoz@gmail.com> by Tdxdxoz · 2 years, 6 months ago
  31. 85d82bf THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021 by Tdxdxoz · 2 years, 6 months ago
  32. 7815d64 fix typo by 6006 · 2 years, 4 months ago
  33. 4d493e8 fixing missing EXTRA_DISTs by Jens Geyer · 2 years, 4 months ago v0.17.0
  34. 75bdba5 THRIFT-5410 CL build broken: Component :NET.DIDIERVERNA.CLON.TERMIO not found by Max-Gerd Retzlaff · 2 years, 5 months ago
  35. 04057ac Revert "THRIFT-5501 Remove Common Lisp support" by Max-Gerd Retzlaff · 2 years, 5 months ago
  36. c75646a version bump by Jens Geyer · 2 years, 4 months ago
  37. 22f6a8a If the amount of data transmitted is large, an error will be reported. by TianMaiChengGhostRidder · 2 years, 5 months ago
  38. bce985b Revert "Update thrift_socket_transport.erl" by Jens Geyer · 2 years, 4 months ago
  39. 60fef43 Update thrift_socket_transport.erl by TianMaiChengGhostRidder · 2 years, 5 months ago
  40. 0aa108f THRIFT-5502 Log SocketException at WARN level only + Fix formatting by Sylwester Lachiewicz · 2 years, 8 months ago
  41. d5c6697 THRIFT-4086: Add missing calls to get_true_type when generating validator + metadata code by Hernan Silberman · 2 years, 7 months ago
  42. bdfde85 Add a generic sync.Pool wrapper to go library by Yuxuan 'fishy' Wang · 2 years, 5 months ago
  43. 7ae180b THRIFT-5609: Make TJSONProtocol safe to be used in deserializer pool by Yuxuan 'fishy' Wang · 2 years, 5 months ago
  44. 3f9b7d0 Update supported go version to 1.18.* and 1.19.* by Yuxuan 'fishy' Wang · 2 years, 5 months ago
  45. 892b673 THRIFT-5605: Client middleware to extract exceptions by Yuxuan 'fishy' Wang · 2 years, 5 months ago
  46. 9814007 fix typo by PikachuHy · 2 years, 5 months ago
  47. 2055636 Pin integer-encoding to 3.0.3 (#2627) by Jiayu Liu · 2 years, 6 months ago
  48. 511acca Bump shell-quote from 1.7.2 to 1.7.3 in /lib/js by dependabot[bot] · 2 years, 7 months ago
  49. 7628392 THRIFT-5590 Haxe complex inits Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  50. e3eb9af THRIFT-5595: Handle peek request error with SSLSocket by Michael Smith · 2 years, 7 months ago
  51. c7d2e3b FIX misc license headers by Jens Geyer · 2 years, 7 months ago
  52. ce1d314 THRIFT-5589 Haxe compiler/runtime fixes Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  53. aad7583 THRIFT-5586 User-Agent header not conforming to RFC 7231 by Jens Geyer · 2 years, 7 months ago
  54. 7a182fe Bump grunt from 1.4.1 to 1.5.3 in /lib/js by dependabot[bot] · 2 years, 8 months ago
  55. 8461669 Bump grunt from 1.4.1 to 1.5.3 in /lib/ts by dependabot[bot] · 2 years, 8 months ago
  56. 80018c5 THRIFT-5585 net5.0 end of support May 2022 Client: netstd Patch: Jens Geyer by Jens Geyer · 2 years, 8 months ago
  57. 4646a35 Remove execute bit from plain text files in git (#2611) by Christopher Tubbs · 2 years, 8 months ago
  58. 162cbb4 Minor tweak to ErrAbandonRequest in go library by Yuxuan 'fishy' Wang · 2 years, 8 months ago
  59. c4e96c7 THRIFT-5584: use gradle toolchain to specify Java 11 with --release 8 (#2606) by Jiayu Liu · 2 years, 8 months ago
  60. 71ba05b THRIFT-5569: Fix size check in TCompactProtocol.ReadListBegin by Yuxuan 'fishy' Wang · 2 years, 8 months ago
  61. 5b15838 THRIFT-5581: use gradle 7 for java/kotlin (#2601) by Jiayu Liu · 2 years, 8 months ago
  62. dae1437 THRIFT-5583: Add skip_remote arg to go compiler by Yuxuan 'fishy' Wang · 2 years, 8 months ago
  63. a24bcd3 THRIFT-5582: Improve TProtocol.java for Kotlin generator (#2603) by Jiayu Liu · 2 years, 8 months ago
  64. ab83ffc THRIFT-5564: setup cross test in GitHub action (#2602) by Jiayu Liu · 2 years, 8 months ago
  65. 5fdfd0c THRIFT-5580: refactor kotlin cross tests (#2600) by Jiayu Liu · 2 years, 8 months ago
  66. 891c521 THRIFT-5543: add type parameter to java lib field metadata (#2552) by Jiayu Liu · 2 years, 8 months ago
  67. eb62fa8 THRIFT-5553: use newer gradle API (#2561) by Jiayu Liu · 2 years, 8 months ago
  68. 6c002b6 THRIFT-5571: add metadata map building to kotlin generator (#2584) by Jiayu Liu · 2 years, 8 months ago
  69. 53ec082 THRIFT-5568: enforce consistent Java formatting (#2581) by Jiayu Liu · 2 years, 8 months ago
  70. 23b8636 THRIFT-5570: update java lib document about gradle usage (#2583) by Jiayu Liu · 2 years, 8 months ago
  71. bf5c6dd Fix merge bug (unconverted JUnit test) by Christopher Tubbs · 2 years, 8 months ago
  72. 0c9c9df THRIFT-5560: use JUnit 5 for all Java lib tests (#2574) by Jiayu Liu · 2 years, 8 months ago
  73. ada0865 THRIFT-5544: annotations_as_metadata java code gen param (#2553) by Jiayu Liu · 2 years, 8 months ago
  74. 8045d82 Update Go versions used in travis and LANGUAGES.md by Yuxuan 'fishy' Wang · 2 years, 9 months ago
  75. 88a45ac THRIFT-5449: Use poll instead of select in Python TNonblockingServer if available by Yiyang Zhou · 3 years, 5 months ago
  76. b664cfe fix Out Of Memory when use TNonblockingServer by shangxu · 4 years, 2 months ago
  77. 0dc5298 Buffer.concat has performance issue by Wu Jian Ping · 3 years, 1 month ago
  78. 49b2d6b THRIFT-5548: add kotlin code gen Client: kotlin Patch: Jiayu Liu by Jiayu Liu · 2 years, 9 months ago
  79. eac5103 THRIFT-5545: use gradle convention in organizing java project by Jiayu Liu · 2 years, 10 months ago
  80. edcad98 THRIFT-5093: lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBuffer by Christopher Friedt · 4 years, 7 months ago
  81. 5d220eb THRIFT-5562: remove gradle wrapper and use installed gradle 6.9 by Jiayu Liu · 2 years, 9 months ago
  82. ceffb5a Bump cached-path-relative from 1.0.2 to 1.1.0 in /lib/js by dependabot[bot] · 2 years, 9 months ago
  83. 6bdefc4 THRIFT-5563: fix deprecation and enable xlint for java library (#2575) by Jiayu Liu · 2 years, 9 months ago
  84. 90ea2e8 Bump ajv from 6.7.0 to 6.12.6 in /lib/ts by dependabot[bot] · 2 years, 9 months ago
  85. 1a5d6b6 Bump minimist from 1.2.5 to 1.2.6 in /lib/ts by dependabot[bot] · 2 years, 9 months ago
  86. 1eb361a THRIFT-5521: [java gen] use jdk8 option type in java generator code by Jiayu Liu · 2 years, 11 months ago
  87. 2e0a805 THRIFT-4100: Extract Rust read/write struct methods into a trait Client: rs by Zachary Kuhn · 2 years, 9 months ago
  88. 272c2a9 Bump minimist from 1.2.5 to 1.2.6 in /lib/js by dependabot[bot] · 2 years, 9 months ago
  89. 8d9b9c9 Bump cached-path-relative from 1.0.2 to 1.1.0 in /lib/ts by dependabot[bot] · 2 years, 9 months ago
  90. 9f81161 Bump async from 3.2.1 to 3.2.3 in /lib/js by dependabot[bot] · 2 years, 9 months ago
  91. aa82214 add interface generation by Jiayu Liu · 2 years, 9 months ago
  92. f033641 THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545) by tokcum · 2 years, 10 months ago
  93. 56ec69e Revert SHA-1: 52d263e77c48bbf7cbabd03161107557d1e410b1 by Jens Geyer · 2 years, 10 months ago
  94. cd810bb Pass cancellation token to AcceptTcpClientAsync() in net6 by Jens Geyer · 2 years, 10 months ago
  95. 6433994 THRIFT-5539: Decouple TDuplicateToProtocol out of TDebugProtocol by Yuxuan 'fishy' Wang · 2 years, 10 months ago
  96. b941b11 THRIFT-5515: TConnection::workSocket reads all pending oneway requests. by Tamas Kovacs · 2 years, 11 months ago
  97. bbea728 feat: support creating connection on OpenHarmonyOS by konpeki622 · 2 years, 10 months ago
  98. 649dcfd update to gradle 6.9, jdk 15, update findbugs by Jiayu Liu · 2 years, 11 months ago
  99. 20e2ceb lib/rs/Cargo.toml: Update ordered-float by Mike Cronce · 2 years, 10 months ago
  100. aa27cda add support for converting to java optional by Jiayu Liu · 2 years, 11 months ago