- d66874c Do not shutdown() an external server socket by Federico Giovanardi · 5 weeks ago
- 5c2183d Make generated C++ code compilable with C++/CLI in MSVC by Shaoyu Zhang · 4 months ago
- 1646c04 Moving the body of setManualOpenSSLInitialization() to the cpp file by Carel Combrink · 4 months ago
- 0835277 THRIFT-5898: Replace global variable with a singleton getter Client: cpp by Carel Combrink · 4 months ago
- a6ee3c0 Reset consumed message size after reading from buffer by David Heejong Park · 4 months ago
- 3b21bc9 Support socket activation by fd passing Client: cpp Patch: Federico Giovanardi by Federico Giovanardi · 6 months ago
- 922cd0e Add support for boringssl by Guillaume Maudoux · 1 year, 4 months ago
- b0f2423 Fix C++ build by Hasnain Lakhani · 7 months ago
- 25202e1 THRIFT-5880: ipv6 only linux systems cannot resolve 127.0.0.1 by James E. King III · 9 months ago
- ae342c2 THRIFT-5698: remove use of deprecated std::iterator by Gary Miguel · 2 years, 11 months ago
- 845a87a [THRIFT-5871] Improve MAX_MESSAGE_SIZE_CHECK and friends by Hasnain Lakhani · 9 months ago
- 4c219f3 Change SSL_get_verify_result() return value from int to long by Gabe Jones · 11 months ago
- 7c94335 THRIFT-5853: Remove oldstyle casts from TBufferTransports and TCompactProtocol by Maximilian Bandle · 1 year, 1 month ago
- a45618e Upstream mingw capitalization patch https://github.com/JuliaPackaging/Yggdrasil/blob/6e82040941e891288e394713ee64562698b7ab0d/T/Thrift/bundled/patches/mingw-capitalization.patch by Jeremiah · 1 year, 1 month ago
- 0825ca3 THRIFT-5841 possible init/deinit conflict with manual initialization flag by Jens Geyer · 1 year, 3 months ago
- 61080c6 THRIFT-5821: support building against AWS-LC by James E. King III · 1 year, 5 months ago
- db37125 lib: cpp: mitigate warnings due to non-virtual destructors by Chris Friedt · 3 years, 1 month ago
- 86b05bf THRIFT-5492: Add readEnd to TBufferedTransport client: cpp Patch: Steve Licking by Steve Licking · 4 years, 2 months ago
- 4a280d5 THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink by CJCombrink · 2 years ago
- 7f37c2d Merge pull request #2732 from stiga-huang/fix-perror by Mario Emmenlauer · 2 years, 5 months ago
- 49e4cea THRIFT-5660: Revert "lib: cpp: TTransportException: create thrift::numeric_cast" by Mario Emmenlauer · 2 years, 5 months ago
- bccca93 THRIFT-5725: Fix the comparison check for bio_get_fd by Prasenjit Sarkar · 2 years, 8 months ago
- d665e28 THRIFT-5716: Fix uint32_t overflow in TMemoryBuffer by stiga-huang · 2 years, 9 months ago
- 6e767e6 THRIFT-5670: Fix wrong usage of GlobalOutput.perror() by stiga-huang · 3 years, 3 months ago
- 850c61f lib: cpp: transport: include thrift/config.h in TFDTransport by Chris Friedt · 3 years, 3 months ago
- 6e9cbbd lib: cpp: TTransportException: create thrift::numeric_cast by Christopher Friedt · 3 years, 5 months ago
- f525e4c THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.h by Chris Friedt · 3 years, 4 months ago
- 8f83e46 THRIFT-5663: lib: cpp: usleep was not declared in this scope by Chris Friedt · 3 years, 4 months ago
- 0a29a48 lib: cpp: add missing functional and cmath includes by Chris Friedt · 3 years, 4 months ago
- c96c044 Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr by Mario Emmenlauer · 3 years, 6 months ago
- d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 3 years, 8 months ago
- fdc3648 lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' include by Mario Emmenlauer · 4 years ago
- 98be76f THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ by Anshul M Gupta · 4 years, 3 months ago
- 839a1da THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak by Kevin Wojniak · 4 years, 7 months ago
- 034c935 Reduce the usage of Windows.h, and add macros to slim Windows.h by Mario Emmenlauer · 6 years ago
- dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 4 years, 6 months ago
- 18bf591 Added support for Unix domain sockets on Windows by Mario Emmenlauer · 5 years ago
- a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 5 years ago
- b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 6 years ago
- 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 4 years, 8 months ago
- 7391a31 uncaught_exception -> uncaught_exceptions Client: cpp Author: Rune Olesen by Jens Geyer · 4 years, 8 months ago
- 582293b Adds support for building C++ codegen on Solaris by Benjamin Naecker · 4 years, 10 months ago
- ab72ebe Android restricts use of AI_V4MAPPED flag. by Ruslan · 4 years, 9 months ago
- 016dbac Robustness improvements when loading OpenSSL certificates by Marco Schroeter · 7 years ago
- 33b7f48 consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd by Irelian · 4 years, 10 months ago
- d270b35 Added TNonCopyable.h in favor of boost dependency by Mario Emmenlauer · 5 years ago
- 1f73455 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) by Jens Geyer · 5 years ago
- 3b9259d TServerSocket.cpp::isOpen(): Check that a domain socket file already exists by Mario Emmenlauer · 5 years ago
- 03f4729 Merge pull request #2235 from deiv/fix-abstract-unix-socket-name by Zezeng Wang · 5 years ago
- 4750f36 Fix abstract unix socket name by David Suárez · 5 years ago
- dd6c8c1 TServerSocket.cpp: Ensure the server is really listening (via helper variable listening_) by Mario Emmenlauer · 5 years ago
- 40cd021 Added getter and setter for domain socket path, and minor fix for printing abstract domain socket paths by Mario Emmenlauer · 5 years ago
- 47d4a00 Deprecated WinXP and Server2003 methods Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 6 years ago
- 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 6 years ago
- 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 6 years ago
- dabfea2 THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocket by max ulidtko · 6 years ago
- eac4d0c THRIFT-5114 Simplified reallocation of TMemoryBuffer by Mario Emmenlauer · 6 years ago
- 36bf0a4 Make named pipe security configurable by security descriptor string by Nathan Breakwell · 6 years ago
- e6d7d13 THRIFT-5215: Remove portable_endian.h Client: cpp Patch: James Lacey by James Lacey · 6 years ago
- 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 6 years ago
- 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 6 years ago
- b94c166 THRIFT-5177: getaddrinfo() should not be used for Unix sockets by Dmitry Maluka · 6 years ago
- 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 6 years ago
- ed0bad3 Add isOpen() to TServerTransport by Mario Emmenlauer · 6 years ago
- df2f5d2 THRIFT-5178: Add constructor with default host to THttpClient by Mario Emmenlauer · 6 years ago
- dfe7f30 THRIFT-5130 Use Apcu instead of APC Client: PHP Patch: Vladimir Panivko by panivko · 6 years ago
- e56f717 THRIFT-5078 Handle named pipe clients quickly disconnecting by Nick Collier · 6 years ago
- 0ebf3ce Fix uint64_t to size_t conversion warning by Kevin Wojniak · 6 years ago
- 0f14e2f THRIFT-4977: Allow loading OpenSSL certificates from memory by Mario Emmenlauer · 6 years ago
- 1a2dee6 Use THRIFT_WRITE instead of ::write in TFileTransport.cpp by Shaoyu Zhang · 7 years ago
- 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 7 years ago
- 8fdb758 THRIFT-4759:add thrift export to fix windows shared lib building (#1714) by cyy · 7 years ago
- 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 7 years ago
- c349cdb add override and const by cyy · 7 years ago
- 6a01d46 remove unused code by cyy · 7 years ago
- bfdbd03 use chrono by cyy · 7 years ago
- f83d3f9 add const to member functions by cyy · 7 years ago
- ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 7 years ago
- 77d26e2 replace boost unique_ptr with std::unique_ptr by cyy · 7 years ago
- 7f8aef7 replace boost::atomic with std::atomic by cyy · 7 years ago
- 316723a remove stdcxx namespace and use std directly by cyy · 7 years ago
- 7b93559 use noexcept instead of throw() in library by cyy · 7 years ago
- 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
- 44ee32c Fix c++98 build by proller · 7 years ago
- e6e7e62 Correct c++17 definition by proller · 7 years ago
- db61f10 Fix build with old c++ by proller · 7 years ago
- f201bf0 Fix build with c++17 by proller · 7 years ago
- cbcfb25 fix some static analyzer warnings in cpp library (#1596) by cyy · 7 years ago
- 27705f4 THRIFT-4620: Ensure enough space for for zlib flush marker Client: lib/cpp by Dominic Coyne · 7 years ago
- b33130f THRIFT-4559: TSSLSocket no longer prints incorrect error for SYSCALL (#1549) by Sidneys1 · 8 years ago
- 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 8 years ago
- 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 8 years ago
- 8bcb7ac THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issues Client: cpp by Bugra Gedik · 8 years ago
- ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 8 years ago
- 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 8 years ago
- 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 8 years ago
- 9f9e30b THRIFT-4331: C++ TSSLSocket fixes for huge message handling Client: C++ by Martin Haimberger · 8 years ago
- aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 8 years ago
- d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 8 years ago
- 4a6bff1 THRIFT-4283: fix TNamedPipeServer race condition in interrupt by James E. King, III · 8 years ago