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