1. 1a74d9c THRIFT-2360 Json Generator by Roger Meier · 10 years ago
  2. a9ddab5 THRIFT-2720 nodejs - Error with enum generation by Roger Meier · 10 years ago
  3. 25023b1 THRIFT-809 Javascript client: Please make required fields actually required. by Roger Meier · 10 years ago
  4. f49ea06 Revert "Revert "THRIFT-2722: js: Fix javascript service inheritance namespacing"" by Roger Meier · 10 years ago
  5. 371358c Revert "THRIFT-2722: js: Fix javascript service inheritance namespacing" by Roger Meier · 10 years ago
  6. 964082a THRIFT-2712 PHP: add "json" option to create JsonSerializable code by Roger Meier · 10 years ago
  7. 9a7cb9f THRIFT-2722: js: Fix javascript service inheritance namespacing by Roger Meier · 10 years ago
  8. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  9. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  10. 6d15c30 THRIFT-2628 struct member name conflicts due to lowercased names by Jens Geyer · 10 years ago
  11. cc4ac49 THRIFT-2689 struct names that differ only in capitalization of first character generate broken erlang code by Jens Geyer · 10 years ago
  12. 99b9e1d THRIFT-2746: compiler/cpp/README.md updated by Konrad Grochowski · 10 years ago
  13. ab3f848 THRIFT-2746: Replace C++11 code in IDL compiler by Randy Abernethy · 10 years ago
  14. 485d71a THRIFT-2664: py - fixed errors on calling oneway functions by Konrad Grochowski · 11 years ago
  15. 03394b5 THRIFT-2662: py - Fix incorrect indentation when oneway function is used by Konrad Grochowski · 11 years ago
  16. 05d64b4 THRIFT-2707: rb - support for oneway messages fixed by Konrad Grochowski · 10 years ago
  17. 63243c6 THRIFT-2709 c_glib: Support server implementation by Roger Meier · 10 years ago
  18. 51ba56c py.twisted: Avoid synchronous exceptions by James Broadhead · 11 years ago
  19. 3dcef37 THRIFT-2714 Graphviz generator is missing from MSVC++ project files by Jens Geyer · 10 years ago
  20. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  21. 2de7e19 THRIFT-2702 empty enums lead to invalid code Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  22. 86b309c THRIFT-2513 clean up enum value assignment by Jens Geyer · 10 years ago
  23. 089bcd3 THRIFT-1040 Can't end typedef lines with a semicolon by Jens Geyer · 10 years ago
  24. ae0b22c THRIFT-2513 clean up enum value assignment Patch: Dave Watson by Jens Geyer · 10 years ago
  25. 067779b THRIFT-2679 golang generation fails for service names less than 5 characters by Jens Geyer · 10 years ago
  26. 0cc6d3c THRIFT-2690 by Roger Meier · 10 years ago
  27. d62473c THRIFT-1266 generated C code for iterating over nested maps is wrong by Roger Meier · 10 years ago
  28. b3f6ea1 THRIFT-2067 C++: all generated objects provide ostream operator<< by Konrad Grochowski · 10 years ago
  29. d0bd17e THRIFT-2666 Usage of PYTHONHASHSEED breaks older Python code by Jens Geyer · 10 years ago
  30. e26a19b THRIFT-2676 Avoid 'i386' name collision in generated Cocoa/objc code by Keith Lazuka · 10 years ago
  31. db8751b THRIFT-2673 PHP: generated Service_method_result code should not have validators by Roger Meier · 10 years ago
  32. 008f42c THRIFT-2684 c_glib: Improvements to map deserialization in generated code by Roger Meier · 10 years ago
  33. 546209c THRIFT-2683 c_glib: Seg fault when deserializing a map with typedef'd keys by Roger Meier · 10 years ago
  34. f9b8f5e THRIFT-2670 Android parcelable generator by kedzie · 11 years ago
  35. 311f715 THRIFT-2571 Simplify cross compilation using CMake by Roger Meier · 10 years ago
  36. 8720260 THRIFT-2667 create Windows Installer via CPack by Roger Meier · 10 years ago
  37. af5d64a THRIFT-2641 Improvements to Haskell Compiler/Libraries by Noam Zilberstein · 11 years ago
  38. 044e89d THRIFT-2653 improved Delphi const generation Client: Delphi Patch: Jens Geyer by Jens Geyer · 11 years ago
  39. c20eeaa THRIFT-2589 const of BaseType in IDL generates static instead of const properties by Jens Geyer · 11 years ago
  40. ca44a62 THRIFT-2651: struct names that are restricted erlang terms generate invalid type signatures by alisdair sullivan · 11 years ago
  41. d52edba THRIFT-2231 Support tornado-4.x (Python) by Roger Meier · 11 years ago
  42. 16c164e THRIFT-2647 compiler-hs: don't decapitalize field names, do decapitalize argument bindings by Roger Meier · 11 years ago
  43. a0b8674 THRIFT-2639 c_glib: Expose as properties members of generated structs by Jens Geyer · 11 years ago
  44. f341c59 THRIFT-2152 Generated Haskell files does not compile by Roger Meier · 11 years ago
  45. b360ed3 THRIFT-2645 generated Go server code always sets Success retval by Jens Geyer · 11 years ago
  46. 790a388 THRIFT-2621 Add basic default hash code method to python by Jens Geyer · 11 years ago
  47. 8033e7e Revert "THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated" by Roger Meier · 11 years ago
  48. 60b7ad6 THRIFT-2639 c_glib: Expose as properties members of generated structs by Roger Meier · 11 years ago
  49. 8345772 THRIFT-585 exceptions in the autogenerated send_METHOD functions are not propagated by Jens Geyer · 11 years ago
  50. 3c49411 THRIFT-1188 C++: Use bit fields for a more compact __isset struct by Roger Meier · 11 years ago
  51. 84d1188 THRIFT-2637 "java:fullcamel_service_methods" option to automatically camel-case Java service methods by Roger Meier · 11 years ago
  52. fb6ed7e THRIFT-2628 erlang: struct member name conflicts due to lowercased names by alisdair sullivan · 11 years ago
  53. 577f407 THRIFT-2632 add "validate" option to generate read/write validation code by Jens Geyer · 11 years ago
  54. feea947 THRIFT-2633 remove 'this is a dummy struct' structs from generated erlang by alisdair sullivan · 11 years ago
  55. 1d7e35a THRIFT-2631 c_glib: Support service inheritance in clients by Roger Meier · 11 years ago
  56. dd077c8 THRIFT-2634 undocumented php "nsglobal" option Client: PHP Patch: Jens Geyer by Jens Geyer · 11 years ago
  57. 7a8b286 THRIFT-2629 JavaDoc style documentation should be reused Client: C++ by henrique · 11 years ago
  58. a75a5f0 fully qualified names in hs generator by John Chee · 11 years ago
  59. c437cff THRIFT-2627:erlang backend doesn't support corecursive structs client: erlang patch: anthony molinari by alisdair sullivan · 11 years ago
  60. 57e6de4 THRIFT-2602 Fix missing dist files by Roger Meier · 11 years ago
  61. 3974aab THRIFT-2602 Fix missing dist files by Roger Meier · 11 years ago
  62. cdab7ee THRIFT-1609 Cocoa import namespace Client: Cocoa Patch: Xabier Eizmendi by Jens Geyer · 11 years ago
  63. 4f54d13 THRIFT-2602: Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  64. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  65. 6f86f9a THRIFT-2557 CS0542 member names cannot be the same as their enclosing type by Jens Geyer · 11 years ago
  66. bc2ca4e THRIFT-1926 PHP Constant Generation Refactoring by Jens Geyer · 11 years ago
  67. 45abf12 THRIFT-2594 JS Compiler: Single quotes are not being escaped in constants. by Roger Meier · 11 years ago
  68. 12ee881 THRIFT-2599 Uncompileable Delphi code due to naming conflicts with IDL by Jens Geyer · 11 years ago
  69. 7878f11 Add [-s[sl]] option for the python service remote to enable communication over an SSL socket connection by David Robakowski · 11 years ago
  70. bf2617e Thrift-THRIFT-2574: Compiler option to generate namespace directories for Ruby by jfarrell · 11 years ago
  71. ff296c8 THRIFT-2588 Thrift compiler is not buildable in Visual Studio 2010 by Jens Geyer · 11 years ago
  72. bd05f9e THRIFT-2233 Java compiler should defensively copy its binary inputs by Jens Geyer · 11 years ago
  73. 9999f52 THRIFT-2503 C++: Fix name collision when a struct has a member named "val" by Jens Geyer · 11 years ago
  74. ebddd93 THRIFT-2508 Uncompileable C# code due to language keywords in IDL by Jens Geyer · 11 years ago
  75. c0d126f THRIFT-2549 Generate json tag for struct members. use go.tag annotation to override the default generated tag. by Jens Geyer · 11 years ago
  76. 55087a4 THRIFT-2571 doc and speed up travis build by henrique · 11 years ago
  77. db372ac compiler: move README_Windows.md content to README.md by Roger Meier · 11 years ago
  78. 63fcb7e THRIFT-2520 cpp:cob_style generates incorrect .tcc file by Roger Meier · 11 years ago
  79. 746952e compiler: move README_Windows.md content to README.md by Roger Meier · 11 years ago
  80. 569863a Allow cross build for windows using mingw32 by Pascal Bach · 11 years ago
  81. 42be4e8 Get thrift version from configure.ac for CMake build by Pascal Bach · 11 years ago
  82. 6eb015a Add CMake file for the thrift compiler by Pascal Bach · 11 years ago
  83. cf18e91 THRIFT-2435 Java compiler doesn't like struct member names that are identical to an existing enum or struct type by Jens Geyer · 11 years ago
  84. a3350b4 THRIFT-2560 Thrift compiler generator tries to concat ints with strings using + by Jens Geyer · 11 years ago
  85. 5588a56 THRIFT-2554 double initialization in generated Read() method by Jens Geyer · 11 years ago
  86. eb1e1d5 THRIFT-2555 excessive "unused field" comments Client: Go Patch: Jens Geyer by Jens Geyer · 11 years ago
  87. 91b3b1a THRIFT-2558: CSharp gen tries to add str + int by ra · 11 years ago
  88. 6848de8 THRIFT-2543 Generated enum type in haskell should be qualified by Roger Meier · 11 years ago
  89. e86428c THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names by Roger Meier · 11 years ago
  90. 7ca13f5 THRIFT-2526 Assignment operators and copy constructors in c++ don't copy the __isset struct by Roger Meier · 11 years ago
  91. d0265c7 THRIFT-2522 TypeScript extension for Thrift Compiler by henrique · 11 years ago
  92. ada1016 THRIFT-2522 TypeScript extension for Thrift Compiler by Pascal Schweizer · 11 years ago
  93. 303eb1b THRIFT-2401 Haskell tutorial compiles by Roger Meier · 11 years ago
  94. facc8dc THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs by Jens Geyer · 11 years ago
  95. 958581d THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
  96. cf0edd3 THRIFT-2490 c_glib: if fail to read a exception from server, client may be occurred double free by Roger Meier · 11 years ago
  97. 40f8ce2 THRIFT-2494: Add enum toString helper function in c_glib by Roger Meier · 11 years ago
  98. 89847df THRIFT-2499 Compiler: allow annotations without "= value" by Jens Geyer · 11 years ago
  99. e52c046 THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
  100. 885c679 THRIFT-2471 Make cpp.ref annotation language agnostic by Jens Geyer · 11 years ago