1. a7747c2 Fix HashMap => AbstractMap conversions in Java test thrift code by Mark Slee · 18 years ago
  2. cb09cfa Update configure.ac to include compiler/cpp directory by Mark Slee · 18 years ago
  3. 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
  4. 5091917 Thrift: indentation by Martin Kraemer · 18 years ago
  5. 0788a70 Separate thrift into libthrift and libthriftnb by Mark Slee · 18 years ago
  6. 6f5e2cb Fix relative paths in test dirs by Mark Slee · 18 years ago
  7. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  8. 79e025b Fix bootstrap for the jwang by Mark Slee · 18 years ago
  9. 2c9f2fb -- ThriftLogfile is finally done. by Aditya Agarwal · 18 years ago
  10. 938bc38 Fix Makefile to use thrifty.yy and thriftl.ll by Mark Slee · 18 years ago
  11. cc11b06 Rename some thrif tcompiler files by Mark Slee · 18 years ago
  12. 9e288d4 Add some smaller test cases and fix new single protocol/transport C++ test by Mark Slee · 18 years ago
  13. 68f08ee -- Error recovery code for thrift logfile by Aditya Agarwal · 18 years ago
  14. c425780 Thrift socket should not perror in the TRYAGAIN state by Mark Slee · 18 years ago
  15. c42ecd5 No more getInputTransport vs getOutputTransport in protocols by Mark Slee · 18 years ago
  16. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  17. bf05a60 Generate pargs an presult helpers in C++ to be more efficient in thrift by Mark Slee · 18 years ago
  18. 1921d20 Fix C++ Thrift test code to work with new gen'd code interface by Mark Slee · 18 years ago
  19. f937339 Nonblockingserver constructor that uses binary protocol factory by default by Mark Slee · 18 years ago
  20. 502ea8a -- thrift logfile fixes by Aditya Agarwal · 18 years ago
  21. 8896a54 No need to generate private __construct() function if the class is already final by Mark Slee · 18 years ago
  22. f49041c Use proper name for catching exceptions by Mark Slee · 18 years ago
  23. eb08f9e Thrift XSD generator populates PHP globals with type names for typedeffed stuffs by Mark Slee · 18 years ago
  24. 36bfa2e Allow field elements to be optional in thrift with xsd_optional keyword by Mark Slee · 18 years ago
  25. b6200d8 Add comma-separated list of type "slist" to thrift by Mark Slee · 18 years ago
  26. 1ea9052 -- Nonblocking server changes to allow logging by Aditya Agarwal · 18 years ago
  27. 782abbb Add xsd_all keyword to Thrift by Mark Slee · 18 years ago
  28. 0e0ff7e Thrift now generates XSD files by Mark Slee · 18 years ago
  29. ace6e6d Resolve typedefs in php generation by Mark Slee · 18 years ago
  30. 06098d7 Remove py compiler from thrift repo by Mark Slee · 18 years ago
  31. 032606b Fix changing struct name bug on C++ generation by Mark Slee · 18 years ago
  32. 794568b -- additions to ThriftLogfile by Aditya Agarwal · 18 years ago
  33. f3763a1 Do not generate write code for null fields in Java by Mark Slee · 18 years ago
  34. 7628fd7 Add mkdir for bin in thrift compiler by Mark Slee · 18 years ago
  35. 12f6631 Fix bugs with php_namespace keyword in thrift by Mark Slee · 18 years ago
  36. 893ef72 Fix identifier typo in Thrift error message. by Karl Lehenbauer · 18 years ago
  37. 85ca7a1 Added ax_event_base.m4 to find and configure libevent by Marc Slemko · 18 years ago
  38. 75c2f70 Make boost base default to yes to make sure we don't get through configure without boost by Marc Slemko · 18 years ago
  39. 5ec1993 Resolve complex typedefs in Thrift by Mark Slee · 18 years ago
  40. a340e0d Thrift should generate C++ enums first before typdefs by Mark Slee · 18 years ago
  41. 406a40c Prefix generated _args and _result helper classes with service name by Mark Slee · 18 years ago
  42. d95abdd Added autoconf/automake glue to run lib/py/setup.py as part of make install by Marc Slemko · 18 years ago
  43. b0fac3e Fixed some warnings, changed TSocketPool to inherit debugHandler from TSocket by robert · 18 years ago
  44. ebc99e0 -- Allow manual setting of host and port in TSocket by Aditya Agarwal · 18 years ago
  45. 1c989f2 Added open, close, and isOpen to TFramedTransport reviewed: mcslee revert: yes by robert · 18 years ago
  46. a45909b Thrift C++ code generator returns complex types by reference by Mark Slee · 18 years ago
  47. 529bfee Committing code gen changes for const ref args to functions in Thrift by Mark Slee · 18 years ago
  48. e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
  49. f12865a Disallow keywords in Thrift files by Mark Slee · 18 years ago
  50. 2f816f2 minor syntax change in thrift php library, reviewed by slee, revertible by Adam Nichols · 18 years ago
  51. e7714a6 Fix call_user_func bug on debugHandler_ by Mark Slee · 18 years ago
  52. a4713ea Example syntax for constants in Thrift by Mark Slee · 18 years ago
  53. ad58f95 Add options to thrift transport classes for custom error handlers by Mark Slee · 18 years ago
  54. a09e34e Fix typo class variable bug in TSocketPool by Mark Slee · 18 years ago
  55. fde62cb Fixed typo in Thrift README by putnam · 18 years ago
  56. 7951119 fixed a problem with read buffer resizing in TNonblockingServer by robert · 18 years ago
  57. 3fa9d24 fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it. by robert · 18 years ago
  58. 2abc9df message_ in TException can't be const or subclasses break by Mark Slee · 18 years ago
  59. 706da40 Fix exceptions throw() and virtual destructor by Mark Slee · 18 years ago
  60. 971fda3 All user-defined thrift exceptions inherit from TException by Mark Slee · 18 years ago
  61. 0524bce Another AccessNull bug fix in Thrift by Mark Slee · 18 years ago
  62. 069d31e Fix c++ Null inheritance issue by Mark Slee · 18 years ago
  63. cbea1c7 Take out timestamps from generated files by Mark Slee · 18 years ago
  64. 8196a61 Thrift TException Cleanup by Martin Kraemer · 18 years ago
  65. 25b2936 -- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp by Aditya Agarwal · 18 years ago
  66. 0c341a1 -- Check all system call return values by Aditya Agarwal · 18 years ago
  67. e9ef8d7 -- TFileTransport (Thrift Logfile) by Aditya Agarwal · 18 years ago
  68. 962a858 Generate a null implementation of thrift C++ class for easy subclassing by Mark Slee · 18 years ago
  69. 97f9d60 Thrift TException does not properly define virtual what() method. by Martin Kraemer · 18 years ago
  70. 3860c9a Fix TSimpleServer exception bug by Mark Slee · 18 years ago
  71. 807b2c6 Missing file in thrift parser, sorry d00dz! by Mark Slee · 18 years ago
  72. 7657fa9 Oops take out printf debug by Mark Slee · 18 years ago
  73. 600cdb3 Thrift supports HEX notation for int consts and proper python/php sets by Mark Slee · 18 years ago
  74. 67fc634 Strings in JSON style thrift constants do not need quotes by Mark Slee · 18 years ago
  75. aa7671d Thrift supports arbitrarily typed constants across all languages by Mark Slee · 18 years ago
  76. 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
  77. d3bc1a5 Fix _seqid to seqid_ name change in PHP by Mark Slee · 18 years ago
  78. e598d07 Thrift: Fix PHP socket fread return by Mark Slee · 18 years ago
  79. 216e7d6 Fix thrift compiler typedef support by Mark Slee · 18 years ago
  80. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  81. 588e452 Fix bad implode call with nonexistant class variable in PHP SocketPool by Mark Slee · 18 years ago
  82. 04cc605 Comma after ENUM with no explicit value by Mark Slee · 18 years ago
  83. 6e81b3f Rest definition should not implement interface, the method signatures are different. by Mark Slee · 18 years ago
  84. 5ea94d4 Thrift generates a REST handler for PHP code by Mark Slee · 18 years ago
  85. 19e71c3 All thrift PHP class constructors can take an array as the constructor argument by Mark Slee · 18 years ago
  86. 52cb223 I lied before, now thrift really supports single or double dashes by Mark Slee · 18 years ago
  87. 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
  88. 32c66e1 Thrift Include Path Specification by Martin Kraemer · 18 years ago
  89. ae2bc3c Do not print ; in thrift parser by Mark Slee · 18 years ago
  90. 9683f77 Fix TType.php problem by Mark Slee · 18 years ago
  91. 8d2b238 Fix C++ skeleton code generator by Mark Slee · 18 years ago
  92. 207cb46 Make commas and/or semicolons both optional in thrift by Mark Slee · 18 years ago
  93. b39dbc5 Iterate python dictionaries with for k,v in dict.items() by Mark Slee · 18 years ago
  94. bc4bc0f Py inherited processor must pass handler to parent constructor by Mark Slee · 18 years ago
  95. 6b4783b Inherited processors must call parent constructor in python by Mark Slee · 18 years ago
  96. e2bd58d Add python scons rules by Mark Slee · 18 years ago
  97. 725f9e6 Use AbstractMap instead of HashMap by Mark Slee · 18 years ago
  98. 0f70d77 Mutex was missing from libthrift build by Mark Slee · 18 years ago
  99. d07ce60 Fix Python indentation for async methods by Mark Slee · 18 years ago
  100. 5ee76f8 Skeletons should use virtual inheritance from the interface base by Mark Slee · 18 years ago