1. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  2. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  3. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 8 years ago
  4. df89913 THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way by James E. King, III · 8 years ago
  5. 5871d2c THRIFT-3038 Fix a couple races and removed volatile per analysis, replacing with atomics by Jim King · 9 years ago
  6. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  7. 24ea0bf THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF by Konrad Grochowski · 10 years ago
  8. 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
  9. 21b6852 THRIFT-3083 consolidate simple and threaded server run loops by Jim King · 10 years ago
  10. 5ec805b THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers by Jim King · 10 years ago
  11. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  12. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  13. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  14. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  15. 7295745 THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL by Roger Meier · 12 years ago
  16. 9be4e68 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  17. 5ed5e8b THRIFT-1917 Task expiration in TThreadPoolServer Patch: Ivan Fastov by Roger Meier · 12 years ago
  18. b69d24d THRIFT-1690 Sockets and Pipe Handles truncated on Win64 Patch: Ben Craig by Roger Meier · 12 years ago
  19. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago[Renamed (96%) from lib/cpp/src/server/TThreadPoolServer.cpp]
  20. d8f50f3 THRIFT-1563 thrift: make serve() throw an exception if it fails by Roger Meier · 13 years ago
  21. 12d7053 THRIFT-1461 Recent TNonblockingServer changes broke --enable-boostthreads=yes, Windows by Roger Meier · 13 years ago
  22. 7a9fb81 THRIFT-1316. cpp: update server classes to accept TProcessorFactory objects by Bryan Duxbury · 13 years ago
  23. 6dd9cd0 THRIFT-1314. cpp: add TProcessorFactory by Bryan Duxbury · 13 years ago
  24. 1e98758 THRIFT-1293. cpp: improve handling of exceptions thrown by process() by Bryan Duxbury · 13 years ago
  25. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  26. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  27. 58e4d2c cpp: Log unexpected exceptions in TThreadPoolServer by David Reiss · 15 years ago
  28. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  29. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  30. 2e8a8d4 Make sure exceptinos in servers are caught by Mark Slee · 17 years ago
  31. e8abada [Thrift] disabling catching general type exceptions in Tthreadpoolserver by pfung · 17 years ago
  32. 78ee85c [Thrift] message debugging for std::exceptions by pfung · 17 years ago
  33. b4d3e7b Create a TServerEventHandler interface in TServer by Mark Slee · 17 years ago
  34. 9b82d27 Get the long longs out of the Thrift codebase by Mark Slee · 18 years ago
  35. 3a3b53b Modified facebook::thrift::concurrency::Monitor.wait: by Marc Slemko · 18 years ago
  36. ac62f94 Thrift - remove client disconnect error by Martin Kraemer · 18 years ago
  37. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  38. 3303f36 Thrift CPP threading fixes by Mark Slee · 18 years ago
  39. a5a783f Server robustness fixes in Thrift C++ libs by Mark Slee · 18 years ago
  40. 6e3f637 Proper shutdown functionality for Thrift servers by Mark Slee · 18 years ago
  41. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  42. fdef47e -- Servers should not crash on accept. by Aditya Agarwal · 18 years ago
  43. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  44. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  45. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  46. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  47. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  48. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago[Renamed from lib/cpp/src/server/TThreadPoolServer.cc]
  49. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  50. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  51. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  52. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 19 years ago
  53. 3545234 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 19 years ago