1. d11ca5a THRIFT-916 gcc warnings(partial) use snprintf instead of sprintf by Roger Meier · 14 years ago
  2. 105961d THRIFT-928. cpp: TNonblockingServer: use TSocket and support TClientInfo by David Reiss · 14 years ago
  3. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  4. a18364a THRIFT-900. cpp: Unix domain socket by Bryan Duxbury · 14 years ago
  5. 010f1e0 THRIFT-756. cpp: Exposing TSocket(int) constructor to public by Bryan Duxbury · 14 years ago
  6. 1c20c87 cpp: Add setLowRTO to TSocket by David Reiss · 15 years ago
  7. a1a1511 cpp: TSocket: call a second gettimeofday only for error checking by David Reiss · 15 years ago
  8. 450e35d cpp: Fix max TCP port number by David Reiss · 15 years ago
  9. 840e752 THRIFT-497. cpp: Fix TSocket::read and peek on Max OS by David Reiss · 16 years ago
  10. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  11. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  12. 022b224 THRIFT-96. cpp: TSocket.peek fails on FreeBSD by Kevin Clark · 16 years ago
  13. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  14. 01e55c1 cpp: Eliminate the use of fprintf [THRIFT-77] by David Reiss · 17 years ago
  15. c88eb8c Include <cstring> and use "std::" for memset in T[Server]Socket.cpp. by David Reiss · 17 years ago
  16. e39e937 Remove a few unnecessary includes to speed up compiles. by David Reiss · 17 years ago
  17. 9b20955 Thrift error logging improvements by David Reiss · 17 years ago
  18. 22b1886 use poll instead of select in TSocket by David Reiss · 17 years ago
  19. c31769c -- better error checking for setRecvTimeout and setSendTimeout by Aditya Agarwal · 17 years ago
  20. c37b4c5 Remove unnecessary mutex from C++ socket code by Mark Slee · 17 years ago
  21. b455292 Add a few utility methods and helpers to Thrift C++ Sockets by Mark Slee · 17 years ago
  22. 256bdc4 IPv6 tweaks for Thrift by Mark Slee · 17 years ago
  23. 14b0ed6 [thrift] TSocket host and port getters by dweatherford · 17 years ago
  24. 4529c4b -- adding hostinfo and time to GlobalOutput by Aditya Agarwal · 17 years ago
  25. bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
  26. dd56497 Need sys/types.h includes for FreeBSD by Mark Slee · 17 years ago
  27. 85287d3 Fix addrinfo structure memory leak in TSocket by Mark Slee · 18 years ago
  28. e6c4fa6 sys_errlist is deprecated. by Martin Kraemer · 18 years ago
  29. 6d56eb9 TSocket IPv6 support for C++ by Mark Slee · 18 years ago
  30. 6ded775 THRIFT: generic output handler by boz · 18 years ago
  31. e04475b -- fix read timeout handling in TSocket by Aditya Agarwal · 18 years ago
  32. 5f68c71 Fix messed up exception error printing by Mark Slee · 18 years ago
  33. a5a783f Server robustness fixes in Thrift C++ libs by Mark Slee · 18 years ago
  34. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  35. a9848d7 New thrift c++ error code by Mark Slee · 18 years ago
  36. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  37. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  38. c425780 Thrift socket should not perror in the TRYAGAIN state by Mark Slee · 18 years ago
  39. ebc99e0 -- Allow manual setting of host and port in TSocket by Aditya Agarwal · 18 years ago
  40. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  41. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago[Renamed from lib/cpp/src/transport/TSocket.cc]
  42. 2905078 Better socket timeout and options support for Thrift C++ by Mark Slee · 18 years ago
  43. d42a2c2 Rationalized include-directory schema by Marc Slemko · 18 years ago
  44. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  45. e03da18 autoconf/automake: Fixed handling of bits/socket.h MSG_NODELAY by Marc Slemko · 18 years ago
  46. 9d4a3e2 autoconf/automake/libtool-ized thrift cpp bits: by Marc Slemko · 18 years ago
  47. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 19 years ago[Renamed from lib/cpp/transport/TSocket.cc]
  48. 8d7e1f6 Update Thrift CPP libraries to work with new generated source, change underlying buffers to use uint8_t* instead of std::string by Mark Slee · 19 years ago
  49. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 19 years ago