1. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  2. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
  3. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  4. cbcfb25 fix some static analyzer warnings in cpp library (#1596) by cyy · 7 years ago
  5. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 8 years ago
  6. 4337983 THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzongw@gmail.com by James E. King, III · 9 years ago
  7. 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 · 9 years ago
  8. 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  9. e5fbedd Revert "THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees" by Jens Geyer · 9 years ago
  10. 0b433de THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  11. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  12. 24ea0bf THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF by Konrad Grochowski · 10 years ago
  13. 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
  14. 21b6852 THRIFT-3083 consolidate simple and threaded server run loops by Jim King · 10 years ago
  15. 5ec805b THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers by Jim King · 10 years ago
  16. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  17. 6fc2115 THRIFT-2441 ccp: Cannot shutdown TThreadedServer when clients are still connected by Roger Meier · 10 years ago
  18. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  19. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 11 years ago
  20. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  21. 7295745 THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL by Roger Meier · 12 years ago
  22. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago[Renamed (97%) from lib/cpp/src/server/TThreadedServer.cpp]
  23. d8f50f3 THRIFT-1563 thrift: make serve() throw an exception if it fails by Roger Meier · 13 years ago
  24. 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 14 years ago
  25. 7a9fb81 THRIFT-1316. cpp: update server classes to accept TProcessorFactory objects by Bryan Duxbury · 14 years ago
  26. 6dd9cd0 THRIFT-1314. cpp: add TProcessorFactory by Bryan Duxbury · 14 years ago
  27. 1e98758 THRIFT-1293. cpp: improve handling of exceptions thrown by process() by Bryan Duxbury · 14 years ago
  28. 756d73e THRIFT-1292. cpp: silence log spew from TThreadedServer by Bryan Duxbury · 14 years ago
  29. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 15 years ago
  30. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  31. 45d5696 THRIFT-351. cpp: Allow a custom ThreadFactory in TThreadedServer by David Reiss · 16 years ago
  32. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  33. 2e8a8d4 Make sure exceptinos in servers are caught by Mark Slee · 17 years ago
  34. b4d3e7b Create a TServerEventHandler interface in TServer by Mark Slee · 18 years ago
  35. 1d4ce80 Implement proper TThreadedServer shutdown by Mark Slee · 18 years ago
  36. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  37. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  38. 907e3d6 Fix handling of accept() exceptions in threadedserver by Mark Slee · 18 years ago
  39. b3cb629 Adding threaded server to Thrift by Mark Slee · 18 years ago