1. 92f24b2 THRIFT-1614: Thrift build from svn repo sources fails with automake-1.12 by jfarrell · 11 years ago
  2. 87577ef THRIFT-2128: lib GO tests fail with funct ends without a return statement by jfarrell · 11 years ago
  3. f8e8c59 THRIFT-2105 Generated code for default values of collections ignores t_field::T_REQUIRED by Carl Yeksigian · 11 years ago
  4. 09b97c7 THRIFT-2017 Resource Leak in thrift struct under compiler/cpp/src/parse/t_program.h by Jens Geyer · 11 years ago
  5. 656a173 THRIFT-2112 Error in Go generator when using typedefs in map keys by Jens Geyer · 11 years ago
  6. 27a7ce9 THRIFT-2107 minor Go generator fixes by Jens Geyer · 11 years ago
  7. d1257de THRIFT-2106 Fix support for namespaces in GO generator by Jens Geyer · 11 years ago
  8. 7b07fbc THRIFT-2100 typedefs are not correctly referenced when including from other thrift files by Jens Geyer · 11 years ago
  9. 11430df THRIFT-2102 constants are not referencing to correct type when included from another thrift file by Jens Geyer · 11 years ago
  10. a7da488 THRIFT-2090: Go generator, fix including of other thrift files by Jens Geyer · 11 years ago
  11. ba406d3 THRIFT-2089 Compiler ignores duplicate typenames Patch: Randy Abernethy by Roger Meier · 11 years ago
  12. 1075a6f THRIFT-2088 Typos in Thrift compiler help text by Jens Geyer · 11 years ago
  13. b3495ff THRIFT-2065 Not valid constants filename in Java by Jens Geyer · 12 years ago
  14. 102bca4 THRIFT-2032 C# client leaks sockets/handles by Jens Geyer · 12 years ago
  15. 6ce16d9 THRIFT-2049 Go compiler doesn't build on native Windows by Jens Geyer · 12 years ago
  16. bb98ed4 THRIFT-1458 cpp: use the C++ standard (c++0x or later c++11) to improve code quality and cross platform capability by Roger Meier · 12 years ago
  17. f713a75 THRIFT-2012 Modernizing Go by Jens Geyer · 12 years ago
  18. 0e87c46 THRIFT-2012 Modernizing Go by Jens Geyer · 12 years ago
  19. 70a5762 THRIFT-2030 Thrift allows for inconsistent use of "oneway" by Jens Geyer · 12 years ago
  20. b310ae7 THRIFT-2015 Thrift exceptions should derive from TException by Jens Geyer · 12 years ago
  21. 03aaf93 THRIFT-2010 Generate c_glib code doesn't compile with strict gcc flags by Roger Meier · 12 years ago
  22. de07408 THRIFT-1995: IDL can generate uncompilable ocde by Carl Yeksigian · 12 years ago
  23. c08926a THRIFT-1913 skipping unknown fields in java unions by Jens Geyer · 12 years ago
  24. d522421 Thrift-1775: by kamilsalas · 12 years ago
  25. c317852 THRIFT-2003: Deprecate senum Patch: Randy Abernethy by Carl Yeksigian · 12 years ago
  26. 1b0bc0f THRIFT-1996:Constants generation is broken / inconsistent with regular Java generation by Jake Farrell · 12 years ago
  27. c2c4d72 THRIFT-1993 Factory to create instances from known (generated) interface types with Delphi by Jens Geyer · 12 years ago
  28. 0ca234f THRIFT-1944 Deprecate slist by Jens Geyer · 12 years ago
  29. d65def0 THRIFT-1977: Fix to ensure proper C# class names by Jens Geyer · 12 years ago
  30. 0049ec7 Thrift-1402:Generated Y_types.js does not require() X_types.js when an include in the IDL file was used by Jake Farrell · 12 years ago
  31. d3c7182 THRIFT-1977 C# compiler should generate constant files prefixed with thrift file name by Jens Geyer · 12 years ago
  32. a5cce17 THRIFT-1958 C#: Use static Object.Equals instead of .Equals() calls in equals by Jens Geyer · 12 years ago
  33. 691a16a THRIFT-1970 [Graphviz] Adds option to render exceptions relationships by Jens Geyer · 12 years ago
  34. cbb979b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Henrique Mendonça · 12 years ago
  35. 8ad13a3 THRIFT-1907 Compiling namespace and sub-namespace directives for unrecognized generators should only be a warning by Henrique Mendonça · 12 years ago
  36. f837f30 Revert "THRIFT-1907 Compiling namespace and sub-namespace directives for unrecognized generators should only be a warning" by Henrique Mendonça · 12 years ago
  37. d28d4d5 THRIFT-1907 Compiling namespace and sub-namespace directives for unrecognized generators should only be a warning by Henrique · 12 years ago
  38. 36af4d3 THRIFT-1972 Add async server processors to Java by Jake Luciani · 12 years ago
  39. d7b4579 THRIFT-1965 Adds Graphviz (graph description language) generator by Jens Geyer · 12 years ago
  40. 6d7473d THRIFT-1960 main() declares 22 unused gen bools Patch: Randy Abernethy by Roger Meier · 12 years ago
  41. 0fd47da THRIFT-1956: Switch to Apache Commons Lang 3 by Jake Farrell · 12 years ago
  42. d708ebb THRIFT-1955 Union Type writer generated in C# does not WriteStructBegin by Jens Geyer · 12 years ago
  43. b706b1a THRIFT-1742 Optionally implement hashcode and equals in c# by Jens Geyer · 12 years ago
  44. 47af9f1 THRIFT-1943 docstrings for enum values are ignored by Jens Geyer · 12 years ago
  45. f509df9 THRIFT-1930: C# generates unsigned byte for Thrift "byte" type by Jens Geyer · 12 years ago
  46. 0f8acc5 THRIFT-1924: Delphi: Inconsistency in serialization of optional fields by Jens Geyer · 12 years ago
  47. bdb19a4 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by jfarrell · 12 years ago
  48. de262dc Thrift-1903: PHP namespaces cause binary protocols to not be used by Jake Farrell · 12 years ago
  49. 1bd9424 THRIFT-1933: Delphi generator crashes when a typedef references another typedef from an included file by Jens Geyer · 12 years ago
  50. 9322032 THRIFT-1922: Inconsistency in optional fields between Java/C# and python by Jens Geyer · 12 years ago
  51. 4576604 THRIFT-1904 Incorrect code is generated for typedefs which use included types by Jens Geyer · 12 years ago
  52. 2d26f18 Thrift-1806: Python generation always truncates __init__.py files by Jake Farrell · 12 years ago
  53. 3c434ab Thrift-1823:Missing parenthesis breaks "IS_..." macro in generated code by Jake Farrell · 12 years ago
  54. d1fb180 Thrift-1859: Generated error c++ code with -out and include_prefix param by Jake Farrell · 12 years ago
  55. e491d29 THRIFT-1896 cocoa: Add TBase protocol for Cocoa Patch: Kevin Li by Roger Meier · 12 years ago
  56. 5505465 THRIFT-1897 cocoa: Support validation of required fields Patch: Kevin Li by Roger Meier · 12 years ago
  57. 948a2d4 THRIFT-1855 deep-copy for collections of primitives should use copy-constructor by Roger Meier · 12 years ago
  58. 7af5868 THRIFT-1895 Delphi: reserved variable name "result" not detected properly by Jens Geyer · 12 years ago
  59. 19251ad THRIFT-1876 Use enum names instead of casted integers in assignments by Jens Geyer · 12 years ago
  60. b3fb3e6 THRIFT-1318 Incorrect syntax for struct with enum property and default value when value is negative by Jens Geyer · 12 years ago
  61. b19c339 removed unused variable by Jens Geyer · 12 years ago
  62. 20c81ad THRIFT-1704: Tornado support (Python) by Chris Piro · 12 years ago
  63. 92e3860 THRIFT-1614: handle automake >= 1.12 yacc output name (thrifty.hh) by Chris Piro · 12 years ago
  64. 5b0c590 THRIFT-1856: different comments generated Patch: Jake Farrell by Jake Farrell · 12 years ago
  65. 1af5728 THRIFT-1856: different comments generated Patch: Jake Farrell by Jake Farrell · 12 years ago
  66. 3a67c2f THRIFT-1603 Thrift IDL allows for multiple exceptions, args or struct member names to be the same by Jens Geyer · 12 years ago
  67. 814d4c7 THRIFT-1843 Get rid of annoying comma in python function signatures by Roger Meier · 12 years ago
  68. d34bea0 THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode by Roger Meier · 12 years ago
  69. a1e36f6 THRIFT-1832 C# async generator assumes all methods have arguments by Jens Geyer · 12 years ago
  70. d536424 THRIFT-1831 Bug in list deserializer Patch: Satheesh Velmurugan by Roger Meier · 12 years ago
  71. e3da768 THRIFT-1826 update c_glib source header paths Patch: Simon South by Roger Meier · 12 years ago
  72. 945537c THRIFT-1815 Code generators line buffer output Patch: Andrew Gaul by Jens Geyer · 12 years ago
  73. 6df4f3b THRIFT-1779 Missing process_XXXX method in generated TProcessor implementation for all 'oneway' service functions by Roger Meier · 12 years ago
  74. 63e3c63 THRIFT-1800 Documentation text not always escaped correctly when rendered to HTML by Jens Geyer · 12 years ago
  75. c880b44 THRIFT-1799 Option to generate HTML in "standalone mode" Patch: Jens Geyer by Jens Geyer · 12 years ago
  76. 5bcf32b THRIFT-1788 C#: Constants static constructor does not compile by Jens Geyer · 12 years ago
  77. a58a9cb THRIFT-1767 unions can't have required fields (Delphi) by Jens Geyer · 12 years ago
  78. 04f7097 THRIFT-1768 unions can't have required fields (Compiler) Patch: Jens Geyer by Jens Geyer · 12 years ago
  79. 59a884b THRIFT-1794 C# asyncctp broken Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  80. 716454e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Jens Geyer · 12 years ago
  81. 65d83ec THRIFT-1783 C# doesn't handle required fields correctly Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  82. e7b0b69 THRIFT-1630 Equivalent objects that contain sets and maps can serialize differently by Roger Meier · 12 years ago
  83. b030392 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift by Jens Geyer · 12 years ago
  84. 0ab273a THRIFT-1782 async only defined in silverlight Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  85. ad4467e THRIFT-1780 Add option to generate nullable values Patch: Carl Yeksigian by Jens Geyer · 12 years ago
  86. 7740739 THRIFT-1765 Incorrect error message printed for null or negative keys by Jens Geyer · 12 years ago
  87. 2b2560e THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110" by Todd Lipcon · 12 years ago
  88. a212369 THRIFT-1422 async_server.skeleton.cpp include TEventServer.h, but there isn't corresponding file in deed by Roger Meier · 12 years ago
  89. 3e5e9d0 THRIFT-1494 Python generated "Service-remote" script doesn't honor service inheritance by Roger Meier · 12 years ago
  90. 32104d7 THRIFT-1752 structs do not implement Comparable and have a redundant cast by Roger Meier · 12 years ago
  91. 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
  92. e854206 THRIFT-1724 HTML generator doesn't identify unions in output by Roger Meier · 12 years ago
  93. cc6ea42 THRIFT-1731 error: expected identifier before ';' token Patch: Martin Vogt by Roger Meier · 12 years ago
  94. 061d4a2 THRIFT-1695 allow warning-free compilation in VS 2012 and GNU 4.6 by Roger Meier · 12 years ago
  95. 2fd8a15 Thrift-1680:Make install requires GNU make Client: build patch: Jake Farrell by Jake Farrell · 12 years ago
  96. 6e283a0 Thrift-1703:Add leading :: to cpp names Client: c++ Patch: Jochen Topf by Henrique Mendonca · 12 years ago
  97. ffb031d Thrift-1696:Compiler fails if namespace of an unknown language is present in the IDL by Henrique Mendonca · 12 years ago
  98. 3d37fba THRIFT-1694 Re-Enable serialization for WP7 Silverlight Patch: Jens Geyer by Roger Meier · 12 years ago
  99. 3087738 THRIFT-1651 Support annotations on all elements Patch: Benjy Weinberger by Roger Meier · 12 years ago
  100. 5cac98c THRIFT-1686 t_php_generator.cc uses "and" instead of "&&", and causes compiler errors with Visual Studio by Roger Meier · 12 years ago