1. fdef47e -- Servers should not crash on accept. by Aditya Agarwal · 18 years ago
  2. 6a47fed Thrift supports the "senum" type now by Mark Slee · 18 years ago
  3. af602f5 -- Remove reference to TBufferedRouter.h/cpp in Makefile by Aditya Agarwal · 18 years ago
  4. 9bae5e7 -- typo in TSocket by Aditya Agarwal · 18 years ago
  5. 748d83f xsd_attrs are a FieldList now, so you can have multiple of them and they are typed by Mark Slee · 18 years ago
  6. 81cf1e5 Thrift code-gen optimizations to use raw pointers where possible by Mark Slee · 18 years ago
  7. 43b6c63 Protocol should hang onto shared pointer for protection but always use underlying raw pointer by Mark Slee · 18 years ago
  8. 7df0e2a Thrift support for the xsd_nillable attribute by Mark Slee · 18 years ago
  9. 86c87b0 NAmespace PHP exceptions in catch block properly and add getName() method to generated structs by Mark Slee · 18 years ago
  10. e12d485 -- TBufferedRouterTransport being renamed to TPipedTransport by Aditya Agarwal · 18 years ago
  11. 5a42958 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  12. 6a5bcaa -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  13. f954f97 -- Allow specification of socket timeouts in thrift python socket code by Aditya Agarwal · 18 years ago
  14. 5c46819 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  15. 21135c3 Adding XSD attribute support by Mark Slee · 18 years ago
  16. 74eea20 svn adding t_doc.h by Mark Slee · 18 years ago
  17. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  18. 92a2eac Thrift: Exception message is protected and accessible to derived classes. by Martin Kraemer · 18 years ago
  19. f53b5cf adding documentation syntax to thrift by ccheever · 18 years ago
  20. 10640d8 Thrift fixes for Exceptions and TServerSocket by Martin Kraemer · 18 years ago
  21. f23cfd8 TFileTransport %lu => %u by Mark Slee · 18 years ago
  22. 8cbda85 Prevent direct instantation of ThreadManager by Mark Slee · 18 years ago
  23. 739dbe5 Bring C++ thrift stress test up to date with new constructs by Mark Slee · 18 years ago
  24. b3cb629 Adding threaded server to Thrift by Mark Slee · 18 years ago
  25. 7a20a14 Fix bufferedroutertransport overflow bugs by Mark Slee · 18 years ago
  26. 7ff3245 Default values and nullification for thrift code by Mark Slee · 18 years ago
  27. 29cbeb6 Thrift: Fix xsd:sequence and xsd:all minOccurs/maxOccurs generation by dave · 18 years ago
  28. cb126a0 Fix for TBufferedTransport double-buffer-size strings by Mark Slee · 18 years ago
  29. 492d223 Thrift: Finish namespace generation from xsd_namespace command by dave · 18 years ago
  30. 0d9199e xsd_namespace keyword for thrift by Mark Slee · 18 years ago
  31. aaa23ed Move var declarations out of switch blocks in Thrift by Mark Slee · 18 years ago
  32. 4637bfb Thrift: Small changes to support XSD generation by dave · 18 years ago
  33. 2006d99 Thrift gen'd code now checks for field ID AND type matches by Mark Slee · 18 years ago
  34. a7747c2 Fix HashMap => AbstractMap conversions in Java test thrift code by Mark Slee · 18 years ago
  35. cb09cfa Update configure.ac to include compiler/cpp directory by Mark Slee · 18 years ago
  36. 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
  37. 5091917 Thrift: indentation by Martin Kraemer · 18 years ago
  38. 0788a70 Separate thrift into libthrift and libthriftnb by Mark Slee · 18 years ago
  39. 6f5e2cb Fix relative paths in test dirs by Mark Slee · 18 years ago
  40. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  41. 79e025b Fix bootstrap for the jwang by Mark Slee · 18 years ago
  42. 2c9f2fb -- ThriftLogfile is finally done. by Aditya Agarwal · 18 years ago
  43. 938bc38 Fix Makefile to use thrifty.yy and thriftl.ll by Mark Slee · 18 years ago
  44. cc11b06 Rename some thrif tcompiler files by Mark Slee · 18 years ago
  45. 9e288d4 Add some smaller test cases and fix new single protocol/transport C++ test by Mark Slee · 18 years ago
  46. 68f08ee -- Error recovery code for thrift logfile by Aditya Agarwal · 18 years ago
  47. c425780 Thrift socket should not perror in the TRYAGAIN state by Mark Slee · 18 years ago
  48. c42ecd5 No more getInputTransport vs getOutputTransport in protocols by Mark Slee · 18 years ago
  49. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  50. bf05a60 Generate pargs an presult helpers in C++ to be more efficient in thrift by Mark Slee · 18 years ago
  51. 1921d20 Fix C++ Thrift test code to work with new gen'd code interface by Mark Slee · 18 years ago
  52. f937339 Nonblockingserver constructor that uses binary protocol factory by default by Mark Slee · 18 years ago
  53. 502ea8a -- thrift logfile fixes by Aditya Agarwal · 18 years ago
  54. 8896a54 No need to generate private __construct() function if the class is already final by Mark Slee · 18 years ago
  55. f49041c Use proper name for catching exceptions by Mark Slee · 18 years ago
  56. eb08f9e Thrift XSD generator populates PHP globals with type names for typedeffed stuffs by Mark Slee · 18 years ago
  57. 36bfa2e Allow field elements to be optional in thrift with xsd_optional keyword by Mark Slee · 18 years ago
  58. b6200d8 Add comma-separated list of type "slist" to thrift by Mark Slee · 18 years ago
  59. 1ea9052 -- Nonblocking server changes to allow logging by Aditya Agarwal · 18 years ago
  60. 782abbb Add xsd_all keyword to Thrift by Mark Slee · 18 years ago
  61. 0e0ff7e Thrift now generates XSD files by Mark Slee · 18 years ago
  62. ace6e6d Resolve typedefs in php generation by Mark Slee · 18 years ago
  63. 06098d7 Remove py compiler from thrift repo by Mark Slee · 18 years ago
  64. 032606b Fix changing struct name bug on C++ generation by Mark Slee · 18 years ago
  65. 794568b -- additions to ThriftLogfile by Aditya Agarwal · 18 years ago
  66. f3763a1 Do not generate write code for null fields in Java by Mark Slee · 18 years ago
  67. 7628fd7 Add mkdir for bin in thrift compiler by Mark Slee · 18 years ago
  68. 12f6631 Fix bugs with php_namespace keyword in thrift by Mark Slee · 18 years ago
  69. 893ef72 Fix identifier typo in Thrift error message. by Karl Lehenbauer · 18 years ago
  70. 85ca7a1 Added ax_event_base.m4 to find and configure libevent by Marc Slemko · 18 years ago
  71. 75c2f70 Make boost base default to yes to make sure we don't get through configure without boost by Marc Slemko · 18 years ago
  72. 5ec1993 Resolve complex typedefs in Thrift by Mark Slee · 18 years ago
  73. a340e0d Thrift should generate C++ enums first before typdefs by Mark Slee · 18 years ago
  74. 406a40c Prefix generated _args and _result helper classes with service name by Mark Slee · 18 years ago
  75. d95abdd Added autoconf/automake glue to run lib/py/setup.py as part of make install by Marc Slemko · 18 years ago
  76. b0fac3e Fixed some warnings, changed TSocketPool to inherit debugHandler from TSocket by robert · 18 years ago
  77. ebc99e0 -- Allow manual setting of host and port in TSocket by Aditya Agarwal · 18 years ago
  78. 1c989f2 Added open, close, and isOpen to TFramedTransport reviewed: mcslee revert: yes by robert · 18 years ago
  79. a45909b Thrift C++ code generator returns complex types by reference by Mark Slee · 18 years ago
  80. 529bfee Committing code gen changes for const ref args to functions in Thrift by Mark Slee · 18 years ago
  81. e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
  82. f12865a Disallow keywords in Thrift files by Mark Slee · 18 years ago
  83. 2f816f2 minor syntax change in thrift php library, reviewed by slee, revertible by Adam Nichols · 18 years ago
  84. e7714a6 Fix call_user_func bug on debugHandler_ by Mark Slee · 18 years ago
  85. a4713ea Example syntax for constants in Thrift by Mark Slee · 18 years ago
  86. ad58f95 Add options to thrift transport classes for custom error handlers by Mark Slee · 18 years ago
  87. a09e34e Fix typo class variable bug in TSocketPool by Mark Slee · 18 years ago
  88. fde62cb Fixed typo in Thrift README by putnam · 18 years ago
  89. 7951119 fixed a problem with read buffer resizing in TNonblockingServer by robert · 18 years ago
  90. 3fa9d24 fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it. by robert · 18 years ago
  91. 2abc9df message_ in TException can't be const or subclasses break by Mark Slee · 18 years ago
  92. 706da40 Fix exceptions throw() and virtual destructor by Mark Slee · 18 years ago
  93. 971fda3 All user-defined thrift exceptions inherit from TException by Mark Slee · 18 years ago
  94. 0524bce Another AccessNull bug fix in Thrift by Mark Slee · 18 years ago
  95. 069d31e Fix c++ Null inheritance issue by Mark Slee · 18 years ago
  96. cbea1c7 Take out timestamps from generated files by Mark Slee · 18 years ago
  97. 8196a61 Thrift TException Cleanup by Martin Kraemer · 18 years ago
  98. 25b2936 -- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp by Aditya Agarwal · 18 years ago
  99. 0c341a1 -- Check all system call return values by Aditya Agarwal · 18 years ago
  100. e9ef8d7 -- TFileTransport (Thrift Logfile) by Aditya Agarwal · 18 years ago