1. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  2. de112fb change js generator for simple using in object params Client: node.js by jiangq · 8 years ago
  3. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  4. 0a8c34c THRIFT-4279 Wrong path in include directive in generated Thrift sources by David Hull · 7 years ago
  5. 0eda909 THRIFT-4270 Generate Erlang mapping functions for const maps and lists by David Hull · 7 years ago
  6. ec2a252 THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. by David Hull · 7 years ago
  7. 3ba4ecf THRIFT-4257 Typescript async callbacks do not provide the correct types by Mike Morton · 7 years ago
  8. 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
  9. c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
  10. c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  11. 5b4c6bf THRIFT-4236: Add context support for go server. by taozle · 8 years ago
  12. c0e3535 THRIFT-4238 JSON generator: make annotation-aware by Stig Bakken · 8 years ago
  13. c55fdb9 THRIFT-4231 TJSONProtocol throws unexpected non-Thrift-exception on null strings by Jens Geyer · 8 years ago
  14. 2b1b32c THRIFT-3703 Unions Field Count Does Not Consider Map/Set/List Fields by D. Can Celasun · 8 years ago
  15. 5862099 THRIFT-4196 Support recursive types in Rust by Allen George · 8 years ago
  16. bc1344d THRIFT-4186 Add travis build for Rust by Allen George · 8 years ago
  17. 0e22c36 THRIFT-4176: Implement threaded server for Rust Client: rs by Allen George · 8 years ago
  18. 3311a9b THRIFT-4177 fix java deep copy Client: Java by Deniss Afonin · 8 years ago
  19. 92e1c40 THRIFT-4099: Derive Hash trait for Rust structs Client: rs by Allen George · 8 years ago
  20. fcf4476 THRIFT-4152: Make a patch to fix #4152 at least for structs Documentation by Gonzalo Aguilar Delgado · 8 years ago
  21. 2c0badd THRIFT-3823: Use 'pre' HTML tag when generating non escaped documentation by James E. King, III · 8 years ago
  22. 177c37c THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes by James E. King, III · 8 years ago
  23. 1360270 THRIFT-4126: implement required fields validation in php extension when validate compiler option is enabled by kufd · 8 years ago
  24. 7470995 THRIFT-4137 Fix remaining undefined behavior invalid vptr casts in Thrift Compiler by Jens Geyer · 8 years ago
  25. 9f71e00 THRIFT-4114: Space after '///' in doc comments Client: rs by Chao Sun · 8 years ago
  26. 971d077 THRIFT-4136 Align is_binary() method with is_string() to simplify those checks by Jens Geyer · 8 years ago
  27. 147c284 THRIFT-2026: Eliminate some undefined behavior in C/C++ by Jim Apple · 8 years ago
  28. e576b26 THRIFT-4079: emit use clauses in Types.pm generated files as well (fix reopened defect) by James E. King, III · 8 years ago
  29. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 8 years ago
  30. 431732d THRIFT-4031: Fix invalid code generation for list of typedef'ed built-in types by D. Can Celasun · 8 years ago
  31. c89e172 THRIFT-3921: fix ostream definitions so they are not inline because it confused template deduction by James E. King, III · 8 years ago
  32. 5038466 THRIFT-1805 Provide option for handling RTEs Client: Java by Christopher Tubbs · 8 years ago
  33. 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
  34. 0619087 THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted. by James E. King, III · 8 years ago
  35. 655b9b6 THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) by Vivek Jain · 8 years ago
  36. b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
  37. f535058 THRIFT-4073: enum files are still being generated with unused imports by James E. King, III · 8 years ago
  38. d1482fe THRIFT-4079 add missing use clauses for included thrift sources in generated perl modules by James E. King, III · 8 years ago
  39. 8b96bfb THRIFT-2945 Add Rust support by Allen George · 8 years ago
  40. 330b3f8 THRIFT-4034 compiler build fixes for macos sierra and some cmake cleanup for compiler by James E. King, III · 8 years ago
  41. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  42. 4f710aa THRIFT-3960 Inherited services in Lua generator are not named correctly by BCG · 8 years ago
  43. 59fab5a THRIFT-4023 Skip unexpected field types on read/write by czm1989 · 8 years ago
  44. b587a12 THRIFT-3933 Microsoft .Net Core library port and generator for this library by Volodymyr Gotra · 8 years ago
  45. 476cf69 THRIFT-4010 Q.fcall messing up with *this* pointer inside called function by Bruno Fonseca · 8 years ago
  46. 366e89e THRIFT-4012 Python Twisted implementation uses implements, not compatible with Py3 by Palmer Cox · 8 years ago
  47. 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 8 years ago
  48. 74c99ba THRIFT-3954 Enable the usage of structs called "Object" in Java by Max · 8 years ago
  49. 59cb666 THRIFT-3949 missing make dist entry for compiler/cpp/test by Nobuaki Sukegawa · 8 years ago
  50. 015fe52 THRIFT-3946 Java 1.5 compatibility broken for binary fields (java5 option) by Jens Geyer · 8 years ago
  51. 3fa1940 THRIFT-3546: NodeJS code should not be namespaced by jfarrell · 8 years ago
  52. d6bcb26 THRIFT-3868 Java struct equals should do identity check before field comparison by Dustin Pho · 8 years ago
  53. 548403e THRIFT-2527 Apache Thrift IDL Compiler code generated for Node.js should be jshint clean by BCG · 8 years ago
  54. b413703 THRIFT-3900 Add Python SSL flags by Charles Hake · 8 years ago
  55. d8c6a84 THRIFT-3940 Visual Studio project file for compiler is broken by Nobuaki Sukegawa · 8 years ago
  56. 4d39ac5 THRIFT-3936: fix compile error on VS2013 and earlier from changes introduced during 0.10.0 development (snprintf) by James E. King, III · 8 years ago
  57. 346e231 THRIFT-3929 php namespace remove tail "\\" by Robert Lu · 8 years ago
  58. 052abc3 THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by dtmuller · 8 years ago
  59. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  60. 7b0cb9a THRIFT-3046: Allow PSR4 class loading for generated classes (PHP) by fduch · 10 years ago
  61. aa4312e THRIFT-3905 Initialize bool, int, and double properties by Mark Erickson · 8 years ago
  62. 2007783 THRIFT-3893 Command injection in format_go_output Client: Go Patch: Jens Geyer by Jens Geyer · 8 years ago
  63. 0e9fed1 THRIFT-3750 Check isSet in copyWithZone by Zach Howe · 9 years ago
  64. 7ea4a87 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  65. 7407e2e Revert "THRIFT-3834 Erlang namespacing and exception metadata" by Jens Geyer · 9 years ago
  66. c8deed8 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  67. cee82ae Revert "THRIFT-3834 Erlang namespacing and exception metadata" by Jens Geyer · 9 years ago
  68. 1fa95f5 THRIFT-3842 Dart generates incorrect code for a const struct by Mark Erickson · 9 years ago
  69. 8e23203 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  70. 6ee1a0b THRIFT-3533 Can not send nil pointer as service method argument by Jens Geyer · 9 years ago
  71. ea0da97 THRIFT-3803 - Remove file attribute from include elements in XML generator by BCG · 9 years ago
  72. ad3714a THRIFT-3806 Swift generator does not handle self-referring structs by Stig Bakken · 9 years ago
  73. b749c26 THRIFT-3807 Swift compiler does not escape reserved words by Stig Bakken · 9 years ago
  74. f5972c9 THRIFT-3797 Generated Delphi processor shouldn't error out on timed out exceptions by Kyle Johnson · 9 years ago
  75. 8054298 THRIFT-3795 Generated hashValue method in Swift will overflow by Jens Geyer · 9 years ago
  76. e0e3240 THRIFT-3794 Split Delphi application, protocol and transport exception subtypes into separate exceptions by Jens Geyer · 9 years ago
  77. 4b7abed THRIFT-3559 Fix awkward extra semi-colons with Cocoa container literals by Kevin Wooten · 9 years ago
  78. ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
  79. 7173348 THRIFT-3778 go client can not pass method parameter to server of other language by guo · 9 years ago
  80. 9b39e16 THRIFT-3776 Go code from multiple thrift files with the same namespace by creker · 9 years ago
  81. 06340a4 THRIFT-3751 Compiler allows field ids that are too large for generated code by Jens Geyer · 9 years ago
  82. 1043d71 THRIFT-3759 required fields that are nil are silently ignored on write by Jens Geyer · 9 years ago
  83. e831490 follow-up: THRIFT-640 Fix indent in generated code by Nobuaki Sukegawa · 9 years ago
  84. 0d12de3 THRIFT-640 Support deprecation by Daniel Wolf · 9 years ago
  85. 400ae6e THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway functions by Nobuaki Sukegawa · 9 years ago
  86. a876527 THRIFT-3680 Java async processor fails to notify errors to clients by Nobuaki Sukegawa · 9 years ago
  87. bd964c7 THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface by John Sirois · 9 years ago
  88. 55499b8 THRIFT-3705 Go map has incorrect types when used with forward-defined types by Jens Geyer · 9 years ago
  89. 8c8ae96 THRIFT-3719: Dart generator should use lowerCamelCase for service names by Mark Erickson · 9 years ago
  90. aef81d6 THRIFT-3710 Dart generator does not camel case Constants class names by Mark Erickson · 9 years ago
  91. 775671a THRIFT-3709 Comment syntax can produce broken code by Jens Geyer · 9 years ago
  92. 35b4465 THRIFT-3664 Remove md5.c Client: Compiler (general) Patch: Jens Geyer by Jens Geyer · 9 years ago
  93. 5fb1fda THRIFT-3708 NameError: global name 'TProtocol' is not defined by Nobuaki Sukegawa · 9 years ago
  94. b52d03d THRIFT-3697 Dart generator does not name imports by Mark Erickson · 9 years ago
  95. d479e23 THRIFT-3691 Run flake8 Python style check on Travis-CI by Nobuaki Sukegawa · 9 years ago
  96. 3b4a93b THRIFT-3664 Remove md5.c Client: Compiler Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  97. ea2bd9c THRIFT-3656 incorrect serialization of optionals Client: Dart Patch: Jens Geyer by Jens Geyer · 9 years ago
  98. 517aa15 THRIFT-3652 incorrect serialization of optionals Client: AS3 Patch: Jens Geyer by Jens Geyer · 9 years ago
  99. a2e7446 THRIFT-3654 incorrect serialization of optionals Client: Haxe Patch: Jens Geyer by Jens Geyer · 9 years ago
  100. b72bb94 THRIFT-3650 incorrect union serialization by Jens Geyer · 9 years ago