1. fd7c26f Thrift - typo in comment by Martin Kraemer · 17 years ago
  2. 5aea7c8 Thrift: Reverting TZlibTransport by David Reiss · 17 years ago
  3. b8c6334 Thrift: Zlib transport. by David Reiss · 17 years ago
  4. d8429fc Thrift: New methods for C++ transports. by David Reiss · 17 years ago
  5. 4529c4b -- adding hostinfo and time to GlobalOutput by Aditya Agarwal · 17 years ago
  6. d3f1a2d Summary: Checking in fix to TFileTransport to remove redundant behavior of readEvent -- just return NULL or the next event by James Wang · 17 years ago
  7. 8b6c2eb -- reset all state when seeking to a chunk by Aditya Agarwal · 17 years ago
  8. 40c6ac5 Possible Thrift memory leak by Mark Slee · 17 years ago
  9. 3f808ab Thrift: TMemoryBuffer::getAppendBufferToString fix. by David Reiss · 17 years ago
  10. a41c870 Thrift: TMemoryBuffer::getBufferAsString only returns written portion. by David Reiss · 17 years ago
  11. d4a269c Thrift: No using namespace. by David Reiss · 17 years ago
  12. 25b5ee3 Thrift: TMemoryBuffer now handles NULLs again. by David Reiss · 17 years ago
  13. bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
  14. 95aaaf1 Thrift: Bugfix. by David Reiss · 17 years ago
  15. 2dc72c3 Thrift: Move TStringBuffer functionality into TMemoryBuffer. by David Reiss · 17 years ago
  16. dd56497 Need sys/types.h includes for FreeBSD by Mark Slee · 17 years ago
  17. 1ec47d4 [adding TStringBuffer for serialization/deserialization from a string] by yunfang · 17 years ago
  18. 5b41819 -- remove default seekToEnd by Aditya Agarwal · 17 years ago
  19. e9cd655 Readding seekToEnd() call to openLogFile() temporarily so that search doesn't break by James Wang · 17 years ago
  20. d51643c Summary: Changing TFileTransport to not go to end of file by default by James Wang · 17 years ago
  21. 85287d3 Fix addrinfo structure memory leak in TSocket by Mark Slee · 18 years ago
  22. e6c4fa6 sys_errlist is deprecated. by Martin Kraemer · 18 years ago
  23. 6d56eb9 TSocket IPv6 support for C++ by Mark Slee · 18 years ago
  24. 58500e9 -- make sure TFileTransport always starts at EOF by Aditya Agarwal · 18 years ago
  25. e02385b Add thread pool option to NonblockingServer by Mark Slee · 18 years ago
  26. 6ded775 THRIFT: generic output handler by boz · 18 years ago
  27. f83c9db THRIFT: ADITYASLOP by boz · 18 years ago
  28. 7859a57 -- handle EINTRS in accept() by Aditya Agarwal · 18 years ago
  29. 9b82d27 Get the long longs out of the Thrift codebase by Mark Slee · 18 years ago
  30. e04475b -- fix read timeout handling in TSocket by Aditya Agarwal · 18 years ago
  31. bf82151 Some filetransport indentation and style fixes by Mark Slee · 18 years ago
  32. 1ea81ce THRIFT: configurable retry settings for bind by boz · 18 years ago
  33. 5f68c71 Fix messed up exception error printing by Mark Slee · 18 years ago
  34. e02e424 thrift: cpp tsocketpool support by jsobel · 18 years ago
  35. 3690ee4 TEOFException must publicly inherit TTransportException by Mark Slee · 18 years ago
  36. 4fd2dba Thrift: Fixing memory leak issue with memory buffer used in TPipedTransport by James Wang · 18 years ago
  37. 5f45207 Thrift: Modifications to PeekProcessor to be able to support nested PeekProcessors by James Wang · 18 years ago
  38. 4f261c5 Crazy byteswapping thrift patches from david reiss by Mark Slee · 18 years ago
  39. 8dc76e6 -- trying to make TFileTransport destructor quicker by Aditya Agarwal · 18 years ago
  40. 89b85f8 -- fix issues with TFileTransport by Aditya Agarwal · 18 years ago
  41. c10bba1 Thrift: Checking in readonly option for TFileTransport by James Wang · 18 years ago
  42. 86efa70 [thrift] Build fix for TFileTransport by dweatherford · 18 years ago
  43. a28d819 Build fixes and clock_get_time copy from paul querna by Mark Slee · 18 years ago
  44. 82a6c0f Thrift string copy construction pathces from kevin ko by Mark Slee · 18 years ago
  45. 3e9d177 Thrift: Adding StatsProcessor, PeekProcessor, TPipedFileReaderTransport, and TPipedFileReaderTransportFactory classes by James Wang · 18 years ago
  46. be0ae5b Fix heinous TMemoryBuffer bug and warning in FileTransport by Mark Slee · 18 years ago
  47. 561b536 Fix TServerSocket accept() to not do 200ms polling by Mark Slee · 18 years ago
  48. 4265a2c -- Fix compiler warnings by Aditya Agarwal · 18 years ago
  49. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  50. 4e441e2 Do not check error code if select returns 0 by Mark Slee · 18 years ago
  51. a5a783f Server robustness fixes in Thrift C++ libs by Mark Slee · 18 years ago
  52. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  53. 2a22a88 Thrift HTTP client optimizations by Mark Slee · 18 years ago
  54. 4401814 Various bug fixes with the THttpClient by Mark Slee · 18 years ago
  55. a2c760b Whoops there were 2 extra spaces in this code by Mark Slee · 18 years ago
  56. 8a98e1b Thrift HTTP client in C++ by Mark Slee · 18 years ago
  57. 49aea10 -- fix overflow error in seekToChunk() by Aditya Agarwal · 18 years ago
  58. a9848d7 New thrift c++ error code by Mark Slee · 18 years ago
  59. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  60. a0c9241 Thrift: Changing TFileTransport to use the same buffer-swap mechanism that pillar does by James Wang · 18 years ago
  61. e12d485 -- TBufferedRouterTransport being renamed to TPipedTransport by Aditya Agarwal · 18 years ago
  62. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  63. 10640d8 Thrift fixes for Exceptions and TServerSocket by Martin Kraemer · 18 years ago
  64. f23cfd8 TFileTransport %lu => %u by Mark Slee · 18 years ago
  65. 7a20a14 Fix bufferedroutertransport overflow bugs by Mark Slee · 18 years ago
  66. cb126a0 Fix for TBufferedTransport double-buffer-size strings by Mark Slee · 18 years ago
  67. 2c9f2fb -- ThriftLogfile is finally done. by Aditya Agarwal · 18 years ago
  68. 68f08ee -- Error recovery code for thrift logfile by Aditya Agarwal · 18 years ago
  69. c425780 Thrift socket should not perror in the TRYAGAIN state by Mark Slee · 18 years ago
  70. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  71. 502ea8a -- thrift logfile fixes by Aditya Agarwal · 18 years ago
  72. 794568b -- additions to ThriftLogfile by Aditya Agarwal · 18 years ago
  73. 85ca7a1 Added ax_event_base.m4 to find and configure libevent by Marc Slemko · 18 years ago
  74. ebc99e0 -- Allow manual setting of host and port in TSocket by Aditya Agarwal · 18 years ago
  75. 3fa9d24 fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it. by robert · 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. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  80. 35ae1c7 -- Change thrift logging macros to have a T_ prefix by Aditya Agarwal · 18 years ago
  81. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  82. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
  83. 83303e1 Allow optional framing of input/output in FramedTransport by Mark Slee · 18 years ago
  84. e528c76 -- Thrift Log File by Aditya Agarwal · 18 years ago
  85. d622e96 -- Thrift fixes by Aditya Agarwal · 18 years ago
  86. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  87. 2905078 Better socket timeout and options support for Thrift C++ by Mark Slee · 18 years ago
  88. 9e7734d Thrift: Rename chunked to framed transports by Mark Slee · 18 years ago
  89. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  90. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  91. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  92. d42a2c2 Rationalized include-directory schema by Marc Slemko · 18 years ago
  93. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  94. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  95. e03da18 autoconf/automake: Fixed handling of bits/socket.h MSG_NODELAY by Marc Slemko · 18 years ago
  96. 9d4a3e2 autoconf/automake/libtool-ized thrift cpp bits: by Marc Slemko · 18 years ago
  97. 6e53644 Thrift now works in PHP, hot stuff by Mark Slee · 19 years ago
  98. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 19 years ago