1. 6a5bcaa -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  2. f954f97 -- Allow specification of socket timeouts in thrift python socket code by Aditya Agarwal · 18 years ago
  3. 5c46819 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  4. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  5. 92a2eac Thrift: Exception message is protected and accessible to derived classes. by Martin Kraemer · 18 years ago
  6. 10640d8 Thrift fixes for Exceptions and TServerSocket by Martin Kraemer · 18 years ago
  7. f23cfd8 TFileTransport %lu => %u by Mark Slee · 18 years ago
  8. 8cbda85 Prevent direct instantation of ThreadManager by Mark Slee · 18 years ago
  9. b3cb629 Adding threaded server to Thrift by Mark Slee · 18 years ago
  10. 7a20a14 Fix bufferedroutertransport overflow bugs by Mark Slee · 18 years ago
  11. cb126a0 Fix for TBufferedTransport double-buffer-size strings by Mark Slee · 18 years ago
  12. aaa23ed Move var declarations out of switch blocks in Thrift 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. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  17. 2c9f2fb -- ThriftLogfile is finally done. by Aditya Agarwal · 18 years ago
  18. 68f08ee -- Error recovery code for thrift logfile by Aditya Agarwal · 18 years ago
  19. c425780 Thrift socket should not perror in the TRYAGAIN state by Mark Slee · 18 years ago
  20. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  21. f937339 Nonblockingserver constructor that uses binary protocol factory by default by Mark Slee · 18 years ago
  22. 502ea8a -- thrift logfile fixes by Aditya Agarwal · 18 years ago
  23. 1ea9052 -- Nonblocking server changes to allow logging by Aditya Agarwal · 18 years ago
  24. 794568b -- additions to ThriftLogfile by Aditya Agarwal · 18 years ago
  25. 893ef72 Fix identifier typo in Thrift error message. by Karl Lehenbauer · 18 years ago
  26. 85ca7a1 Added ax_event_base.m4 to find and configure libevent by Marc Slemko · 18 years ago
  27. 75c2f70 Make boost base default to yes to make sure we don't get through configure without boost by Marc Slemko · 18 years ago
  28. d95abdd Added autoconf/automake glue to run lib/py/setup.py as part of make install by Marc Slemko · 18 years ago
  29. b0fac3e Fixed some warnings, changed TSocketPool to inherit debugHandler from TSocket by robert · 18 years ago
  30. ebc99e0 -- Allow manual setting of host and port in TSocket by Aditya Agarwal · 18 years ago
  31. 1c989f2 Added open, close, and isOpen to TFramedTransport reviewed: mcslee revert: yes by robert · 18 years ago
  32. 2f816f2 minor syntax change in thrift php library, reviewed by slee, revertible by Adam Nichols · 18 years ago
  33. e7714a6 Fix call_user_func bug on debugHandler_ by Mark Slee · 18 years ago
  34. ad58f95 Add options to thrift transport classes for custom error handlers by Mark Slee · 18 years ago
  35. a09e34e Fix typo class variable bug in TSocketPool by Mark Slee · 18 years ago
  36. 7951119 fixed a problem with read buffer resizing in TNonblockingServer by robert · 18 years ago
  37. 3fa9d24 fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it. by robert · 18 years ago
  38. 2abc9df message_ in TException can't be const or subclasses break by Mark Slee · 18 years ago
  39. 8196a61 Thrift TException Cleanup by Martin Kraemer · 18 years ago
  40. 25b2936 -- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp by Aditya Agarwal · 18 years ago
  41. 0c341a1 -- Check all system call return values by Aditya Agarwal · 18 years ago
  42. e9ef8d7 -- TFileTransport (Thrift Logfile) by Aditya Agarwal · 18 years ago
  43. 97f9d60 Thrift TException does not properly define virtual what() method. by Martin Kraemer · 18 years ago
  44. 3860c9a Fix TSimpleServer exception bug by Mark Slee · 18 years ago
  45. e598d07 Thrift: Fix PHP socket fread return by Mark Slee · 18 years ago
  46. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  47. 588e452 Fix bad implode call with nonexistant class variable in PHP SocketPool by Mark Slee · 18 years ago
  48. 9683f77 Fix TType.php problem by Mark Slee · 18 years ago
  49. e2bd58d Add python scons rules by Mark Slee · 18 years ago
  50. 0f70d77 Mutex was missing from libthrift build by Mark Slee · 18 years ago
  51. 63608e8 Include <time.h> not "time.h" by Mark Slee · 18 years ago
  52. 5f8237d Thrift PHP update for new Protocol wraps Transport style by Mark Slee · 18 years ago
  53. bb31d0a Let Python server take protocolFactory argument by Mark Slee · 18 years ago
  54. 35ae1c7 -- Change thrift logging macros to have a T_ prefix by Aditya Agarwal · 18 years ago
  55. 4ac459f Fix python server bugs and go to new protocol wraps transport model by Mark Slee · 18 years ago
  56. 456b7a8 New protocol wrapping transport model for Thrift Java by Mark Slee · 18 years ago
  57. b6f10d1 Clean up Java Thrift transport code by Mark Slee · 18 years ago
  58. 60275c7 Give options for one-way or two-way buffering in PHP Thrift transports by Mark Slee · 18 years ago
  59. fe30c5f Improve python thrift transport, readAll, buffering, framing by Mark Slee · 18 years ago
  60. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  61. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
  62. 83303e1 Allow optional framing of input/output in FramedTransport by Mark Slee · 18 years ago
  63. 92f00fb Framing option for non blocking server by Mark Slee · 18 years ago
  64. 9a695ba self.clients instead of self.client by Mark Slee · 18 years ago
  65. 4ce787f Missing self argument in server method by Mark Slee · 18 years ago
  66. b90aa7c Python threadpool server for Thrift by Mark Slee · 18 years ago
  67. e528c76 -- Thrift Log File by Aditya Agarwal · 18 years ago
  68. be3f8d8 -- Adding TLogging.h by Aditya Agarwal · 18 years ago
  69. d622e96 -- Thrift fixes by Aditya Agarwal · 18 years ago
  70. 99e2b26 PHP Thrift improvements, Binary code skipping, etc by Mark Slee · 18 years ago
  71. 7d5da16 Thrift Java HTTP client by Mark Slee · 18 years ago
  72. 97b47df Python framed thrift transports by Mark Slee · 18 years ago
  73. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  74. 3f11b7a Better randomization in socketpoool by Mark Slee · 18 years ago
  75. d7cc1c4 Suppress php errors in TSocket by Mark Slee · 18 years ago
  76. 3c4d7fd Thrift missing python threading import by Mark Slee · 18 years ago
  77. 4f0fed6 Python basic threaded server by Mark Slee · 18 years ago
  78. 2905078 Better socket timeout and options support for Thrift C++ by Mark Slee · 18 years ago
  79. 29f5f67 Check for empty buf on socket read by Mark Slee · 18 years ago
  80. 845fe3d Add better socket linger, tcp_nodelay and timeout handling to thrift by Mark Slee · 18 years ago
  81. 9ffe9d4 Set linger off and nodelay true on accepted ServerSockets by Mark Slee · 18 years ago
  82. 5bcde6e Add socket and server socket timeout support to thrift java by Mark Slee · 18 years ago
  83. 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
  84. c2e8ff5 Fix potential multithreading protocol issue in Thrift Java by Mark Slee · 18 years ago
  85. 20c70a6 Ooops function __construct not just __construct by Mark Slee · 18 years ago
  86. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  87. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 18 years ago
  88. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  89. 9e7734d Thrift: Rename chunked to framed transports by Mark Slee · 18 years ago
  90. ade2c83 Thrift PHP TSocketPool client by Mark Slee · 18 years ago
  91. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  92. ffcddd6 Thrift multithreaded Java server by Mark Slee · 18 years ago
  93. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  94. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  95. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  96. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  97. 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago
  98. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  99. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago
  100. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago