1. 850c61f lib: cpp: transport: include thrift/config.h in TFDTransport by Chris Friedt · 3 years, 2 months ago
  2. 6e9cbbd lib: cpp: TTransportException: create thrift::numeric_cast by Christopher Friedt · 3 years, 4 months ago
  3. f525e4c THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.h by Chris Friedt · 3 years, 2 months ago
  4. 8f83e46 THRIFT-5663: lib: cpp: usleep was not declared in this scope by Chris Friedt · 3 years, 3 months ago
  5. 0a29a48 lib: cpp: add missing functional and cmath includes by Chris Friedt · 3 years, 3 months ago
  6. c96c044 Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr by Mario Emmenlauer · 3 years, 4 months ago
  7. d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 3 years, 7 months ago
  8. fdc3648 lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' include by Mario Emmenlauer · 3 years, 11 months ago
  9. 98be76f THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ by Anshul M Gupta · 4 years, 1 month ago
  10. 839a1da THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak by Kevin Wojniak · 4 years, 5 months ago
  11. 034c935 Reduce the usage of Windows.h, and add macros to slim Windows.h by Mario Emmenlauer · 6 years ago
  12. dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 4 years, 5 months ago
  13. 18bf591 Added support for Unix domain sockets on Windows by Mario Emmenlauer · 5 years ago
  14. a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 5 years ago
  15. b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 6 years ago
  16. 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 4 years, 6 months ago
  17. 7391a31 uncaught_exception -> uncaught_exceptions Client: cpp Author: Rune Olesen by Jens Geyer · 4 years, 7 months ago
  18. 582293b Adds support for building C++ codegen on Solaris by Benjamin Naecker · 4 years, 9 months ago
  19. ab72ebe Android restricts use of AI_V4MAPPED flag. by Ruslan · 4 years, 7 months ago
  20. 016dbac Robustness improvements when loading OpenSSL certificates by Marco Schroeter · 6 years ago
  21. 33b7f48 consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd by Irelian · 4 years, 8 months ago
  22. d270b35 Added TNonCopyable.h in favor of boost dependency by Mario Emmenlauer · 5 years ago
  23. 1f73455 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) by Jens Geyer · 5 years ago
  24. 3b9259d TServerSocket.cpp::isOpen(): Check that a domain socket file already exists by Mario Emmenlauer · 5 years ago
  25. 03f4729 Merge pull request #2235 from deiv/fix-abstract-unix-socket-name by Zezeng Wang · 5 years ago
  26. 4750f36 Fix abstract unix socket name by David Suárez · 5 years ago
  27. dd6c8c1 TServerSocket.cpp: Ensure the server is really listening (via helper variable listening_) by Mario Emmenlauer · 5 years ago
  28. 40cd021 Added getter and setter for domain socket path, and minor fix for printing abstract domain socket paths by Mario Emmenlauer · 5 years ago
  29. 47d4a00 Deprecated WinXP and Server2003 methods Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 6 years ago
  30. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 6 years ago
  31. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 6 years ago
  32. dabfea2 THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocket by max ulidtko · 6 years ago
  33. eac4d0c THRIFT-5114 Simplified reallocation of TMemoryBuffer by Mario Emmenlauer · 6 years ago
  34. 36bf0a4 Make named pipe security configurable by security descriptor string by Nathan Breakwell · 6 years ago
  35. e6d7d13 THRIFT-5215: Remove portable_endian.h Client: cpp Patch: James Lacey by James Lacey · 6 years ago
  36. 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 6 years ago
  37. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 6 years ago
  38. b94c166 THRIFT-5177: getaddrinfo() should not be used for Unix sockets by Dmitry Maluka · 6 years ago
  39. 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 6 years ago
  40. ed0bad3 Add isOpen() to TServerTransport by Mario Emmenlauer · 6 years ago
  41. df2f5d2 THRIFT-5178: Add constructor with default host to THttpClient by Mario Emmenlauer · 6 years ago
  42. dfe7f30 THRIFT-5130 Use Apcu instead of APC Client: PHP Patch: Vladimir Panivko by panivko · 6 years ago
  43. e56f717 THRIFT-5078 Handle named pipe clients quickly disconnecting by Nick Collier · 6 years ago
  44. 0ebf3ce Fix uint64_t to size_t conversion warning by Kevin Wojniak · 6 years ago
  45. 0f14e2f THRIFT-4977: Allow loading OpenSSL certificates from memory by Mario Emmenlauer · 6 years ago
  46. 1a2dee6 Use THRIFT_WRITE instead of ::write in TFileTransport.cpp by Shaoyu Zhang · 7 years ago
  47. 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 7 years ago
  48. 8fdb758 THRIFT-4759:add thrift export to fix windows shared lib building (#1714) by cyy · 7 years ago
  49. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 7 years ago
  50. c349cdb add override and const by cyy · 7 years ago
  51. 6a01d46 remove unused code by cyy · 7 years ago
  52. bfdbd03 use chrono by cyy · 7 years ago
  53. f83d3f9 add const to member functions by cyy · 7 years ago
  54. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 7 years ago
  55. 77d26e2 replace boost unique_ptr with std::unique_ptr by cyy · 7 years ago
  56. 7f8aef7 replace boost::atomic with std::atomic by cyy · 7 years ago
  57. 316723a remove stdcxx namespace and use std directly by cyy · 7 years ago
  58. 7b93559 use noexcept instead of throw() in library by cyy · 7 years ago
  59. 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
  60. 44ee32c Fix c++98 build by proller · 7 years ago
  61. e6e7e62 Correct c++17 definition by proller · 7 years ago
  62. db61f10 Fix build with old c++ by proller · 7 years ago
  63. f201bf0 Fix build with c++17 by proller · 7 years ago
  64. cbcfb25 fix some static analyzer warnings in cpp library (#1596) by cyy · 7 years ago
  65. 27705f4 THRIFT-4620: Ensure enough space for for zlib flush marker Client: lib/cpp by Dominic Coyne · 7 years ago
  66. b33130f THRIFT-4559: TSSLSocket no longer prints incorrect error for SYSCALL (#1549) by Sidneys1 · 8 years ago
  67. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 8 years ago
  68. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 8 years ago
  69. 8bcb7ac THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issues Client: cpp by Bugra Gedik · 8 years ago
  70. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 8 years ago
  71. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 8 years ago
  72. 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 8 years ago
  73. 9f9e30b THRIFT-4331: C++ TSSLSocket fixes for huge message handling Client: C++ by Martin Haimberger · 8 years ago
  74. aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 8 years ago
  75. d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 8 years ago
  76. 4a6bff1 THRIFT-4283: fix TNamedPipeServer race condition in interrupt by James E. King, III · 8 years ago
  77. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 8 years ago
  78. 20116c6 THRIFT-3821 Check for overflow on buffer resize in TMemoryBuffer Client: C++ by Alex Şuhan · 8 years ago
  79. 237a394 THRIFT-3974: fix ThreadSanitizer identified issues Client: C++ by James E. King, III · 8 years ago
  80. 3f07967 THRIFT-4248: Import cstring in TSSLSocket Client: C++ by Josip Sokcevic · 9 years ago
  81. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 8 years ago
  82. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 8 years ago
  83. 7f5a8c2 THRIFT-4164: update openssl cleanup to match current requirements and document TSSLSocketFactory lifetime requirements by James E. King, III · 9 years ago
  84. 7e7a1a7 TSocket: Don't close connections when failing to read/write Client: cpp by Changli Gao · 9 years ago
  85. 117a5cc THRIFT-4138: Remove undefined behavior imported from Boost Client: C++ by Jim Apple · 9 years ago
  86. 5c3de6d THRIFT-4140: fix unsafe call to gmtime by James E. King, III · 9 years ago
  87. bede86a THRIFT-3944 TSSLSocket has dead code in checkHandshake Client: C++ by tpcwang · 9 years ago
  88. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 9 years ago
  89. 239233a THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++ by James E. King, III · 9 years ago
  90. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 9 years ago
  91. 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
  92. 6fe7fa1 THRIFT-3892 support OpenSSL before 0.9.8f during build by James E. King, III · 9 years ago
  93. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 9 years ago
  94. 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
  95. c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 9 years ago
  96. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 9 years ago
  97. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 9 years ago
  98. 4bbfe61 THRIFT-3878: fix interop with newer OpenSSL libraries by James E. King, III · 9 years ago
  99. 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
  100. bcad917 THRIFT-2156: fix errno handling in server socket Client: C++ Patch: Jens Geyer by Jens Geyer · 9 years ago