1. ecf273f THRIFT-5408 Support for deprecated/obsolete methods (via annotation) by Jens Geyer · 3 years, 8 months ago
  2. 2b2ea62 THRIFT-5396 deprecate "Async" method postfix Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  3. 6228b90 THRIFT-5395 inconsistent treatment of methods ending in "Async" by Jens Geyer · 3 years, 9 months ago
  4. 97fb3c4 THRIFT-5393 Incorrect namespaces for included types Client: hx Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  5. 7e53750 THRIFT-5341 Old-Style-Cast & missing Override Client: cpp Patch: Kashirin Alex by Kashirin Alex · 4 years ago
  6. fafcea7 THRIFT-5382 Netstd default list/set enums values are generated incorrectly by Thomas · 3 years, 10 months ago
  7. e1eb1dc THRIFT-5381 possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets by Jens Geyer · 3 years, 10 months ago
  8. eb0f117 THRIFT-5377 Remove Erlang R16 support Client: erl Patch: Sergey Yelin by Sergey Yelin · 3 years, 10 months ago
  9. b878732 Remove Erlang R16 support Client: erl Patch: Sergey Yelin by Sergey Yelin · 3 years, 10 months ago
  10. 66d8976 THRIFT-5347 Remove deprecated Haskell bindings Client: hs Patch: Jens Geyer by Jens Geyer · 3 years, 10 months ago
  11. 2dcefad THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZE by Jens Geyer · 3 years, 11 months ago
  12. de6f61a THRIFT-4098 Namespace support for generated Rust code (#2348) by Allen George · 3 years, 10 months ago
  13. 372ada9 THRIFT-5363 Render constant names correctly (#2343) by Allen George · 3 years, 10 months ago
  14. a194276 THRIFT-5360 Remove deprecated Error::description() methods (#2342) by Allen George · 3 years, 10 months ago
  15. 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
  16. 2e90ef5 [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected values (#2337) by Allen George · 3 years, 11 months ago
  17. c15e75d THRIFT-5354 disable IDE0083 warning Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 11 months ago
  18. f9177f3 THRIFT-5353: Fix import dedup without explicit go namespace by Yuxuan 'fishy' Wang · 3 years, 11 months ago
  19. a2522c0 THRIFT-4914: Fix name redeclaration bug in compiled go code by Yuxuan 'fishy' Wang · 3 years, 11 months ago
  20. 36bd59f THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid compiler warning about always true comparisons by Orion Poplawski · 3 years, 11 months ago
  21. cb094b8 THRIFT-5229 remove AS3 support Client: AS3 Patch: Jens Geyer by Jens Geyer · 4 years ago
  22. b51a62b THRIFT-5347 Deprecate Haskell bindings Client: hs Patch: Jens Geyer by Jens Geyer · 4 years ago
  23. 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
  24. b5fe1db Reverted wrongly pushed commits. by Jens Geyer · 4 years ago
  25. 876aee5 Setup for Visual Studio 2019 + workarounds for some open tickets: by Jens Geyer · 10 years ago
  26. b89316d Revert "THRIFT-4982 Remove deprecated C# bindings from the code base" by Jens Geyer · 4 years, 11 months ago
  27. 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
  28. 4aaef75 THRIFT-5337 Go set fields write improvement by wangtieju · 4 years ago
  29. bee96a1 netstd fix IDE warning by Jens Geyer · 4 years ago
  30. c2ddaf0 THRIFT-4914: Make TClient.Call to return the response meta by Yuxuan 'fishy' Wang · 4 years ago
  31. d831230 THRIFT-5326: Expand TException interface in go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
  32. 494a845 THRIFT-5198 Fix certain Visual Studio hints in generated netstd code by Jens Geyer · 4 years, 1 month ago
  33. 12f6c31 THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable code by Jens Geyer · 4 years, 1 month ago
  34. c981cf8 THRIFT-5317 netstd compiler does not escape keywords by Jens Geyer · 4 years, 1 month ago
  35. 71e972c FIX: Log errors in processor via standard logger -> errors to write into Console.Error as before by Jens Geyer · 4 years, 2 months ago
  36. 1506661 Log errors in processor via standard logger #2284 by Konstantin Pozdniakov · 4 years, 2 months ago
  37. 6cd5366 Merge pull request #2273 from allengeorge/allen/clippy_clean by Allen George · 4 years, 2 months ago
  38. 7ddbcc0 THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust 1.40) by Allen George · 4 years, 2 months ago
  39. 196254b THRIFT-5302 Add recursive function name uniqueness check by wangliming07 · 4 years, 2 months ago
  40. dca58db THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538 by Jens Geyer · 4 years, 2 months ago
  41. 6d57026 THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538 by Jens Geyer · 4 years, 3 months ago
  42. 330482b markdown compiler added Client: md Patch: Kashirin Alex by Kashirin Alex · 4 years, 4 months ago
  43. 1d68bfe Rust compiler generates invalid code when using typedef with union by guanjialin · 4 years, 4 months ago
  44. b1a5cd6 Fix typo by Tom Wieczorek · 4 years, 3 months ago
  45. 6fd830d THRIFT-4942 Set PHP struct generated field values as private with getters and setters by Dedipyaman Das · 4 years, 4 months ago
  46. c553155 THRIFT-4942 Set PHP struct generated field values as private with getters and setters by Dedipyaman Das · 4 years, 4 months ago
  47. 1190308 Merge pull request #2191 from zeshuai007/Implements_TConfig by Zezeng Wang · 4 years, 4 months ago
  48. c77941c THRIFT-5134: Fix memory leak when the handler method return FALSE by wangyunjian · 4 years, 10 months ago
  49. 63213c1 Implements TConfiguration for java by zeshuai007 · 4 years, 4 months ago
  50. 304f50b Fixed double newline at end of generated python service files (#2236) by Jonathan Mackenzie · 4 years, 4 months ago
  51. 0371589 THRIFT-5260 Fix the thrift compiler generate problematic lua code for the oneway method by longzhiri · 4 years, 5 months ago
  52. b0d1413 THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support 2018 edition by Allen George · 4 years, 10 months ago
  53. 68c1506 THRIFT-5261 Support for deprecated methods (via annotation) by Jens Geyer · 4 years, 5 months ago
  54. 23c8e52 THRIFT-5254 Member name cannot be Isset (unless it is an "required" member) by Jens Geyer · 4 years, 6 months ago
  55. 363ee00 THRIFT-5253 using Result in result name generates wrong IAsync interface by Jens Geyer · 4 years, 6 months ago
  56. 761a869 THRIFT-5118: Fix memory leak when the handler method return a exception by wangyunjian · 4 years, 11 months ago
  57. 4db7a0a THRIFT-5240: Do connectivity check in Go server by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  58. 86cc6f0 THRIFT-5144: Fix memory leak when generate deserialize list element by wangyunjian · 4 years, 10 months ago
  59. 6e16c2b THRIFT-5238 GetHashCode can throw NullReferenceException by Jens Geyer · 4 years, 7 months ago
  60. 2834101 THRIFT-2087 Python compiler replace non utf-8 char with default by Emmanuel Brard · 4 years, 7 months ago
  61. bcae3bb THRIFT-5233: Handle I/O timeouts in go library (#2181) by Duru Can Celasun · 4 years, 7 months ago
  62. 1bed620 THRIFT-5235 Add property setter for isset flags Client: delphi Patch: Jens Geyer by Jens Geyer · 4 years, 7 months ago
  63. 7db2d0f THRIFT-5234 Fix a number of js/ts generation issues by Phil Price · 5 years ago
  64. 210202e THRIFT-5229 Deprecate as3 support Client: as3 Patch: Jens Geyer by Jens Geyer · 4 years, 7 months ago
  65. e79f764 THRIFT-5233: Handle I/O timeouts in go library by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  66. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  67. 3f78c70 THRIFT-5082 Add a Class reference for PHP enum $_TSPEC by Stanislav Markevic · 5 years ago
  68. 0acf23b THRIFT-5200 Thrift compiler will generate incorrect code when add 'cob_style' option by zeshuai007 · 4 years, 8 months ago
  69. b559359 THRIFT-5220 DeepCopy() extension methods not generated when the IDL contains no service by Jens Geyer · 4 years, 8 months ago
  70. affea7b THRIFT-5216 generate DeepCopy methods Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years, 8 months ago
  71. 4fd001c THRIFT-5138 Swift keywords may be used as identifiers if escaped by Jano Svitok · 4 years, 10 months ago
  72. a082592 THRIFT-5128 Swift TFramedTransport does not work using present code by Jano Svitok · 4 years, 10 months ago
  73. 5323965 THRIFT-3622 Fix deprecated uses of std::auto_ptr by zeshuai007 · 4 years, 8 months ago
  74. abc2ec6 THRIFT-5198 Fix certain Visual Studio hints in generated netstd code by Jens Geyer · 4 years, 8 months ago
  75. 371d92f THRIFT-5179: Fix generated code for struct's named "a" or "b" by Zezeng Wang · 4 years, 9 months ago
  76. 52655ce THRIFT-5159: Fix runtime ReferenceError in generated code by penenin · 4 years, 9 months ago
  77. 5ef8e3e Remove boost from compiler test, delete unused bincat.sh by Mario Emmenlauer · 4 years, 9 months ago
  78. b4711a6 Swift 5.1 support by Alexander Edge · 4 years, 9 months ago
  79. 93171d2 THRIFT-5109 Misc Cmake build improvements Patch: Mario Emmenlauer by Mario Emmenlauer · 5 years ago
  80. 57c2507 THRIFT-5168 Useless generated code when .thrift file only has service type by zeshuai007 · 4 years, 9 months ago
  81. f44b6ee Modify autogenerated message for Go to standard to match the expectations of some tools by gzuykov · 4 years, 9 months ago
  82. 7e90252 THRIFT-4764: Use new syntax for clippy skipping Client: rs by Mikail Bagishov · 6 years ago
  83. 11fc716 THRIFT-5154 Generate interface IDs (IID) for Windows platforms by Jens Geyer · 4 years, 10 months ago
  84. 24ab31f THRIFT-5067 Invalid generated Cpp code from valid Thrift IDL with dots in file names for nested namespaces by zeshuai007 · 4 years, 10 months ago
  85. 1b7b00c CI broken, reverting following PRs by Jens Geyer · 4 years, 11 months ago
  86. 56700e4 THRIFT-4982 Remove deprecated C# bindings from the code base by Jens Geyer · 4 years, 11 months ago
  87. 61d5020 THRIFT-5109 Misc Cmake build improvements Patch: Mario Emmenlauer by Mario Emmenlauer · 5 years ago
  88. 7b712f4 THRIFT-5106: Fix various Lua library and compiler issues by Jeffrey Han · 5 years ago
  89. 222362c THRIFT-5095 ToString() should print entire structure, not just the top-level data by Jens Geyer · 5 years ago
  90. bb5f7ec THRIFT-5091 Netstd generator produces uncompileable code for struct names ending with "_result" or "_args" by Jens Geyer · 5 years ago
  91. ded3261 THRIFT-5072 Fix data type generation. by Homarechan · 5 years ago
  92. 7d30e2c (no ticket) catch exception by ref Patch: Gaurav Singh by Gaurav Singh · 5 years ago
  93. e8f82da THRIFT-5016 Do Not Check 'other' For Null in Equals by David Mollitor · 5 years ago
  94. 44d8cc6 THRIFT-5014: Do Direct Comparison on Raw Values Instead of Objects by belugabehr · 5 years ago
  95. b374ce3 THRIFT-5046: Better struct tag overrides by Duru Can Celasun · 5 years ago
  96. 418d88b THRIFT-5013: Replace NullPointerException with RequireNonNull by belugabehr · 5 years ago
  97. 9c43962 Revert "Revert "THRIFT-4002: Make generated exception classes immutable by default"" by Elvis Pranskevichus · 5 years ago
  98. 1234ddf Revert "THRIFT-4002: Make generated exception classes immutable by default" by D. Can Celasun · 5 years ago
  99. b40f5c2 THRIFT-4002: Make generated exception classes immutable by default by Elvis Pranskevichus · 6 years ago
  100. e780855 THRIFT-5044 Improve serialization support for TApplicationExceptions and custom exceptions by Jens Geyer · 5 years ago