1. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 8 years ago
  2. 00d4252 THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions by James E. King, III · 8 years ago
  3. 7bc9431 THRIFT-4151: disable pthread concurrency analysis code in standard builds by James E. King, III · 8 years ago
  4. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 8 years ago
  5. 0a660ee THRIFT-4084: only join threads if joinable by James E. King, III · 8 years ago
  6. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  7. c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 9 years ago
  8. 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
  9. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 9 years ago
  10. 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  11. e5fbedd Revert "THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees" by Jens Geyer · 9 years ago
  12. 0b433de THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  13. 61b1708 THRIFT-3233 fix accounting of workers in thread manager by Jim King · 9 years ago
  14. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  15. 117af5c THRIFT-3498 C++ library assumes optional function pthread_attr_setschedpolicy is available by Simon South · 10 years ago
  16. 1719bf4 THRIFT-3497 Build fails with "invalid use of incomplete type" by Simon South · 10 years ago
  17. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 10 years ago
  18. 2fadc8d THRIFT-2872 Fix dead lock when all tasks are expired by Qiao Mu · 11 years ago
  19. 9de9b1f THRIFT-2850 get windows cmake working again and building the unit tests for lib/cpp, and pass make check through cmake - also resolve some compiler warnings by Jim King · 10 years ago
  20. 1a8e048 THRIFT-3120 Minor spelling errors and an outdated URL by Jens Geyer · 10 years ago
  21. 71f2d8a THRIFT-3067 C++ cppcheck performance related warnings by Roger Meier · 10 years ago
  22. 2825664 THRIFT-2893 CMake build fails with boost thread or std thread by Nobuaki Sukegawa · 11 years ago
  23. 3876ea7 make style applied by Konrad Grochowski · 11 years ago
  24. fb05cf6 THRIFT-2789 TNonblockingServer leaks socket FD's under load by Jens Geyer · 11 years ago
  25. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 11 years ago
  26. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  27. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 11 years ago
  28. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  29. 8b51bc6 remove trailing whitespace by Roger Meier · 11 years ago
  30. 9a242c0 THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4 by Roger Meier · 11 years ago
  31. ca545bd THRIFT-2606 ThreadManager.h warning in clang++ 3.4 by Roger Meier · 11 years ago
  32. aea8bfe THRIFT-2139: MSVC 2012 Error - Cannot compile due to BoostThreadFactory by Ben Craig · 12 years ago
  33. cd54ec6 THRIFT-1999: warning on gcc 4.7 while compiling BoostMutex.cpp by Ben Craig · 12 years ago
  34. ffbfd03 THRIFT-2074 cppcheck error removed from ThreadManager.cpp by Roger Meier · 12 years ago
  35. 7158d33 THRIFT-2044 Util.h uses defines from PlatformSocket but does not include it by Roger Meier · 12 years ago
  36. 7295745 THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL by Roger Meier · 12 years ago
  37. 9be4e68 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  38. 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 12 years ago
  39. 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues by Carl Yeksigian · 12 years ago
  40. 8252577 THRIFT-1740 Make C++ library build on OS X and iOS by Roger Meier · 13 years ago
  41. 0069a44 THRIFT-1748 Guard and RWGuard macros defined in global namespace by Roger Meier · 13 years ago
  42. b69d24d THRIFT-1690 Sockets and Pipe Handles truncated on Win64 Patch: Ben Craig by Roger Meier · 13 years ago
  43. f9f841d THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvements by Roger Meier · 13 years ago
  44. b661783 THRIFT-1585 C++ library fails to build with OS X pthread implementation by Roger Meier · 13 years ago
  45. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  46. 94bb7f2 Thrift-1606:Race condition in BoostThreadFactory.cpp by Jake Farrell · 13 years ago
  47. 2b1a528 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  48. 2badac7 THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path by Roger Meier · 13 years ago
  49. 1516be0 Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunk by Roger Meier · 13 years ago
  50. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago