1. 89e2bb8 Applying Thrift software license to Python source by Mark Slee · 18 years ago
  2. 7eb0d63 Apply Thrift license to Java sources by Mark Slee · 18 years ago
  3. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  4. 57cc25e Some Thrift documentation cleanups by Mark Slee · 18 years ago
  5. 7a49888 TApplicationException handling in PHP generated thrift code by Mark Slee · 18 years ago
  6. 0af62d1 Bogus $this->type in TApplicationException in PHP by Mark Slee · 18 years ago
  7. bd8b991 Python HttpClient for Thrift by Mark Slee · 18 years ago
  8. 2a22a88 Thrift HTTP client optimizations by Mark Slee · 18 years ago
  9. 4401814 Various bug fixes with the THttpClient by Mark Slee · 18 years ago
  10. a2c760b Whoops there were 2 extra spaces in this code by Mark Slee · 18 years ago
  11. 8a98e1b Thrift HTTP client in C++ by Mark Slee · 18 years ago
  12. d395d57 Same fix to thrift codebase by Mark Slee · 18 years ago
  13. 49aea10 -- fix overflow error in seekToChunk() by Aditya Agarwal · 18 years ago
  14. 1ecb1b0 Fix thrift includes by Mark Slee · 18 years ago
  15. dac7856 Proper exception types in PHP thrift by Mark Slee · 18 years ago
  16. 44e5f01 Remove nonexistent TBuf ref by Mark Slee · 18 years ago
  17. e74306a Move constant defs into Thrift.py to avoid cirulcar includes by Mark Slee · 18 years ago
  18. b0060b0 Python application level exceptions by Mark Slee · 18 years ago
  19. e129a2d Some thrift test code fixes by Mark Slee · 18 years ago
  20. 92195ae Starting python exception handling cleanup by Mark Slee · 18 years ago
  21. e534119 protocol exceptions in java by Mark Slee · 18 years ago
  22. b46c041 More java error codes in thrift by Mark Slee · 18 years ago
  23. a9848d7 New thrift c++ error code by Mark Slee · 18 years ago
  24. 5e04657 Thrift application exceptions in Java, code gen by Mark Slee · 18 years ago
  25. 3d42440 Thrift application exceptions in Java by Mark Slee · 18 years ago
  26. 4c948d4 C++ Thrift server throws application exceptions for invalid message types by Mark Slee · 18 years ago
  27. f3d3363 Application exception types for Thrift by Mark Slee · 18 years ago
  28. 2c2a648 Gen code with /usr/bin/env python not /usr/bin/python by Mark Slee · 18 years ago
  29. ecf490e Python code gen includes __init__.py and package directory by Mark Slee · 18 years ago
  30. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  31. 3cd75f5 Include debug symbols in thrift builds by default by Mark Slee · 18 years ago
  32. 98e962b Generate Java code into proper source directory heirarchy by Mark Slee · 18 years ago
  33. 0e52839 Take out debug print in TServer constructor by Mark Slee · 18 years ago
  34. 04342d8 another typo i missed by Mark Slee · 18 years ago
  35. fb84b2b Adityaslop typos in thrift py server by Mark Slee · 18 years ago
  36. a0c9241 Thrift: Changing TFileTransport to use the same buffer-swap mechanism that pillar does by James Wang · 18 years ago
  37. afc7654 Take brackets out of cpp_type bit by Mark Slee · 18 years ago
  38. 9f8361f Fix code gen to getTransport() not getOutputTransport() by Mark Slee · 18 years ago
  39. 907e3d6 Fix handling of accept() exceptions in threadedserver by Mark Slee · 18 years ago
  40. 0b64e77 Thrift: PHP Socket instrumentation for connect/read/write issues by Martin Kraemer · 18 years ago
  41. e1165d4 Implement TSimpleServer in Ruby by Mark Slee · 18 years ago
  42. 157d9f7 Ruby test server code by Mark Slee · 18 years ago
  43. da748dd Fixes for ruby server code gen by Mark Slee · 18 years ago
  44. 79e41b8 Update test code with TPipedTransport by Mark Slee · 18 years ago
  45. fdef47e -- Servers should not crash on accept. by Aditya Agarwal · 18 years ago
  46. 6a47fed Thrift supports the "senum" type now by Mark Slee · 18 years ago
  47. af602f5 -- Remove reference to TBufferedRouter.h/cpp in Makefile by Aditya Agarwal · 18 years ago
  48. 9bae5e7 -- typo in TSocket by Aditya Agarwal · 18 years ago
  49. 748d83f xsd_attrs are a FieldList now, so you can have multiple of them and they are typed by Mark Slee · 18 years ago
  50. 81cf1e5 Thrift code-gen optimizations to use raw pointers where possible by Mark Slee · 18 years ago
  51. 43b6c63 Protocol should hang onto shared pointer for protection but always use underlying raw pointer by Mark Slee · 18 years ago
  52. 7df0e2a Thrift support for the xsd_nillable attribute by Mark Slee · 18 years ago
  53. 86c87b0 NAmespace PHP exceptions in catch block properly and add getName() method to generated structs by Mark Slee · 18 years ago
  54. e12d485 -- TBufferedRouterTransport being renamed to TPipedTransport by Aditya Agarwal · 18 years ago
  55. 5a42958 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  56. 6a5bcaa -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  57. f954f97 -- Allow specification of socket timeouts in thrift python socket code by Aditya Agarwal · 18 years ago
  58. 5c46819 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  59. 21135c3 Adding XSD attribute support by Mark Slee · 18 years ago
  60. 74eea20 svn adding t_doc.h by Mark Slee · 18 years ago
  61. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  62. 92a2eac Thrift: Exception message is protected and accessible to derived classes. by Martin Kraemer · 18 years ago
  63. f53b5cf adding documentation syntax to thrift by ccheever · 18 years ago
  64. 10640d8 Thrift fixes for Exceptions and TServerSocket by Martin Kraemer · 18 years ago
  65. f23cfd8 TFileTransport %lu => %u by Mark Slee · 18 years ago
  66. 8cbda85 Prevent direct instantation of ThreadManager by Mark Slee · 18 years ago
  67. 739dbe5 Bring C++ thrift stress test up to date with new constructs by Mark Slee · 18 years ago
  68. b3cb629 Adding threaded server to Thrift by Mark Slee · 18 years ago
  69. 7a20a14 Fix bufferedroutertransport overflow bugs by Mark Slee · 18 years ago
  70. 7ff3245 Default values and nullification for thrift code by Mark Slee · 18 years ago
  71. 29cbeb6 Thrift: Fix xsd:sequence and xsd:all minOccurs/maxOccurs generation by dave · 18 years ago
  72. cb126a0 Fix for TBufferedTransport double-buffer-size strings by Mark Slee · 18 years ago
  73. 492d223 Thrift: Finish namespace generation from xsd_namespace command by dave · 18 years ago
  74. 0d9199e xsd_namespace keyword for thrift by Mark Slee · 18 years ago
  75. aaa23ed Move var declarations out of switch blocks in Thrift by Mark Slee · 18 years ago
  76. 4637bfb Thrift: Small changes to support XSD generation by dave · 18 years ago
  77. 2006d99 Thrift gen'd code now checks for field ID AND type matches by Mark Slee · 18 years ago
  78. a7747c2 Fix HashMap => AbstractMap conversions in Java test thrift code by Mark Slee · 18 years ago
  79. cb09cfa Update configure.ac to include compiler/cpp directory by Mark Slee · 18 years ago
  80. 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
  81. 5091917 Thrift: indentation by Martin Kraemer · 18 years ago
  82. 0788a70 Separate thrift into libthrift and libthriftnb by Mark Slee · 18 years ago
  83. 6f5e2cb Fix relative paths in test dirs by Mark Slee · 18 years ago
  84. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  85. 79e025b Fix bootstrap for the jwang by Mark Slee · 18 years ago
  86. 2c9f2fb -- ThriftLogfile is finally done. by Aditya Agarwal · 18 years ago
  87. 938bc38 Fix Makefile to use thrifty.yy and thriftl.ll by Mark Slee · 18 years ago
  88. cc11b06 Rename some thrif tcompiler files by Mark Slee · 18 years ago
  89. 9e288d4 Add some smaller test cases and fix new single protocol/transport C++ test by Mark Slee · 18 years ago
  90. 68f08ee -- Error recovery code for thrift logfile by Aditya Agarwal · 18 years ago
  91. c425780 Thrift socket should not perror in the TRYAGAIN state by Mark Slee · 18 years ago
  92. c42ecd5 No more getInputTransport vs getOutputTransport in protocols by Mark Slee · 18 years ago
  93. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  94. bf05a60 Generate pargs an presult helpers in C++ to be more efficient in thrift by Mark Slee · 18 years ago
  95. 1921d20 Fix C++ Thrift test code to work with new gen'd code interface by Mark Slee · 18 years ago
  96. f937339 Nonblockingserver constructor that uses binary protocol factory by default by Mark Slee · 18 years ago
  97. 502ea8a -- thrift logfile fixes by Aditya Agarwal · 18 years ago
  98. 8896a54 No need to generate private __construct() function if the class is already final by Mark Slee · 18 years ago
  99. f49041c Use proper name for catching exceptions by Mark Slee · 18 years ago
  100. eb08f9e Thrift XSD generator populates PHP globals with type names for typedeffed stuffs by Mark Slee · 18 years ago