1. 92e10d8 Make the XSD generator use non-hardcoded namespaces. by David Reiss · 16 years ago
  2. 782cb67 Allow the Thrift compiler to be built without the XSD generator. by David Reiss · 16 years ago
  3. 3ac5b6a Remove t_xsd_generator.h. by David Reiss · 16 years ago
  4. 4ba6710 Make the XSD generator dynamic. by David Reiss · 16 years ago
  5. f3b0db3 Allow the Thrift compiler to be built without the Erlang generator. by David Reiss · 16 years ago
  6. 9f16d78 Remove t_erl_generator.h. by David Reiss · 16 years ago
  7. a204783 Make the Erlang generator dynamic. by David Reiss · 16 years ago
  8. bbbbe88 THRIFT-325. Include t_generator.h in main.cc by David Reiss · 16 years ago
  9. fdd8b5a THRIFT-340. python: Detect endianness properly on FreeBSD by David Reiss · 16 years ago
  10. d831a21 THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible by David Reiss · 16 years ago
  11. 067c9af THRIFT-199. perl: Let "make distclean" work when we are not using Perl by David Reiss · 16 years ago
  12. 035aed9 cpp: Fix implementations of "list<bool>" by David Reiss · 16 years ago
  13. 7d3df42 cpp: Fix "make check" by defining a comparator for "Empty" by David Reiss · 16 years ago
  14. 30e1de9 THRIFT-316. java: @Override isn't generated for hashCode() without the hash code builder by Bryan Duxbury · 16 years ago
  15. c707855 THRIFT-318. java: Performance of HashSet for enumeration VALID_VALUES seems poor by Bryan Duxbury · 16 years ago
  16. 538e344 THRIFT-110. java: A more compact format by Bryan Duxbury · 16 years ago
  17. 6ad6251 java: Fix a minor formatting problem in the gen-code by David Reiss · 16 years ago
  18. bb7826d THRIFT-10. java: Descriptors used during serialization should be immutable objects by Bryan Duxbury · 16 years ago
  19. d83e250 THRIFT-321. java: THRIFT-303 broke EqualityTest Regenerated test code. by Bryan Duxbury · 16 years ago
  20. f28f826 THRIFT-159. csharp: Compiler doesn't add package scope to exceptions in catch blocks and assigns to unused local var when reading by Bryan Duxbury · 16 years ago
  21. a7fc092 THRIFT-256. python: Fix inheritance of services in the same IDL file by David Reiss · 16 years ago
  22. 8cee47c THRIFT-310. python: Generate valid code for empty services by David Reiss · 16 years ago
  23. 576dfdc THRIFT-292. Install fb303.thrift in a more sensible location by David Reiss · 16 years ago
  24. 4bec874 THRIFT-292. Auto-generate the Python gen-code in build.xml by David Reiss · 16 years ago
  25. cd5284c THRIFT-292. Auto-generate the Java gen-code in build.xml by David Reiss · 16 years ago
  26. f6dffcd THRIFT-292. Delete aclocal.m4, a generated file by David Reiss · 16 years ago
  27. 858519a THRIFT-292. s/facebook::thrift/apache::thrift/ in contrib/fb303/cpp by David Reiss · 16 years ago
  28. f4335df THRIFT-292. Make the #includes in fb303 match the rest of Thrift by David Reiss · 16 years ago
  29. 0b36a2d THRIFT-292. Restore fb303/FacebookBase.py by David Reiss · 16 years ago
  30. 0b7d6fa THRIFT-314. Purge reflection.limited by David Reiss · 16 years ago
  31. d20a1d3 THRIFT-303. java: Changes to __isset interface by Bryan Duxbury · 16 years ago
  32. d73774f java: Added SerializationBenchmark.java, helper class for performing tests on protocols. by Bryan Duxbury · 16 years ago
  33. ead3382 THRIFT-254. rb: Add optional strict version support to binary protocols by Kevin Clark · 16 years ago
  34. 80a44e7 THRIFT-258. csharp: Include all lib source files in Makefile.am by David Reiss · 16 years ago
  35. 670cb0f THRIFT-264. csharp: Include TBufferedTransport in the build on Linux by David Reiss · 16 years ago
  36. 2cdfd37 THRIFT-264. csharp: Use /langversion:linq to fix the Linux build by David Reiss · 16 years ago
  37. 3d0abc3 THRIFT-132. ruby: Ruby generator should use ::Thrift::Foo namespace form by Bryan Duxbury · 16 years ago
  38. 1e80d44 THRIFT-302. ruby: Native extension fails to build by Bryan Duxbury · 16 years ago
  39. f5383b6 THRIFT-297. java: getFieldValue and setFieldValue should be abstract TBase methods by Bryan Duxbury · 16 years ago
  40. dc9092a THRIFT-298. ruby: Exception propagation seems broken for Ruby clients by Bryan Duxbury · 16 years ago
  41. c016628 THRIFT-248. ruby: Factor BinaryProtocolAccelerated into separate protocol and struct components by Bryan Duxbury · 16 years ago
  42. 056bcb6 THRIFT-178. java, csharp, cpp: Final Keyword by Bryan Duxbury · 16 years ago
  43. 7003f87 THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorial by Bryan Duxbury · 16 years ago
  44. df20bb9 add a lot of things to svn:ignore. there are many autogenerated build products that are best ignored, and this gets all of them, I think. by Bryan Duxbury · 16 years ago
  45. c2c8ad8 THRIFT-259. html: Generate "extends" link for extended services by David Reiss · 16 years ago
  46. 1952e54 THRIFT-199: integrate perl into automake by T Jake Luciani · 16 years ago
  47. 4704d43 THRIFT-285. python: Don't generate _result structs for async functions by David Reiss · 16 years ago
  48. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  49. 3fa89e3 THRIFT-209. csharp: Make TTransportFactory.GetTransport virtual by David Reiss · 16 years ago
  50. f78ec2b THRIFT-195. python: Add a simple THttpServer by David Reiss · 16 years ago
  51. 1fe1777 python: Add TFileObjectTransport by David Reiss · 16 years ago
  52. 4c591c9 THRIFT-212. python: Make TFramedTransport implement CReadableTransport by David Reiss · 16 years ago
  53. 647d30d python: Make TFramedTransport use a cStringIO for reading by David Reiss · 16 years ago
  54. fb695b7 python: Eliminate the option of TFramedTransport to not frame by David Reiss · 16 years ago
  55. 9813cbe cpp: Make the test server compatible with the Python test client by David Reiss · 16 years ago
  56. 3166141 python: Make the unit tests run faster and more reliably by David Reiss · 16 years ago
  57. ca82329 THRIFT-295: remove empty directories. by Greg Stein · 16 years ago
  58. c1eb2a7 THRIFT-292 by Greg Stein · 16 years ago
  59. f0d35d2 THRIFT-291 by Greg Stein · 16 years ago
  60. 8341344 Add a few new generated directories to .gitignore by David Reiss · 16 years ago
  61. b96d528 Accidentally svn:ignored Makefile*, getting rid of Makefile.am changes by Bryan Duxbury · 16 years ago
  62. c04452e THRIFT-289. cpp: Fix "make check" by defining a comparator for "Instanity" by David Reiss · 16 years ago
  63. 796381d THRIFT-290. java: Metadata map doesn't properly reference external thrift file's types by Bryan Duxbury · 16 years ago
  64. 50119f1 THRIFT-289. test: "make check" no longer runs the Java tests by Bryan Duxbury · 16 years ago
  65. 9f427ee THRIFT-288. java: Generated code iterates maps during write inefficiently by Bryan Duxbury · 16 years ago
  66. 1f6302f THRIFT-218. java: When validation fails on serialization/deserialization, print out the invalid object by Bryan Duxbury · 16 years ago
  67. 986d705 THRIFT-253. java: Enhance FieldMetaData by Bryan Duxbury · 16 years ago
  68. 9a75aa5 undoing an unintentional commit to ax_java.m4 by Bryan Duxbury · 16 years ago
  69. 249d7cb THRIFT-166. java: Java tests should be in lib/java/test/ by Bryan Duxbury · 16 years ago
  70. 369417a THRIFT-239. java: Generate @Override annotations for all overrided methods by Bryan Duxbury · 16 years ago
  71. 8bb593e THRIFT-284. python: Update tutorial files to use repr by David Reiss · 16 years ago
  72. 4371038 THRIFT-240. java: TBase should implement Cloneable by Bryan Duxbury · 16 years ago
  73. 8bbd844 THRIFT-223 Validate method should check that enum types are assigned valid values by Bryan Duxbury · 16 years ago
  74. 46b77c4 THRIFT-224 Validate method should check that enum types are assigned valid values by Bryan Duxbury · 16 years ago
  75. 9c983c2 THRIFT-271: allows build to locate libevent on osx by T Jake Luciani · 16 years ago
  76. 4c266cc THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactory by David Reiss · 16 years ago
  77. 6713e1b THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBegin by David Reiss · 16 years ago
  78. afa80ea THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not com.facebook.thrift by Bryan Duxbury · 16 years ago
  79. c85fd50 THRIFT-216. Add validate method to fixtures so tests pass by Kevin Clark · 16 years ago
  80. 46bb4ae THRIFT-242. python: Used named arguments in __init__ instead of a dict by David Reiss · 16 years ago
  81. 7bcf866 THRIFT-249. java: Add @param lines to function docstrings by David Reiss · 16 years ago
  82. c654416 THRIFT-129. csharp: Make all Thrift structures extend TBase by David Reiss · 16 years ago
  83. b0f31ef THRIFT-46. csharp: Throw the correct exception for an unknown method by David Reiss · 16 years ago
  84. 6319133 THRIFT-25. csharp: Various compiler and library improvements by David Reiss · 16 years ago
  85. d6b7182 THRIFT-246. rb: Generate #struct_fields rather than reflect. by Kevin Clark · 16 years ago
  86. 41baeab THRIFT-157. rb: Quote strings and qualify class names properly by Kevin Clark · 16 years ago
  87. bcb4cf8 THRFIT-231. rb: Make Thrift::Structs hashable by Kevin Clark · 16 years ago
  88. 8eaebfe THRIFT-235. java: Explicitly cast integer constants to double by David Reiss · 16 years ago
  89. 25be92b THRIFT-222. java: Better exposure if __isset in beans style by David Reiss · 16 years ago
  90. 2db737d java: Add a helper function to implement nocamel style by David Reiss · 16 years ago
  91. b936ffd THRIFT-191. java: Create a static field id -> name map for each struct by David Reiss · 16 years ago
  92. 5455f00 THRIFT-138. java: Fix copy constructor for binary fields by David Reiss · 16 years ago
  93. 888f88b THRIFT-241. python: Generate a better implementation of __repr__ by David Reiss · 16 years ago
  94. 41687fc THRIFT-193: Patch for proper namespace support in perl compiler by T Jake Luciani · 16 years ago
  95. 0d73889 THRIFT-2: check for thrift::socket handle being null by T Jake Luciani · 16 years ago
  96. 0a136c8 THRIFT-208. Fix ax_java.m4 for Ubuntu 8.10 by David Reiss · 16 years ago
  97. a60df1f THRIFT-190. Added dependency check to perl Makefile by T Jake Luciani · 16 years ago
  98. 681e04e THRIFT-220. Add some stuff to svn:ignore by David Reiss · 16 years ago
  99. a8efac8 THRIFT-225. java/cpp: Handle non-i32 integer constants properly by David Reiss · 16 years ago
  100. 083c07a rb: Thrift.check_type should check struct classes [THRIFT-185] by Kevin Clark · 16 years ago