1. a9da9eb THRIFT-4547: Swift crosstests (#2670) by Kino Roy · 2 years, 3 months ago
  2. 76c6c37 Merge branch '0.17.0' into upstream by Jens Geyer · 2 years, 4 months ago
  3. 944b8e6 fixed a ton of missing ASF headers in *.thrift files by Jens Geyer · 2 years, 4 months ago
  4. 154d154 THRIFT-5626 Parser should not confuse data types and field names by Jens Geyer · 2 years, 4 months ago
  5. 60970c4 THRIFT-5624 suboptimal performance of the c# named pipe server transport in multithread servers by Jens Geyer · 2 years, 4 months ago
  6. 5e37d57 THRIFT-5623 ref to disposed instance should be set to null by Jens Geyer · 2 years, 4 months ago
  7. aa85593 THRIFT-5600: rust lib to upgrade to edition 2021 Client: rs Patch: Jiayu Liu by Jiayu Liu · 2 years, 7 months ago
  8. 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
  9. 18564d2 THRIFT-5593 Implement uuid for Haxe Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  10. 62445c1 THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests) by Jens Geyer · 2 years, 7 months ago
  11. 85d82bf THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021 by Tdxdxoz · 2 years, 6 months ago
  12. 4d493e8 fixing missing EXTRA_DISTs by Jens Geyer · 2 years, 4 months ago v0.17.0
  13. 75bdba5 THRIFT-5410 CL build broken: Component :NET.DIDIERVERNA.CLON.TERMIO not found by Max-Gerd Retzlaff · 2 years, 5 months ago
  14. 04057ac Revert "THRIFT-5501 Remove Common Lisp support" by Max-Gerd Retzlaff · 2 years, 5 months ago
  15. c75646a version bump by Jens Geyer · 2 years, 4 months ago
  16. 7a5f29d script to regenerate server/client keys by Jens Geyer · 2 years, 6 months ago
  17. b18964e script to regenerate server/client keys by Jens Geyer · 2 years, 7 months ago
  18. 5476585 eplaced outdated TLS test keys by Jens Geyer · 2 years, 6 months ago
  19. 7628392 THRIFT-5590 Haxe complex inits Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  20. ce1d314 THRIFT-5589 Haxe compiler/runtime fixes Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  21. 0b1eb6b THRIFT-5588 Remove slist/senum from IDL Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  22. 4646a35 Remove execute bit from plain text files in git (#2611) by Christopher Tubbs · 2 years, 8 months ago
  23. ab83ffc THRIFT-5564: setup cross test in GitHub action (#2602) by Jiayu Liu · 2 years, 8 months ago
  24. 5fdfd0c THRIFT-5580: refactor kotlin cross tests (#2600) by Jiayu Liu · 2 years, 8 months ago
  25. 8045d82 Update Go versions used in travis and LANGUAGES.md by Yuxuan 'fishy' Wang · 2 years, 9 months ago
  26. 49b2d6b THRIFT-5548: add kotlin code gen Client: kotlin Patch: Jiayu Liu by Jiayu Liu · 2 years, 9 months ago
  27. 1eb361a THRIFT-5521: [java gen] use jdk8 option type in java generator code by Jiayu Liu · 2 years, 11 months ago
  28. f033641 THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545) by tokcum · 2 years, 10 months ago
  29. 7594da8 THRIFT-5536 Fix cross language tests by Aki Sukegawa · 2 years, 10 months ago
  30. d88d4f9 THRIFT-5501 Remove Common Lisp support Client: cl Patch: Jens Geyer by Jens Geyer · 2 years, 10 months ago
  31. b8920b0 update makefile by Kevin Wojniak · 2 years, 10 months ago
  32. d0e49f0 add tests by Kevin Wojniak · 3 years ago
  33. c9b7bd7 THRIFT-5519 Java async client loses exceptions in void methods Client: java by Alex Kormukhin · 2 years, 11 months ago
  34. 2fa907e THRIFT-5495: close client when shutdown server in go lib Client: go by 郑桐 · 3 years ago
  35. d8ed398 Merge branch '0.16.0' into master by Jens Geyer · 2 years, 11 months ago
  36. d2c28b3 THRIFT-5514 netstd test client slow in multithread mode by Jens Geyer · 2 years, 11 months ago
  37. 3cac320 THRIFT-5511 Full support for the new net6 "nullability" semantics by Jens Geyer · 3 years ago
  38. 2d667f3 FIX: test left too early on false premise by Jens Geyer · 3 years ago
  39. b9fe9c2 FIX: test left too early on false premise by Jens Geyer · 3 years ago
  40. a10d401 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
  41. c4f2ba1 Fix the travis issue by Yuxuan 'fishy' Wang · 3 years ago
  42. 6868ebb Release 0.16.0 by Jens Geyer · 3 years ago
  43. 98a2325 THRIFT-5479 Add net 6 support by Jens Geyer · 3 years ago
  44. b597043 Pin clap to 2.33 as 2.34 results in build failures by Ali-Akber Saifee · 3 years, 1 month ago
  45. 4c7b9fd THRIFT-5479 Add net 6 support Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 1 month ago
  46. 5a9d139 THRIFT-5443: add support for partial Thrift deserialization by kpandit · 3 years, 2 months ago
  47. 7156940 Refactoring test server/client to use async/await more consistently by Jens Geyer · 3 years, 2 months ago
  48. 591575a THRIFT-5476 Deprecate Common Lisp support Client: cl Patch: Jens Geyer by Jens Geyer · 3 years, 2 months ago
  49. 7e07267 THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454) by Allen George · 3 years, 4 months ago
  50. 38bd636 THRIFT-4868: Golang: Fix compilation for optional set<binary> with default values by Yuri Melnikov · 3 years, 4 months ago
  51. bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 3 years, 4 months ago
  52. 17373a3 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  53. db997bd Minor whitespace cleanup in csproj files by Mario Emmenlauer · 3 years, 5 months ago
  54. a265236 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  55. fb539ae THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  56. f7e6c65 bump version number by Jens Geyer · 3 years, 5 months ago
  57. 273607d THRIFT-5444 Netstd generator produces uncompileable code for enums ending with "_result" or "_args" by Jens Geyer · 3 years, 5 months ago
  58. 63d114d THRIFT-5422 add threadpool server to netstd test suite impl by Jens Geyer · 3 years, 8 months ago
  59. aeb8964 THRIFT-5407: Minor changes in .NET to support netcoreapp3.1 by Mario Emmenlauer · 3 years, 8 months ago
  60. 2b2ea62 THRIFT-5396 deprecate "Async" method postfix Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  61. ef0cb01 THRIFT-5391 Named pipes transport hardening Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  62. 037753e THRIFT-5265 add the zlib transport to c_glib Client: c_glib Patch: Zezeng Wang by zeshuai007 · 4 years, 1 month ago
  63. eb0f117 THRIFT-5377 Remove Erlang R16 support Client: erl Patch: Sergey Yelin by Sergey Yelin · 3 years, 10 months ago
  64. b71f11e THRIFT-5358: Add go.mod file to root directory by Yuxuan 'fishy' Wang · 3 years, 10 months ago
  65. 66d8976 THRIFT-5347 Remove deprecated Haskell bindings Client: hs Patch: Jens Geyer by Jens Geyer · 3 years, 10 months ago
  66. 2dcefad THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZE by Jens Geyer · 3 years, 11 months ago
  67. 99c3aa2 Enable clippy in all Rust targets and ensure that all existing code is clippy-clean (#2341) by Allen George · 3 years, 10 months ago
  68. 55c3e4c Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339) by Allen George · 3 years, 11 months ago
  69. 1ab156a THRIFT-5285 Update http package + update to dart 2 + stylistic changes by aaronstgeorge-wf · 4 years, 3 months ago
  70. 2e90ef5 [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected values (#2337) by Allen George · 3 years, 11 months ago
  71. 5cff279 THRIFT-4451 Use a shared TcpStream between both Thrift clients in cross-test by Allen George · 3 years, 11 months ago
  72. b0b3531 Move ConflictingNamesTest to lib/go/test by Yuxuan 'fishy' Wang · 3 years, 11 months ago
  73. a2522c0 THRIFT-4914: Fix name redeclaration bug in compiled go code by Yuxuan 'fishy' Wang · 3 years, 11 months ago
  74. 055fe67 THRIFT-5352: Fix construction of Py exceptions with no fields by Neil Williams · 3 years, 11 months ago
  75. 526a1ac THRIFT-5349 Add net5.0 as supported platform Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years ago
  76. 7553fc5 CMake: Pass linker dependencies transitively to downstream projects by Mario Emmenlauer · 4 years, 2 months ago
  77. 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
  78. b5fe1db Reverted wrongly pushed commits. by Jens Geyer · 4 years ago
  79. 876aee5 Setup for Visual Studio 2019 + workarounds for some open tickets: by Jens Geyer · 10 years ago
  80. b89316d Revert "THRIFT-4982 Remove deprecated C# bindings from the code base" by Jens Geyer · 4 years, 11 months ago
  81. 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
  82. 828ffa8 silenced few warnings Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years, 2 months ago
  83. 47e4923 Minor whitespace changes for netstd Patch: Mario Emmenlauer Client: netstd by Mario Emmenlauer · 4 years, 9 months ago
  84. 7ddbcc0 THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust 1.40) by Allen George · 4 years, 2 months ago
  85. 25f8d53 fix CI: add Erlang crashes to known failures by Jens Geyer · 4 years, 4 months ago
  86. dbc4fbf fix CI: add Erlang crashes to known failures by Jens Geyer · 4 years, 4 months ago
  87. 413377b fix CI: add Erlang crashes to known failures by Jens Geyer · 4 years, 4 months ago
  88. 0371589 THRIFT-5260 Fix the thrift compiler generate problematic lua code for the oneway method by longzhiri · 4 years, 5 months ago
  89. b0d1413 THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support 2018 edition by Allen George · 4 years, 10 months ago
  90. 68c1506 THRIFT-5261 Support for deprecated methods (via annotation) by Jens Geyer · 4 years, 5 months ago
  91. 506e311 FIX: CI error at ./test/py/TestServer.py:178:26: F507 '...' % ... has 1 placeholder(s) but 6 substitution(s) by Jens Geyer · 4 years, 8 months ago
  92. 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 4 years, 8 months ago
  93. 371d92f THRIFT-5179: Fix generated code for struct's named "a" or "b" by Zezeng Wang · 4 years, 9 months ago
  94. 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 4 years, 9 months ago
  95. 8027936 THRIFT-4282: Disabled StressTestNonBlocking on Windows by Mario Emmenlauer · 4 years, 9 months ago
  96. 57c2507 THRIFT-5168 Useless generated code when .thrift file only has service type by zeshuai007 · 4 years, 9 months ago
  97. 5f35275 THRIFT-5157 Fix memory leak in c_glib unit tests by wangyunjian · 4 years, 10 months ago
  98. dbb95e4 THRIFT-5076 Improve CMake OpenSSL usage Client: c_glib Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  99. 4a33b18 THRIFT-5145 Streamline --pipe and --named-pipe options in the code base by Jens Geyer · 4 years, 10 months ago
  100. 9f3198e THRIFT-5074: Crosstest client/server command line [skip ci] by Jano Svitok · 4 years, 10 months ago