1. 42336c1 THRIFT-368. java: setFieldValue should allow nulls for all field types by Bryan Duxbury · 16 years ago
  2. 0096b20 THRIFT-366. java: Lots of little warnings in java library by Bryan Duxbury · 16 years ago
  3. 56c4836 THRIFT-364. java: Use of enums in other namespaces breaks java generated code by Bryan Duxbury · 16 years ago
  4. e3c3d19 THRIFT-359. java: nocamel style breaks generated services by Bryan Duxbury · 16 years ago
  5. 3637645 THRIFT-229. rb: Don't block indefinitely on connect() by Kevin Clark · 16 years ago
  6. f4d6fa4 THRIFT-358. ruby: Change how external thrift files' generated code is required by Bryan Duxbury · 16 years ago
  7. 022b224 THRIFT-96. cpp: TSocket.peek fails on FreeBSD by Kevin Clark · 16 years ago
  8. 586f0a0 Remove now defunct tests (they've been moved to specs in lib/rb) by Kevin Clark · 16 years ago
  9. af99b5c THRIFT-352. rb: Implicit enums should be valid values by Kevin Clark · 16 years ago
  10. c289608 THRIFT-353. rb: Capitalize module names on ruby generation by Kevin Clark · 16 years ago
  11. 5ace178 THRIFT-265. cpp: Reset buffers every 512 calls in TNonblockingServer by Kevin Clark · 16 years ago
  12. e8d3c47 THRIFT-148. py: One more time, reapply the most *recent* patch by Kevin Clark · 16 years ago
  13. e43f7e0 THRIFT-148. py: Add un-commited file missing from 749510 by Kevin Clark · 16 years ago
  14. 120ff31 THRIFT-148. py: Add support for Twisted by Kevin Clark · 16 years ago
  15. 6b40711 THRIFT-324: replace strlen with length by T Jake Luciani · 16 years ago
  16. b5c9c54 Perl library should honor the INSTALLDIRS variable by Kevin Clark · 16 years ago
  17. 57b5006 THRIFT-348. cpp: Fix readBool for vectors of bools (again) by David Reiss · 16 years ago
  18. f4c71c7 THRIFT-116. java: Isset fields for non-primitive types unnecessary by Bryan Duxbury · 16 years ago
  19. f9d105c THRIFT-116. java: Isset fields for non-primitive types unnecessary by Bryan Duxbury · 16 years ago
  20. d11f241 THRIFT-116. java: Isset fields for non-primitive types unnecessary by Bryan Duxbury · 16 years ago
  21. b139f64 THRIFT-325. Remove a bunch of uses of the old command line format by David Reiss · 16 years ago
  22. 554ea6f Make the PHP generator use non-hardcoded namespaces. by David Reiss · 16 years ago
  23. 32272d9 Allow the Thrift compiler to be built without the PHP generator. by David Reiss · 16 years ago
  24. bba6928 Remove t_php_generator.h. by David Reiss · 16 years ago
  25. a9ea68b Make the PHP generator dynamic. by David Reiss · 16 years ago
  26. 92e10d8 Make the XSD generator use non-hardcoded namespaces. by David Reiss · 16 years ago
  27. 782cb67 Allow the Thrift compiler to be built without the XSD generator. by David Reiss · 16 years ago
  28. 3ac5b6a Remove t_xsd_generator.h. by David Reiss · 16 years ago
  29. 4ba6710 Make the XSD generator dynamic. by David Reiss · 16 years ago
  30. f3b0db3 Allow the Thrift compiler to be built without the Erlang generator. by David Reiss · 16 years ago
  31. 9f16d78 Remove t_erl_generator.h. by David Reiss · 16 years ago
  32. a204783 Make the Erlang generator dynamic. by David Reiss · 16 years ago
  33. bbbbe88 THRIFT-325. Include t_generator.h in main.cc by David Reiss · 16 years ago
  34. fdd8b5a THRIFT-340. python: Detect endianness properly on FreeBSD by David Reiss · 16 years ago
  35. d831a21 THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible by David Reiss · 16 years ago
  36. 067c9af THRIFT-199. perl: Let "make distclean" work when we are not using Perl by David Reiss · 16 years ago
  37. 035aed9 cpp: Fix implementations of "list<bool>" by David Reiss · 16 years ago
  38. 7d3df42 cpp: Fix "make check" by defining a comparator for "Empty" by David Reiss · 16 years ago
  39. 30e1de9 THRIFT-316. java: @Override isn't generated for hashCode() without the hash code builder by Bryan Duxbury · 16 years ago
  40. c707855 THRIFT-318. java: Performance of HashSet for enumeration VALID_VALUES seems poor by Bryan Duxbury · 16 years ago
  41. 538e344 THRIFT-110. java: A more compact format by Bryan Duxbury · 16 years ago
  42. 6ad6251 java: Fix a minor formatting problem in the gen-code by David Reiss · 16 years ago
  43. bb7826d THRIFT-10. java: Descriptors used during serialization should be immutable objects by Bryan Duxbury · 16 years ago
  44. d83e250 THRIFT-321. java: THRIFT-303 broke EqualityTest Regenerated test code. by Bryan Duxbury · 16 years ago
  45. 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
  46. a7fc092 THRIFT-256. python: Fix inheritance of services in the same IDL file by David Reiss · 16 years ago
  47. 8cee47c THRIFT-310. python: Generate valid code for empty services by David Reiss · 16 years ago
  48. 576dfdc THRIFT-292. Install fb303.thrift in a more sensible location by David Reiss · 16 years ago
  49. 4bec874 THRIFT-292. Auto-generate the Python gen-code in build.xml by David Reiss · 16 years ago
  50. cd5284c THRIFT-292. Auto-generate the Java gen-code in build.xml by David Reiss · 16 years ago
  51. f6dffcd THRIFT-292. Delete aclocal.m4, a generated file by David Reiss · 16 years ago
  52. 858519a THRIFT-292. s/facebook::thrift/apache::thrift/ in contrib/fb303/cpp by David Reiss · 16 years ago
  53. f4335df THRIFT-292. Make the #includes in fb303 match the rest of Thrift by David Reiss · 16 years ago
  54. 0b36a2d THRIFT-292. Restore fb303/FacebookBase.py by David Reiss · 16 years ago
  55. 0b7d6fa THRIFT-314. Purge reflection.limited by David Reiss · 16 years ago
  56. d20a1d3 THRIFT-303. java: Changes to __isset interface by Bryan Duxbury · 16 years ago
  57. d73774f java: Added SerializationBenchmark.java, helper class for performing tests on protocols. by Bryan Duxbury · 16 years ago
  58. ead3382 THRIFT-254. rb: Add optional strict version support to binary protocols by Kevin Clark · 16 years ago
  59. 80a44e7 THRIFT-258. csharp: Include all lib source files in Makefile.am by David Reiss · 16 years ago
  60. 670cb0f THRIFT-264. csharp: Include TBufferedTransport in the build on Linux by David Reiss · 16 years ago
  61. 2cdfd37 THRIFT-264. csharp: Use /langversion:linq to fix the Linux build by David Reiss · 16 years ago
  62. 3d0abc3 THRIFT-132. ruby: Ruby generator should use ::Thrift::Foo namespace form by Bryan Duxbury · 16 years ago
  63. 1e80d44 THRIFT-302. ruby: Native extension fails to build by Bryan Duxbury · 16 years ago
  64. f5383b6 THRIFT-297. java: getFieldValue and setFieldValue should be abstract TBase methods by Bryan Duxbury · 16 years ago
  65. dc9092a THRIFT-298. ruby: Exception propagation seems broken for Ruby clients by Bryan Duxbury · 16 years ago
  66. c016628 THRIFT-248. ruby: Factor BinaryProtocolAccelerated into separate protocol and struct components by Bryan Duxbury · 16 years ago
  67. 056bcb6 THRIFT-178. java, csharp, cpp: Final Keyword by Bryan Duxbury · 16 years ago
  68. 7003f87 THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorial by Bryan Duxbury · 16 years ago
  69. 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
  70. c2c8ad8 THRIFT-259. html: Generate "extends" link for extended services by David Reiss · 16 years ago
  71. 1952e54 THRIFT-199: integrate perl into automake by T Jake Luciani · 16 years ago
  72. 4704d43 THRIFT-285. python: Don't generate _result structs for async functions by David Reiss · 16 years ago
  73. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  74. 3fa89e3 THRIFT-209. csharp: Make TTransportFactory.GetTransport virtual by David Reiss · 16 years ago
  75. f78ec2b THRIFT-195. python: Add a simple THttpServer by David Reiss · 16 years ago
  76. 1fe1777 python: Add TFileObjectTransport by David Reiss · 16 years ago
  77. 4c591c9 THRIFT-212. python: Make TFramedTransport implement CReadableTransport by David Reiss · 16 years ago
  78. 647d30d python: Make TFramedTransport use a cStringIO for reading by David Reiss · 16 years ago
  79. fb695b7 python: Eliminate the option of TFramedTransport to not frame by David Reiss · 16 years ago
  80. 9813cbe cpp: Make the test server compatible with the Python test client by David Reiss · 16 years ago
  81. 3166141 python: Make the unit tests run faster and more reliably by David Reiss · 16 years ago
  82. ca82329 THRIFT-295: remove empty directories. by Greg Stein · 16 years ago
  83. c1eb2a7 THRIFT-292 by Greg Stein · 16 years ago
  84. f0d35d2 THRIFT-291 by Greg Stein · 16 years ago
  85. 8341344 Add a few new generated directories to .gitignore by David Reiss · 16 years ago
  86. b96d528 Accidentally svn:ignored Makefile*, getting rid of Makefile.am changes by Bryan Duxbury · 16 years ago
  87. c04452e THRIFT-289. cpp: Fix "make check" by defining a comparator for "Instanity" by David Reiss · 16 years ago
  88. 796381d THRIFT-290. java: Metadata map doesn't properly reference external thrift file's types by Bryan Duxbury · 16 years ago
  89. 50119f1 THRIFT-289. test: "make check" no longer runs the Java tests by Bryan Duxbury · 16 years ago
  90. 9f427ee THRIFT-288. java: Generated code iterates maps during write inefficiently by Bryan Duxbury · 16 years ago
  91. 1f6302f THRIFT-218. java: When validation fails on serialization/deserialization, print out the invalid object by Bryan Duxbury · 16 years ago
  92. 986d705 THRIFT-253. java: Enhance FieldMetaData by Bryan Duxbury · 16 years ago
  93. 9a75aa5 undoing an unintentional commit to ax_java.m4 by Bryan Duxbury · 16 years ago
  94. 249d7cb THRIFT-166. java: Java tests should be in lib/java/test/ by Bryan Duxbury · 16 years ago
  95. 369417a THRIFT-239. java: Generate @Override annotations for all overrided methods by Bryan Duxbury · 16 years ago
  96. 8bb593e THRIFT-284. python: Update tutorial files to use repr by David Reiss · 16 years ago
  97. 4371038 THRIFT-240. java: TBase should implement Cloneable by Bryan Duxbury · 16 years ago
  98. 8bbd844 THRIFT-223 Validate method should check that enum types are assigned valid values by Bryan Duxbury · 16 years ago
  99. 46b77c4 THRIFT-224 Validate method should check that enum types are assigned valid values by Bryan Duxbury · 16 years ago
  100. 9c983c2 THRIFT-271: allows build to locate libevent on osx by T Jake Luciani · 16 years ago