1. e56f717 THRIFT-5078 Handle named pipe clients quickly disconnecting by Nick Collier · 6 years ago
  2. 0ebf3ce Fix uint64_t to size_t conversion warning by Kevin Wojniak · 6 years ago
  3. 0f14e2f THRIFT-4977: Allow loading OpenSSL certificates from memory by Mario Emmenlauer · 6 years ago
  4. 1a2dee6 Use THRIFT_WRITE instead of ::write in TFileTransport.cpp by Shaoyu Zhang · 6 years ago
  5. 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 6 years ago
  6. 8fdb758 THRIFT-4759:add thrift export to fix windows shared lib building (#1714) by cyy · 7 years ago
  7. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 7 years ago
  8. c349cdb add override and const by cyy · 7 years ago
  9. 6a01d46 remove unused code by cyy · 7 years ago
  10. bfdbd03 use chrono by cyy · 7 years ago
  11. f83d3f9 add const to member functions by cyy · 7 years ago
  12. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 7 years ago
  13. 77d26e2 replace boost unique_ptr with std::unique_ptr by cyy · 7 years ago
  14. 7f8aef7 replace boost::atomic with std::atomic by cyy · 7 years ago
  15. 316723a remove stdcxx namespace and use std directly by cyy · 7 years ago
  16. 7b93559 use noexcept instead of throw() in library by cyy · 7 years ago
  17. 9b75e4f THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows; remove NOMINMAX from cmake build by James E. King III · 7 years ago
  18. 44ee32c Fix c++98 build by proller · 7 years ago
  19. e6e7e62 Correct c++17 definition by proller · 7 years ago
  20. db61f10 Fix build with old c++ by proller · 7 years ago
  21. f201bf0 Fix build with c++17 by proller · 7 years ago
  22. cbcfb25 fix some static analyzer warnings in cpp library (#1596) by cyy · 7 years ago
  23. 27705f4 THRIFT-4620: Ensure enough space for for zlib flush marker Client: lib/cpp by Dominic Coyne · 7 years ago
  24. b33130f THRIFT-4559: TSSLSocket no longer prints incorrect error for SYSCALL (#1549) by Sidneys1 · 7 years ago
  25. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
  26. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
  27. 8bcb7ac THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issues Client: cpp by Bugra Gedik · 8 years ago
  28. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 8 years ago
  29. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 8 years ago
  30. 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 8 years ago
  31. 9f9e30b THRIFT-4331: C++ TSSLSocket fixes for huge message handling Client: C++ by Martin Haimberger · 8 years ago
  32. aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 8 years ago
  33. d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 8 years ago
  34. 4a6bff1 THRIFT-4283: fix TNamedPipeServer race condition in interrupt by James E. King, III · 8 years ago
  35. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 8 years ago
  36. 20116c6 THRIFT-3821 Check for overflow on buffer resize in TMemoryBuffer Client: C++ by Alex Şuhan · 8 years ago
  37. 237a394 THRIFT-3974: fix ThreadSanitizer identified issues Client: C++ by James E. King, III · 8 years ago
  38. 3f07967 THRIFT-4248: Import cstring in TSSLSocket Client: C++ by Josip Sokcevic · 8 years ago
  39. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 8 years ago
  40. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 8 years ago
  41. 7f5a8c2 THRIFT-4164: update openssl cleanup to match current requirements and document TSSLSocketFactory lifetime requirements by James E. King, III · 8 years ago
  42. 7e7a1a7 TSocket: Don't close connections when failing to read/write Client: cpp by Changli Gao · 8 years ago
  43. 117a5cc THRIFT-4138: Remove undefined behavior imported from Boost Client: C++ by Jim Apple · 8 years ago
  44. 5c3de6d THRIFT-4140: fix unsafe call to gmtime by James E. King, III · 8 years ago
  45. bede86a THRIFT-3944 TSSLSocket has dead code in checkHandshake Client: C++ by tpcwang · 9 years ago
  46. 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
  47. 239233a THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++ by James E. King, III · 8 years ago
  48. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  49. 2d6060d THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions for building with cmake under that toolchain by James E. King, III · 9 years ago
  50. 6fe7fa1 THRIFT-3892 support OpenSSL before 0.9.8f during build by James E. King, III · 9 years ago
  51. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 9 years ago
  52. 220d5f8 THRIFT-3953 TSSLSocket::close should handle exceptions from waitForEvent because it is called by the destructor by James E. King, III · 9 years ago
  53. c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 9 years ago
  54. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 9 years ago
  55. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 9 years ago
  56. 4bbfe61 THRIFT-3878: fix interop with newer OpenSSL libraries by James E. King, III · 9 years ago
  57. 4d39ac5 THRIFT-3936: fix compile error on VS2013 and earlier from changes introduced during 0.10.0 development (snprintf) by James E. King, III · 9 years ago
  58. bcad917 THRIFT-2156: fix errno handling in server socket Client: C++ Patch: Jens Geyer by Jens Geyer · 9 years ago
  59. e517624 THRIFT-2156: fix errno handling in server socket by Jim King · 9 years ago
  60. 5871d2c THRIFT-3038 Fix a couple races and removed volatile per analysis, replacing with atomics by Jim King · 9 years ago
  61. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  62. b819260 THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3 by Nobuaki Sukegawa · 9 years ago
  63. af9d2ac THRIFT-3704 Treat the case where we are not able to refill the buffer the same as the EOL case. by Pascal Bach · 9 years ago
  64. 327d134 THRIFT-3693 Fix include issue in C++ TSSLSocketInterruptTest on Windows by Nobuaki Sukegawa · 9 years ago
  65. 937228e THRIFT-3667 C++: Add TLS SNI support to clients by Teddy Reed · 9 years ago
  66. 95c628e THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed by Nobuaki Sukegawa · 10 years ago
  67. bcd8e32 THRIFT-3420 C++: TSSLSockets are not interruptable by Nobuaki Sukegawa · 10 years ago
  68. 9890c28 THRIFT-3568 THeader server crashes on readSlow by Nobuaki Sukegawa · 10 years ago
  69. 796667b THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco by Antonio Di Monaco · 10 years ago
  70. 269473d THRIFT-3502: C++ TServerSocket passes small buffer to getsockname by Jeremy Spiegel · 10 years ago
  71. 54a2e64 THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier not found by Roger Meier · 10 years ago
  72. 0ad6ee9 THRIFT-3420 C++: TSSLSockets are not interruptable by Martin Haimberger · 10 years ago
  73. 517aa14 THRIFT-3415 - C++: THeader*.h/cpp includes cleanup by Konrad Grochowski · 10 years ago
  74. 317d515 THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build by Pascal Bach · 10 years ago
  75. d8ddb77 THRIFT-1522: Fixes Memory leak by wrapping getaddrinfo into a class. by Claudius Heine · 10 years ago
  76. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 10 years ago
  77. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 11 years ago
  78. d9d5120 THRIFT-3237 Fix TNamedPipeServer::createNamedPipe memory leak by Roger Meier · 10 years ago
  79. 5d93b04 THRIFT-3371 Abstract namespace Unix domain sockets broken in C++ by pavlo · 10 years ago
  80. 27be411 THRIFT-2936:Minor memory leak in SSL Client: cpp Patch: James King by jfarrell · 10 years ago
  81. e2e5e22 THRIFT-3308: Fix broken test cases for 0.9.3 release candidate by jfarrell · 10 years ago
  82. b0b710a THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is specifically asked for to make the defaults more secure; added a matrix security unit test for SSL in the cpp lib by Jim King · 10 years ago
  83. 4a1e886 Deleting a duplicate TPipe ctor declaration that snuck in by Ben Craig · 10 years ago
  84. 6515aad THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket by Ben Craig · 10 years ago
  85. af2d9c8 THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept by ben-craig · 10 years ago
  86. 1abcbc7 THRIFT-2858 Enable header field case insensitive match in THttpServer by ben-craig · 10 years ago
  87. 0104da5 THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer by Claudius Heine · 10 years ago
  88. 254b458 THRIFT-2858 Enable header field case insensitive match in THttpServer by Roger Meier · 10 years ago
  89. 33f3f01 THRIFT-1844: Overwrite password string after passing it to openssl. by Claudius Heine · 10 years ago
  90. 1704456 Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close" by Jens Geyer · 10 years ago
  91. f48588f THRIFT-3225 Fix TPipeServer unpredictable behavior on close by Jens Geyer · 10 years ago
  92. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  93. 516e28a THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>) by Roger Meier · 10 years ago
  94. 6077481 THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test by Jim King · 10 years ago
  95. 9f85468 THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calculation by Jim King · 10 years ago
  96. 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
  97. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  98. afc3777 THRIFT-3069 fix socket leak if fcntl fails by Roger Meier · 10 years ago
  99. efd14e7 THRIFT-3062 fix segfault on invalid port number by Roger Meier · 10 years ago
  100. 932c3ee THRIFT-3061 eliminate potential for client to hang SSLSocket close by Roger Meier · 10 years ago