1. 6c26fad THRIFT-1433 TServerSocket fix for MSVC Patch: Peace C by Roger Meier · 13 years ago
  2. f05e148 Thrift-1451:FramedTransport: Prevent infinite loop when writing by Jake Farrell · 13 years ago
  3. 6f7681f THRIFT-1361 revert compiler/cpp/src/thrifty.yy change by Roger Meier · 13 years ago
  4. 3831578 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  5. 17b8469 THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Roger Meier · 13 years ago
  6. 878a948 THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads by Roger Meier · 13 years ago
  7. 20e6ef1 THRIFT-1361 Optional replacement of pthread by boost::thread (minor fix) by Roger Meier · 13 years ago
  8. 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  9. 8cd3b1a THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 by Roger Meier · 13 years ago
  10. 84e4a3c THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 by Roger Meier · 13 years ago
  11. 32e7b2c THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Jake Farrell · 13 years ago
  12. 2fa9c31 THRIFT-1320 Consistency of configure generated config.h by Roger Meier · 13 years ago
  13. 9759266 THRIFT-1302. cpp: raise an exception if send() times out in TSocket::write() by Bryan Duxbury · 13 years ago
  14. 6df4d34 Thrift-1295: Duplicate include in TSocket.cpp Client: cpp Patch: Diwaker Gupta by Jake Farrell · 13 years ago
  15. 52e751d THRIFT-916 remove i64 => fix build and compile without warning on CI by Roger Meier · 13 years ago
  16. 184281c THRIFT-916 printf %lld for 32bit platform only by using __ia64__ by Roger Meier · 13 years ago
  17. d2f8da4 THRIFT-1244 using 'using' to disambiguate between functions in different bases does not conform to C++ standard and will not compile on certain compilers by Roger Meier · 13 years ago
  18. a8cef6e THRIFT-916 gcc warnings in c++ header files by Roger Meier · 13 years ago
  19. 18f1050 THRIFT-1196 Unix Domain Socket Support is broken by Roger Meier · 14 years ago
  20. bb09f44 THRIFT-1166 C++ tests in test/cpp broken Patch: David Nadlinger, Roger Meier by Roger Meier · 14 years ago
  21. 0ae0542 THRIFT-1136 C++ SSL implementation cleanup by Roger Meier · 14 years ago
  22. 3460393 THRIFT-1116 Compilation error in file TSSLSocket.cpp on FreeBSD-8.0 by Roger Meier · 14 years ago
  23. 46d32b4 THRIFT-1030 C++ THttpTransport doesn't support chucked transfer encoding by Roger Meier · 14 years ago
  24. 9db5e50 THRIFT-1070 C++ compiler and runtime have 32/64bit problems Patch: Rich Salz by Roger Meier · 14 years ago
  25. 598bf48 THRIFT-1071 invalid cast breaks build Patch: Rowan Kerr by Roger Meier · 14 years ago
  26. cd9aea1 THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation by Bryan Duxbury · 14 years ago
  27. 5f9614c THRIFT-916 long long becomes int64_t by Roger Meier · 14 years ago
  28. d3bfe70 THRIFT-916 Wall_Wextra_pedantic_Wno-long-long_Wno-variadic-macros_Wno-overflow_NOWARNINGS_DebianLenny.patch applied by Roger Meier · 14 years ago
  29. 3b771a1 THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny by Roger Meier · 14 years ago
  30. 01c5ceb THRIFT-916: Fix warnings in C++ when compiling with -Wall. by Christian Lavoie · 14 years ago
  31. d11ca5a THRIFT-916 gcc warnings(partial) use snprintf instead of sprintf by Roger Meier · 14 years ago
  32. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  33. 7e729d2 THRIFT-926. cpp: Let TMemoryBuffer::resetBuffer() set size of self-allocated buffer by David Reiss · 14 years ago
  34. f673509 THRIFT-926. cpp: Thrift: throw bad_alloc when malloc fails, not something else by David Reiss · 14 years ago
  35. 2991a0f THRIFT-926. cpp: TFramedTransport: Uphold the strong exception safety guarantee by David Reiss · 14 years ago
  36. ece1a08 THRIFT-926. cpp: TMemoryBuffer: Uphold the strong exception safety guarantee by David Reiss · 14 years ago
  37. 7197efb THRIFT-926. cpp: Revert r750153 to make way for more flexible version by David Reiss · 14 years ago
  38. 0a2d81e THRIFT-926. cpp: Fix inconsistencies in transport read() behavior by David Reiss · 14 years ago
  39. 4f9efdb THRIFT-926. cpp: Fix bugs in TFileTransport::flush() by David Reiss · 14 years ago
  40. 709b69f THRIFT-926. cpp: Fix destructor behavior of TFileTransport by David Reiss · 14 years ago
  41. 0e0eb35 THRIFT-926. cpp: Don't sleep in TFileTransport if we have data to write by David Reiss · 14 years ago
  42. a0e1159 THRIFT-926. cpp: remove "standalone" distinction in TZlibTransport by David Reiss · 14 years ago
  43. e94fa33 THRIFT-926. cpp: Make TZlibTransport::flush() behave like other transports by David Reiss · 14 years ago
  44. 105961d THRIFT-928. cpp: TNonblockingServer: use TSocket and support TClientInfo by David Reiss · 14 years ago
  45. 67f56ec THRIFT-926. cpp: Remove TServerSocket as a friend class of TSocket by David Reiss · 14 years ago
  46. a8af11d THRIFT-926. cpp: Fix an errant argument to a debug statement by David Reiss · 14 years ago
  47. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  48. e879c2f THRIFT-922. cpp: Convert transport classes to use non-virtual calls by David Reiss · 14 years ago
  49. 72fd0b4 THRIFT-922. cpp: Add shortcutted version of readAll() in TBufferBase by David Reiss · 14 years ago
  50. ea051ca THRIFT-922. cpp: When reading strings, borrow first by David Reiss · 14 years ago
  51. ef7200f THRIFT-928. cpp: Include request/response size in processor callbacks by David Reiss · 14 years ago
  52. 8c535ab THRIFT-922. cpp: Revert the BufferBase part of r750585 by David Reiss · 14 years ago
  53. a18364a THRIFT-900. cpp: Unix domain socket by Bryan Duxbury · 14 years ago
  54. 010f1e0 THRIFT-756. cpp: Exposing TSocket(int) constructor to public by Bryan Duxbury · 14 years ago
  55. cdde185 THRIFT-247. Commit files missing from r985031 by David Reiss · 14 years ago
  56. 112e309 THRIFT-247. cpp: Basic THttpServer implementation for C++ by David Reiss · 14 years ago
  57. 7ba364f revert unintentional partial commit of THRIFT-247 by Bryan Duxbury · 14 years ago
  58. 23f2348 add ASL to a handful of files by Bryan Duxbury · 14 years ago
  59. 767c1a9 cpp: Minor TSocketPool cleanups by David Reiss · 15 years ago
  60. 450c240 cpp: Make an implicit virtual declaration explicit by David Reiss · 15 years ago
  61. ccd4bdb cpp: Implement peek() for TFileTransport by David Reiss · 15 years ago
  62. 336c29d cpp: Prevent TFileTransport seekToEnd from leaking memory by David Reiss · 15 years ago
  63. 8af018b cpp: Prevent TFileTransport from throwing uncaught exceptions by David Reiss · 15 years ago
  64. 1c20c87 cpp: Add setLowRTO to TSocket by David Reiss · 15 years ago
  65. 71a1530 cpp: Fix memory corruption bug in TBufferedTransport::borrowSlow() by David Reiss · 15 years ago
  66. eee98be cpp: Disable IPV6_V6ONLY only if the socket is an AF_INET6 socket by David Reiss · 15 years ago
  67. a1a1511 cpp: TSocket: call a second gettimeofday only for error checking by David Reiss · 15 years ago
  68. eed9299 cpp: TSocketPool: Optimize the case of a single server in the pool. by David Reiss · 15 years ago
  69. 8106ba6 cpp: TSocketPool: make it possible to add servers by struct by David Reiss · 15 years ago
  70. 9c22ba4 cpp: TTransport: set END_OF_FILE TException code if read returns 0 by David Reiss · 15 years ago
  71. 450e35d cpp: Fix max TCP port number by David Reiss · 15 years ago
  72. 3bb5e05 THRIFT-683. Remove profanity by David Reiss · 15 years ago
  73. 9b90344 THRIFT-606. cpp: Fix build on Solaris Nevada by David Reiss · 15 years ago
  74. 840e752 THRIFT-497. cpp: Fix TSocket::read and peek on Max OS by David Reiss · 16 years ago
  75. 08d2f11 cpp: Fix compilation on OpenBSD by including sys/types.h by David Reiss · 16 years ago
  76. 5105b2e cpp: Add some missing includes to fix OpenBSD compilation by David Reiss · 16 years ago
  77. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  78. abb56a4 THRIFT-255. cpp: Add TSimpleFileTransport, a wrapper around TFDTransport by David Reiss · 16 years ago
  79. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  80. 022b224 THRIFT-96. cpp: TSocket.peek fails on FreeBSD by Kevin Clark · 16 years ago
  81. 5ace178 THRIFT-265. cpp: Reset buffers every 512 calls in TNonblockingServer by Kevin Clark · 16 years ago
  82. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  83. 322e595 THRIFT-203. cpp: Make library headers compile under g++ -pedantic by David Reiss · 16 years ago
  84. d90cd1f THRIFT-168. cpp: Clear transport buffers before a flush by David Reiss · 16 years ago
  85. 5317b1e THRIFT-95. cpp: Fix write buffer initialization in TBufferedTransport by David Reiss · 16 years ago
  86. 01e55c1 cpp: Eliminate the use of fprintf [THRIFT-77] by David Reiss · 17 years ago
  87. c88eb8c Include <cstring> and use "std::" for memset in T[Server]Socket.cpp. by David Reiss · 17 years ago
  88. a27c3cd Include <cstring> and use "std::" for memcpy in TBufferTransports.h. by David Reiss · 17 years ago
  89. 1a2f218 Another whitespace rampage by David Reiss · 17 years ago
  90. 13aea46 Fix IPv6 on FreeBSD. by David Reiss · 17 years ago
  91. 7dab93e Fix a few copy-paste errors in TBufferTransports (not code). by David Reiss · 17 years ago
  92. 8009793 C++/TFramedTransport: Don't write an empty frame on flush. by David Reiss · 17 years ago
  93. 4771458 Fix a small logic error in TBufferedTransport::borrowSlow. by David Reiss · 17 years ago
  94. f233e46 Throw a transport exception if fstat fails. by David Reiss · 17 years ago
  95. 28f298d Memory-based transport rewrite. by David Reiss · 17 years ago
  96. e39e937 Remove a few unnecessary includes to speed up compiles. by David Reiss · 17 years ago
  97. 1997f10 Persistent conns in TSocketPool by David Reiss · 17 years ago
  98. bd3b168 Silence a valgrind complaint by matching "delete[]" with "new[]". by David Reiss · 17 years ago
  99. 2724c7a Thrift: bug fix for interrupting server socket by David Reiss · 17 years ago
  100. 739cbe2 Add a few missing includes. by David Reiss · 17 years ago