1. 3974aab THRIFT-2602 Fix missing dist files by Roger Meier · 10 years ago
  2. cdab7ee THRIFT-1609 Cocoa import namespace Client: Cocoa Patch: Xabier Eizmendi by Jens Geyer · 11 years ago
  3. 4f54d13 THRIFT-2602: Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  4. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  5. 6f86f9a THRIFT-2557 CS0542 member names cannot be the same as their enclosing type by Jens Geyer · 11 years ago
  6. bc2ca4e THRIFT-1926 PHP Constant Generation Refactoring by Jens Geyer · 11 years ago
  7. 45abf12 THRIFT-2594 JS Compiler: Single quotes are not being escaped in constants. by Roger Meier · 11 years ago
  8. 12ee881 THRIFT-2599 Uncompileable Delphi code due to naming conflicts with IDL by Jens Geyer · 11 years ago
  9. 7878f11 Add [-s[sl]] option for the python service remote to enable communication over an SSL socket connection by David Robakowski · 11 years ago
  10. bf2617e Thrift-THRIFT-2574: Compiler option to generate namespace directories for Ruby by jfarrell · 11 years ago
  11. ff296c8 THRIFT-2588 Thrift compiler is not buildable in Visual Studio 2010 by Jens Geyer · 11 years ago
  12. bd05f9e THRIFT-2233 Java compiler should defensively copy its binary inputs by Jens Geyer · 11 years ago
  13. 9999f52 THRIFT-2503 C++: Fix name collision when a struct has a member named "val" by Jens Geyer · 11 years ago
  14. ebddd93 THRIFT-2508 Uncompileable C# code due to language keywords in IDL by Jens Geyer · 11 years ago
  15. 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
  16. 55087a4 THRIFT-2571 doc and speed up travis build by henrique · 11 years ago
  17. db372ac compiler: move README_Windows.md content to README.md by Roger Meier · 11 years ago
  18. 63fcb7e THRIFT-2520 cpp:cob_style generates incorrect .tcc file by Roger Meier · 11 years ago
  19. 746952e compiler: move README_Windows.md content to README.md by Roger Meier · 11 years ago
  20. 569863a Allow cross build for windows using mingw32 by Pascal Bach · 11 years ago
  21. 42be4e8 Get thrift version from configure.ac for CMake build by Pascal Bach · 11 years ago
  22. 6eb015a Add CMake file for the thrift compiler by Pascal Bach · 11 years ago
  23. 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
  24. a3350b4 THRIFT-2560 Thrift compiler generator tries to concat ints with strings using + by Jens Geyer · 11 years ago
  25. 5588a56 THRIFT-2554 double initialization in generated Read() method by Jens Geyer · 11 years ago
  26. eb1e1d5 THRIFT-2555 excessive "unused field" comments Client: Go Patch: Jens Geyer by Jens Geyer · 11 years ago
  27. 91b3b1a THRIFT-2558: CSharp gen tries to add str + int by ra · 11 years ago
  28. 6848de8 THRIFT-2543 Generated enum type in haskell should be qualified by Roger Meier · 11 years ago
  29. e86428c THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names by Roger Meier · 11 years ago
  30. 7ca13f5 THRIFT-2526 Assignment operators and copy constructors in c++ don't copy the __isset struct by Roger Meier · 11 years ago
  31. d0265c7 THRIFT-2522 TypeScript extension for Thrift Compiler by henrique · 11 years ago
  32. ada1016 THRIFT-2522 TypeScript extension for Thrift Compiler by Pascal Schweizer · 11 years ago
  33. 303eb1b THRIFT-2401 Haskell tutorial compiles by Roger Meier · 11 years ago
  34. facc8dc THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs by Jens Geyer · 11 years ago
  35. 958581d THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
  36. 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
  37. 40f8ce2 THRIFT-2494: Add enum toString helper function in c_glib by Roger Meier · 11 years ago
  38. 89847df THRIFT-2499 Compiler: allow annotations without "= value" by Jens Geyer · 11 years ago
  39. e52c046 THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
  40. 885c679 THRIFT-2471 Make cpp.ref annotation language agnostic by Jens Geyer · 11 years ago
  41. 731975a THRIFT-2451: Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped to go map or slice. generate Get accessors by Jens Geyer · 11 years ago
  42. 3290336 THRIFT-2495 JavaScript/Node string constants lack proper escaping by Jens Geyer · 11 years ago
  43. e8c51ed THRIFT-2477 thrift --help text with misplaced comma by Jens Geyer · 11 years ago
  44. c2ccca8 THRIFT-2458 Generated golang server code for "oneway" methods is incorrect by Jens Geyer · 11 years ago
  45. d000b24 THRIFT-2449 Enhance typedef structure to distinguish between forwards and real typedefs by Jens Geyer · 11 years ago
  46. 8b1799f THRIFT-2459: --version should not exit 1 Client: compiler Patch: jfarrell by jfarrell · 11 years ago
  47. bcc0f1a THRIFT-2421: Tree/Recursive struct support in thrift Client: cpp by henrique · 11 years ago
  48. 524b924 Thrift-2421:Tree/Recursive struct support in thrift by jfarrell · 11 years ago
  49. e0e8316 THRIFT-2421: Tree/Recursive struct support in thrift by jfarrell · 11 years ago
  50. 6cf0ffc THRIFT-1681: Add Lua Support Patch: Dave Watson by Roger Meier · 11 years ago
  51. d06957b 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
  52. 5d15212 THRIFT-2009 Go redeclaration error by Jens Geyer · 11 years ago
  53. 7b021bb THRIFT-2095:Use print function for Python 3 compatiblity by jfarrell · 11 years ago
  54. d7902bf THRIFT-2368 New option: reuse-objects for Java generator Patch: adam-aph by henrique · 11 years ago
  55. 8384351 THRIFT-2432 Flaky parallel build Patch: Benoit Sigoure by Roger Meier · 11 years ago
  56. bf0b629 THRIFT-2414 c_glib fix several bug Patch: Jaesang Kim by Roger Meier · 11 years ago
  57. 932cad8 THRIFT-2420 Go argument parser for methods without arguments does not skip fields by Jens Geyer · 11 years ago
  58. 46f9c45 THRIFT-2419 golang - Fix fmt.Errorf in generated code by Jens Geyer · 11 years ago
  59. 3c489f9 THRIFT-2418 Go handler function panics on internal error by Jens Geyer · 11 years ago
  60. 2bf9078 THRIFT-2417: Make union types partial classes by Jake Luciani · 11 years ago
  61. ec8daae THRIFT-2386: Thrift refuses to link yylex Client: compiler Patch: Milan Freml by jfarrell · 11 years ago
  62. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  63. 6fe77e8 THRIFT-2404 emit warning on (typically inefficient) list<byte> by Jens Geyer · 11 years ago
  64. d272f21 THRIFT-2389: namespaces handled wrongly in acrionscript 3.0 implementation by jfarrell · 11 years ago
  65. e3ab0bf THRIFT-2375 Excessive <br>'s in generated HTML by Jens Geyer · 11 years ago
  66. 2a7dccc THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScript by henrique · 11 years ago
  67. af26af6 THRIFT-2387 nodejs: external imports should be centralized in index.js by henrique · 11 years ago
  68. 3e4c51f THRIFT-2378 service method arguments of binary type lead to uncompileable Go code by Jens Geyer · 11 years ago
  69. 111d13a THRIFT-2384 Binary map keys produce uncompilable code in go by Jens Geyer · 11 years ago
  70. 38eea03 THRIFT-2380 unreachable code (CID 1174546, CID 1174679) by Jens Geyer · 11 years ago
  71. 3123623 THRIFT-2376 nodejs: allow Promise style calls for client and server by henrique · 11 years ago
  72. 305e42a THRIFT-2370 Compiler SEGFAULTs generating HTML documentation for complex structure by Jens Geyer · 11 years ago
  73. a2de410 THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy by henrique · 11 years ago
  74. 2a816c2 THRIFT-2348 PHP Generator: add array typehint to functions by Roger Meier · 11 years ago
  75. 38b1a04 THRIFT-2343 Fix tutotial code and codegen for methods without exceptions by Jens Geyer · 11 years ago
  76. 4904ab8 THRIFT-2343 Golang - Return a single error for all exceptions instead of multiple return values by Jens Geyer · 11 years ago
  77. d95fc9b THRIFT-2341 Enable generation of Delphi XMLDoc comments (a.k.a. "Help Insight") by Jens Geyer · 11 years ago
  78. 483d791 THRIFT-2340 Generated server implementation does not send response type EXCEPTION on the Thrift.TApplicationExceptionType.UNKNOWN_METHOD exception by Jens Geyer · 11 years ago
  79. 813749d THRIFT-2338 First doctext wrongly interpreted as program doctext in some cases by Jens Geyer · 11 years ago
  80. e8379b5 THRIFT-2320 Program level doctext does not get attached by parser by Jens Geyer · 11 years ago
  81. ad7f788 THRIFT-2330 Generate PHPDoc comments Patch: Maurus Cuelenaere by Roger Meier · 11 years ago
  82. 026d7fc THRIFT-2323 Uncompileable Delphi code generated for typedef'd structs by Jens Geyer · 11 years ago
  83. a16737a THRIFT-2311 Go: invalid code generated when exception name is a go keyword by Jens Geyer · 11 years ago
  84. c0c889b THRIFT-1964 'Isset' causes problems with C#/.NET serializers by Jens Geyer · 11 years ago
  85. 06dbb8f THRIFT-2211:Exception constructor does not contain namespace prefix by Jake Farrell · 11 years ago
  86. 6bac11f THRIFT-2304 cpp:Move client assignments from construtor in method by Roger Meier · 11 years ago
  87. cf8b626 THRIFT-2304 cpp:Move client assignments from construtor in method by Roger Meier · 11 years ago
  88. 1406c9a THRIFT-2290 anyfile.go:10: imported and not used: "math" by Jens Geyer · 11 years ago
  89. 4095d62 THRIFT-2322: wrong Go code generated for assignment of an optional set by Jens Geyer · 11 years ago
  90. 0853ab6 THRIFT-2232 IsSet* broken in Go by Jens Geyer · 11 years ago
  91. acdac81 THRIFT-2263 java: Always generate good hashCode for Java Patch: Andrew Gaul by Roger Meier · 11 years ago
  92. 5b8e770 THRIFT-2282 Incorect code generated for some typedefs by Jens Geyer · 11 years ago
  93. 739032a THRIFT-2281 Generated send/recv code ignores errors returned by the underlying protocol by Jens Geyer · 11 years ago
  94. 5f2d34e THRIFT-2229 thrift failed to build on OSX 10.9 GM by Roger Meier · 11 years ago
  95. 3da1c90 THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3 by Roger Meier · 11 years ago
  96. 5df24f7 THRIFT-2172 Java compiler allocates optionals array for every struct with an optional field by Roger Meier · 11 years ago
  97. b54fbd3 THRIFT-2193 Java code generator emits spurious semicolon when deep copying binary data by Jens Geyer · 11 years ago
  98. 4ccc24f THRIFT-2227 Thrift compiler generates spurious warnings with Xlint by Jens Geyer · 11 years ago
  99. 13848c6 THRIFT-2254 Exceptions generated by Go compiler should implement error interface by Jens Geyer · 11 years ago
  100. 1ee7bb6 THRIFT-1813 java: Add @Generated annotation to generated classes by Roger Meier · 11 years ago