1. e04475b -- fix read timeout handling in TSocket by Aditya Agarwal · 18 years ago
  2. 3a3b53b Modified facebook::thrift::concurrency::Monitor.wait: by Marc Slemko · 18 years ago
  3. bf82151 Some filetransport indentation and style fixes by Mark Slee · 18 years ago
  4. 1ea81ce THRIFT: configurable retry settings for bind by boz · 18 years ago
  5. 5f68c71 Fix messed up exception error printing by Mark Slee · 18 years ago
  6. e02e424 thrift: cpp tsocketpool support by jsobel · 18 years ago
  7. 3690ee4 TEOFException must publicly inherit TTransportException by Mark Slee · 18 years ago
  8. 4fd2dba Thrift: Fixing memory leak issue with memory buffer used in TPipedTransport by James Wang · 18 years ago
  9. 5f45207 Thrift: Modifications to PeekProcessor to be able to support nested PeekProcessors by James Wang · 18 years ago
  10. 4f261c5 Crazy byteswapping thrift patches from david reiss by Mark Slee · 18 years ago
  11. 8dc76e6 -- trying to make TFileTransport destructor quicker by Aditya Agarwal · 18 years ago
  12. 89b85f8 -- fix issues with TFileTransport by Aditya Agarwal · 18 years ago
  13. c10bba1 Thrift: Checking in readonly option for TFileTransport by James Wang · 18 years ago
  14. 86efa70 [thrift] Build fix for TFileTransport by dweatherford · 18 years ago
  15. a28d819 Build fixes and clock_get_time copy from paul querna by Mark Slee · 18 years ago
  16. 82a6c0f Thrift string copy construction pathces from kevin ko by Mark Slee · 18 years ago
  17. ba8f8d7 Remove extra TApplicationException:: in Thrift.h by Mark Slee · 18 years ago
  18. b6b5a9e Removed comment about needing a lock in thread main. Access through boost::shared_ptr is thread safe by Marc Slemko · 18 years ago
  19. 3f234da -- more assert fixes for thrift concurrency by Aditya Agarwal · 18 years ago
  20. 9dc5740 -- assert fixes for thrift concurrency lib by Aditya Agarwal · 18 years ago
  21. ac62f94 Thrift - remove client disconnect error by Martin Kraemer · 18 years ago
  22. f1ceb47 Thrift: Making TProcessor::process(io) non-virtual again, since my last change which made it virtual caused compiling errors of functions being hidden, ugh by James Wang · 18 years ago
  23. 8f6e207 Thrift: PeekProcessor - moving PeekEnd call after PeekBuffer by James Wang · 18 years ago
  24. 3e9d177 Thrift: Adding StatsProcessor, PeekProcessor, TPipedFileReaderTransport, and TPipedFileReaderTransportFactory classes by James Wang · 18 years ago
  25. be0ae5b Fix heinous TMemoryBuffer bug and warning in FileTransport by Mark Slee · 18 years ago
  26. 561b536 Fix TServerSocket accept() to not do 200ms polling by Mark Slee · 18 years ago
  27. 4265a2c -- Fix compiler warnings by Aditya Agarwal · 18 years ago
  28. 1d4ce80 Implement proper TThreadedServer shutdown by Mark Slee · 18 years ago
  29. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  30. 5d06fea Thrift build cleanup stuff by Mark Slee · 18 years ago
  31. 3303f36 Thrift CPP threading fixes by Mark Slee · 18 years ago
  32. 4e441e2 Do not check error code if select returns 0 by Mark Slee · 18 years ago
  33. a5a783f Server robustness fixes in Thrift C++ libs by Mark Slee · 18 years ago
  34. 6e3f637 Proper shutdown functionality for Thrift servers by Mark Slee · 18 years ago
  35. 7c10eaf Add join to the ThreadManager by Mark Slee · 18 years ago
  36. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  37. 2a22a88 Thrift HTTP client optimizations by Mark Slee · 18 years ago
  38. 4401814 Various bug fixes with the THttpClient by Mark Slee · 18 years ago
  39. a2c760b Whoops there were 2 extra spaces in this code by Mark Slee · 18 years ago
  40. 8a98e1b Thrift HTTP client in C++ by Mark Slee · 18 years ago
  41. 49aea10 -- fix overflow error in seekToChunk() by Aditya Agarwal · 18 years ago
  42. 44e5f01 Remove nonexistent TBuf ref by Mark Slee · 18 years ago
  43. a9848d7 New thrift c++ error code by Mark Slee · 18 years ago
  44. f3d3363 Application exception types for Thrift by Mark Slee · 18 years ago
  45. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  46. a0c9241 Thrift: Changing TFileTransport to use the same buffer-swap mechanism that pillar does by James Wang · 18 years ago
  47. 907e3d6 Fix handling of accept() exceptions in threadedserver by Mark Slee · 18 years ago
  48. fdef47e -- Servers should not crash on accept. by Aditya Agarwal · 18 years ago
  49. 43b6c63 Protocol should hang onto shared pointer for protection but always use underlying raw pointer by Mark Slee · 18 years ago
  50. e12d485 -- TBufferedRouterTransport being renamed to TPipedTransport by Aditya Agarwal · 18 years ago
  51. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  52. 92a2eac Thrift: Exception message is protected and accessible to derived classes. by Martin Kraemer · 18 years ago
  53. 10640d8 Thrift fixes for Exceptions and TServerSocket by Martin Kraemer · 18 years ago
  54. f23cfd8 TFileTransport %lu => %u by Mark Slee · 18 years ago
  55. 8cbda85 Prevent direct instantation of ThreadManager by Mark Slee · 18 years ago
  56. b3cb629 Adding threaded server to Thrift by Mark Slee · 18 years ago
  57. 7a20a14 Fix bufferedroutertransport overflow bugs by Mark Slee · 18 years ago
  58. cb126a0 Fix for TBufferedTransport double-buffer-size strings by Mark Slee · 18 years ago
  59. aaa23ed Move var declarations out of switch blocks in Thrift by Mark Slee · 18 years ago
  60. 5091917 Thrift: indentation by Martin Kraemer · 18 years ago
  61. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  62. 2c9f2fb -- ThriftLogfile is finally done. by Aditya Agarwal · 18 years ago
  63. 68f08ee -- Error recovery code for thrift logfile by Aditya Agarwal · 18 years ago
  64. c425780 Thrift socket should not perror in the TRYAGAIN state by Mark Slee · 18 years ago
  65. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  66. f937339 Nonblockingserver constructor that uses binary protocol factory by default by Mark Slee · 18 years ago
  67. 502ea8a -- thrift logfile fixes by Aditya Agarwal · 18 years ago
  68. 1ea9052 -- Nonblocking server changes to allow logging by Aditya Agarwal · 18 years ago
  69. 794568b -- additions to ThriftLogfile by Aditya Agarwal · 18 years ago
  70. 85ca7a1 Added ax_event_base.m4 to find and configure libevent by Marc Slemko · 18 years ago
  71. ebc99e0 -- Allow manual setting of host and port in TSocket by Aditya Agarwal · 18 years ago
  72. 7951119 fixed a problem with read buffer resizing in TNonblockingServer by robert · 18 years ago
  73. 3fa9d24 fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it. by robert · 18 years ago
  74. 2abc9df message_ in TException can't be const or subclasses break by Mark Slee · 18 years ago
  75. 8196a61 Thrift TException Cleanup by Martin Kraemer · 18 years ago
  76. 25b2936 -- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp by Aditya Agarwal · 18 years ago
  77. 0c341a1 -- Check all system call return values by Aditya Agarwal · 18 years ago
  78. e9ef8d7 -- TFileTransport (Thrift Logfile) by Aditya Agarwal · 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. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  82. 63608e8 Include <time.h> not "time.h" by Mark Slee · 18 years ago
  83. 35ae1c7 -- Change thrift logging macros to have a T_ prefix by Aditya Agarwal · 18 years ago
  84. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  85. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
  86. 83303e1 Allow optional framing of input/output in FramedTransport by Mark Slee · 18 years ago
  87. 92f00fb Framing option for non blocking server by Mark Slee · 18 years ago
  88. e528c76 -- Thrift Log File by Aditya Agarwal · 18 years ago
  89. be3f8d8 -- Adding TLogging.h by Aditya Agarwal · 18 years ago
  90. d622e96 -- Thrift fixes by Aditya Agarwal · 18 years ago
  91. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  92. 2905078 Better socket timeout and options support for Thrift C++ by Mark Slee · 18 years ago
  93. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  94. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 18 years ago
  95. 9e7734d Thrift: Rename chunked to framed transports by Mark Slee · 18 years ago
  96. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  97. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  98. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  99. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  100. 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago