1. 948a2d4 THRIFT-1855 deep-copy for collections of primitives should use copy-constructor by Roger Meier · 12 years ago
  2. 7af5868 THRIFT-1895 Delphi: reserved variable name "result" not detected properly by Jens Geyer · 12 years ago
  3. 19251ad THRIFT-1876 Use enum names instead of casted integers in assignments by Jens Geyer · 12 years ago
  4. b3fb3e6 THRIFT-1318 Incorrect syntax for struct with enum property and default value when value is negative by Jens Geyer · 12 years ago
  5. b19c339 removed unused variable by Jens Geyer · 12 years ago
  6. 20c81ad THRIFT-1704: Tornado support (Python) by Chris Piro · 12 years ago
  7. 92e3860 THRIFT-1614: handle automake >= 1.12 yacc output name (thrifty.hh) by Chris Piro · 12 years ago
  8. 5b0c590 THRIFT-1856: different comments generated Patch: Jake Farrell by Jake Farrell · 12 years ago
  9. 1af5728 THRIFT-1856: different comments generated Patch: Jake Farrell by Jake Farrell · 12 years ago
  10. 3a67c2f THRIFT-1603 Thrift IDL allows for multiple exceptions, args or struct member names to be the same by Jens Geyer · 12 years ago
  11. 814d4c7 THRIFT-1843 Get rid of annoying comma in python function signatures by Roger Meier · 12 years ago
  12. d34bea0 THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode by Roger Meier · 12 years ago
  13. a1e36f6 THRIFT-1832 C# async generator assumes all methods have arguments by Jens Geyer · 12 years ago
  14. d536424 THRIFT-1831 Bug in list deserializer Patch: Satheesh Velmurugan by Roger Meier · 12 years ago
  15. e3da768 THRIFT-1826 update c_glib source header paths Patch: Simon South by Roger Meier · 12 years ago
  16. 945537c THRIFT-1815 Code generators line buffer output Patch: Andrew Gaul by Jens Geyer · 12 years ago
  17. 6df4f3b THRIFT-1779 Missing process_XXXX method in generated TProcessor implementation for all 'oneway' service functions by Roger Meier · 12 years ago
  18. 63e3c63 THRIFT-1800 Documentation text not always escaped correctly when rendered to HTML by Jens Geyer · 12 years ago
  19. c880b44 THRIFT-1799 Option to generate HTML in "standalone mode" Patch: Jens Geyer by Jens Geyer · 12 years ago
  20. 5bcf32b THRIFT-1788 C#: Constants static constructor does not compile by Jens Geyer · 12 years ago
  21. a58a9cb THRIFT-1767 unions can't have required fields (Delphi) by Jens Geyer · 12 years ago
  22. 04f7097 THRIFT-1768 unions can't have required fields (Compiler) Patch: Jens Geyer by Jens Geyer · 12 years ago
  23. 59a884b THRIFT-1794 C# asyncctp broken Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  24. 716454e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Jens Geyer · 12 years ago
  25. 65d83ec THRIFT-1783 C# doesn't handle required fields correctly Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  26. e7b0b69 THRIFT-1630 Equivalent objects that contain sets and maps can serialize differently by Roger Meier · 12 years ago
  27. b030392 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Jens Geyer · 12 years ago
  28. 0ab273a THRIFT-1782 async only defined in silverlight Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  29. ad4467e THRIFT-1780 Add option to generate nullable values Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  30. 7740739 THRIFT-1765 Incorrect error message printed for null or negative keys by Jens Geyer · 12 years ago
  31. 2b2560e THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110" by Todd Lipcon · 12 years ago
  32. a212369 THRIFT-1422 async_server.skeleton.cpp include TEventServer.h, but there isn't corresponding file in deed by Roger Meier · 12 years ago
  33. 3e5e9d0 THRIFT-1494 Python generated "Service-remote" script doesn't honor service inheritance by Roger Meier · 12 years ago
  34. 32104d7 THRIFT-1752 structs do not implement Comparable and have a redundant cast by Roger Meier · 12 years ago
  35. 3806a74 THRIFT-1747 Generated Python code incorrect when declaring constants of a struct type declared in an included thrift file by Roger Meier · 12 years ago
  36. e854206 THRIFT-1724 HTML generator doesn't identify unions in output by Roger Meier · 12 years ago
  37. cc6ea42 THRIFT-1731 error: expected identifier before ';' token Patch: Martin Vogt by Roger Meier · 12 years ago
  38. 7c7a5e0 Thrift-1721:Dist broken due to 0.8.0 to 0.9.0 changes by Jake Farrell · 12 years ago
  39. 061d4a2 THRIFT-1695 allow warning-free compilation in VS 2012 and GNU 4.6 by Roger Meier · 12 years ago
  40. 2fd8a15 Thrift-1680:Make install requires GNU make Client: build patch: Jake Farrell by Jake Farrell · 12 years ago
  41. 6e283a0 Thrift-1703:Add leading :: to cpp names Client: c++ Patch: Jochen Topf by Henrique Mendonca · 12 years ago
  42. ffb031d Thrift-1696:Compiler fails if namespace of an unknown language is present in the IDL by Henrique Mendonca · 12 years ago
  43. 3d37fba THRIFT-1694 Re-Enable serialization for WP7 Silverlight Patch: Jens Geyer by Roger Meier · 12 years ago
  44. 3087738 THRIFT-1651 Support annotations on all elements Patch: Benjy Weinberger by Roger Meier · 12 years ago
  45. 5cac98c THRIFT-1686 t_php_generator.cc uses "and" instead of "&&", and causes compiler errors with Visual Studio by Roger Meier · 12 years ago
  46. 21c0a85 THRIFT-1615 PHP Namespace (was Thrift for Symfony 2) Patch: Xavier HAUSHERR by Roger Meier · 12 years ago
  47. e06e8b7 Thrift-1671:Cocoa code generator does not put keywords into generated method calls by Jake Farrell · 12 years ago
  48. d620328 THRIFT-1624. java: Isset Generated differently on different platforms by Bryan Duxbury · 13 years ago
  49. 16b7641 THRIFT-1438: lib/cpp/src/windows/config.h should read version from configure.ac rather than a #define by Jake Farrell · 13 years ago
  50. f42ae01 Thrift-1567:Thrift/cpp: Allow alternate classes to be used for strings by Jake Farrell · 13 years ago
  51. 122803b THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows by Roger Meier · 13 years ago
  52. 6edb27a THRIFT-1622. cpp: Incorrect size returned on read by Bryan Duxbury · 13 years ago
  53. 9212e79 THRIFT-1627 compiler built using compilers.vcxproj cannot be used to build some test .thrift files by Roger Meier · 13 years ago
  54. febe845 THRIFT-1621 Delphi Memory leaks Patch: Jens Geyer by Roger Meier · 13 years ago
  55. d11c8bc Thrift-1611:Improved code generation for typedefs by Jake Farrell · 13 years ago
  56. 6849f20 THRIFT-1598 Update Haskell generated code to use Text, Hash{Map,Set}, Vector by Roger Meier · 13 years ago
  57. 6c5ee6a Thrift-1604:Python exxception handeling for changes from PEP3110 by Jake Farrell · 13 years ago
  58. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  59. e8c259a Thrift-541: Cocoa code generator doesn't put keywords before all arguments. by Jake Farrell · 13 years ago
  60. b87e566 Thrift-1079:Support i64 in AS3 Client: as3 Patch: Reverting by Jake Farrell · 13 years ago
  61. ea7b21d fix TApplicationException not imported in Python gencode by Christopher Piro · 13 years ago
  62. 7abda07 THRIFT-681 The HTML generator does not handle JavaDoc style comments very well by Roger Meier · 13 years ago
  63. b2f3bcd THRIFT-681. The HTML generator does not handle JavaDoc style comments very well by Bryan Duxbury · 13 years ago
  64. 95b1bd7 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  65. c75797d THRIFT-1583 c_glib leaks memory by Roger Meier · 13 years ago
  66. b661e83 THRIFT-1277 Node.js serializes false booleans as null Patch: Henrique Mendonca by Roger Meier · 13 years ago
  67. 1516be0 Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunk by Roger Meier · 13 years ago
  68. 5346e72 THRIFT-1570 Correctly generate code for empty services. Patch: Dave Watson by Roger Meier · 13 years ago
  69. 629d5a9 THRIFT-1565 Thrift/cpp: Use default constructor for strings Patch: Dave Watson by Roger Meier · 13 years ago
  70. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  71. 49ef658 THRIFT-1079 Support i64 in AS3 Patch: Ethan Urie by Roger Meier · 13 years ago
  72. 380e919 THRIFT-1554 Inherited service methods are not resolved in derived service implementations by Roger Meier · 13 years ago
  73. c64d6f0 THRIFT-1398 Compiler warning on generated code (Multiface kills -Wall -Werror on gcc 4.6.1) by Roger Meier · 13 years ago
  74. 5c80802 THRIFT-1553 thrift nodejs service side can't read map structure, key as enum, value as Object by Roger Meier · 13 years ago
  75. b95b0ff THRIFT-1500: d programming language support Client: D Patch: David Nadlinger by Jake Farrell · 13 years ago
  76. 3bba214 THRIFT-1532 - slightly better fix, take into account requiredness when adding default values by Anthony F. Molinaro · 13 years ago
  77. 3183514 THRIFT-1532/THRIFT-1475 - fix record generation for erlang by Anthony F. Molinaro · 13 years ago
  78. 17515db THRIFT-1534:Required fields in the Delphi code generator. by Jake Farrell · 13 years ago
  79. 6883950 THRIFT-1527. java: Generated implementation of tupleReadStruct in unions return null when the setfield is unrecognized by Bryan Duxbury · 13 years ago
  80. 9be7b38 THRIFT-481: indentation of ruby classes is off by a few by Ilya Maykov · 13 years ago
  81. c00011a THRIFT-1204: Ruby autogenerated files should require 'thrift' gem by Ilya Maykov · 13 years ago
  82. b2507db THRIFT-1518. cpp: Generated C++ code only sends the first optional field in the write() function for a struct by Bryan Duxbury · 13 years ago
  83. b405ca6 THRIFT-1447. java: NullpointerException in ProcessFunction.class :in 'oneway' method by Bryan Duxbury · 13 years ago
  84. afb9f97 Thrift-556:Ruby compiler does not correctly referred to top-level modules when a submodule masks the top-level name by Jake Farrell · 13 years ago
  85. f9f01fa THRIFT-1394:Treatment of optional fields is not consistent between C++ and Java by Jake Farrell · 13 years ago
  86. b2c4952 Thrift-1465:Visibility of methods in generated java code by Jake Farrell · 13 years ago
  87. ba02146 THRIFT-1504: Cocoa Generator should use local file imports for base Thrift headers by Jake Farrell · 13 years ago
  88. 0838bf5 THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler, allowing web service usage of Thrift generated code by Roger Meier · 13 years ago
  89. bc2be31 THRIFT-1496 PHP compiler not namespacing enums Patch: Andrew Grumet by Roger Meier · 13 years ago
  90. 26cbb38 THRIFT-1410 C# Partial Classes (for service implementation class) by Roger Meier · 13 years ago
  91. f0e517d THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler, allowing web service usage of Thrift generated code by Roger Meier · 13 years ago
  92. eaa61d8 THRIFT-1267 Node.js can't throw exceptions Patch: Henrique Mendonca by Roger Meier · 13 years ago
  93. 333bbf3 THRIFT-1485 Performance: pass large and/or refcounted arguments as "const" by Roger Meier · 13 years ago
  94. bad4174 THRIFT-1479. php: Compiled PHP process functions missing writeMessageEnd() by Bryan Duxbury · 13 years ago
  95. 9704630 THRIFT-1483. java: java compiler does not generate type parameters for services in extended clauses by Bryan Duxbury · 13 years ago
  96. a3df547 THRIFT-317. java: Issues with Java struct validation by Bryan Duxbury · 13 years ago
  97. 94eecc8 THRIFT-1168 C++ cob client/server: void functions that throw exceptions by Roger Meier · 13 years ago
  98. 1e79cb4 THRIFT-1469. java: Java isset space optimization by Bryan Duxbury · 13 years ago
  99. 12d7053 THRIFT-1461 Recent TNonblockingServer changes broke --enable-boostthreads=yes, Windows by Roger Meier · 13 years ago
  100. a99027c Thrift-1462: add more strict compiler flags by Jake Farrell · 13 years ago