- 1252cf3 optimizing performance issues under large-scale connection by uv747 · 8 months ago
- 4b90909 THRIFT-5773 Strong UUID wrapper for C++ by CJCombrink · 9 months ago
- 4a280d5 THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink by CJCombrink · 10 months ago
- 1d886ca THRIFT-5772: UUID support for c++ #2952 Client: cpp Patch: CJCombrink by CJCombrink · 10 months ago
- 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
- 20e3124 Revert "lib: cpp: automake: ship thrift/numeric_cast.h" by Yuxuan 'fishy' Wang · 1 year, 1 month ago
- 7f37c2d Merge pull request #2732 from stiga-huang/fix-perror by Mario Emmenlauer · 1 year, 3 months ago
- 49e4cea THRIFT-5660: Revert "lib: cpp: TTransportException: create thrift::numeric_cast" by Mario Emmenlauer · 1 year, 3 months ago
- d327636 lib/cpp/test/concurrency/Tests.cpp: Very minor code cleanup (whitespace changes only) by Mario Emmenlauer · 2 years, 4 months ago
- 49c6ec7 TProtocol.h: Be extra careful when including MSVC Windows-related headers to not pollute the c++ namespace by Mario Emmenlauer · 1 year, 3 months ago
- 5f87b83 lib/cpp/test/Security*Test.cpp: Fix the check for OpenSSL version by Mario Emmenlauer · 1 year, 3 months ago
- bccca93 THRIFT-5725: Fix the comparison check for bio_get_fd by Prasenjit Sarkar · 1 year, 6 months ago
- d665e28 THRIFT-5716: Fix uint32_t overflow in TMemoryBuffer by stiga-huang · 1 year, 7 months ago
- 6e767e6 THRIFT-5670: Fix wrong usage of GlobalOutput.perror() by stiga-huang · 2 years, 2 months ago
- 1d6a326 Use one TU-wide locale instead of three by Lukas Barth · 1 year, 8 months ago
- 46b1283 Don't create a new locale on every to_string() call. by Lukas Barth · 1 year, 8 months ago
- 0d95b8c Add missing include for the security tests by Tobias Mayer · 1 year, 10 months ago
- 4fcd072 lib/cpp: Fix MSVC warning C4706 (BinaryProtocol) by dejank-isystem · 1 year, 11 months ago
- d96b177 Fix VisualStudio project files and upgrade to VS2015 by Zlika · 1 year, 11 months ago
- 05604e2 Fix Security Tests for OpenSSLv3 by Tobias Mayer · 1 year, 11 months ago
- 850c61f lib: cpp: transport: include thrift/config.h in TFDTransport by Chris Friedt · 2 years, 2 months ago
- 779deab lib: cpp: automake: ship thrift/numeric_cast.h by Chris Friedt · 2 years, 2 months ago
- 6e9cbbd lib: cpp: TTransportException: create thrift::numeric_cast by Christopher Friedt · 2 years, 3 months ago
- f525e4c THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.h by Chris Friedt · 2 years, 2 months ago
- 8f83e46 THRIFT-5663: lib: cpp: usleep was not declared in this scope by Chris Friedt · 2 years, 3 months ago
- cea5559 lib: cpp: protocol: declare when methods override by Christopher Friedt · 2 years, 3 months ago
- 6aba57b lib: cpp: TOutput: add zephyr-specific strerror_s implementation by Chris Friedt · 2 years, 4 months ago
- 0bc818f lib: cpp: TProtocol: support zephyr byteorder by Chris Friedt · 2 years, 4 months ago
- 0a29a48 lib: cpp: add missing functional and cmath includes by Chris Friedt · 2 years, 3 months ago
- efea697 lib: cpp: thrift: include functional in TServerFramework by Chris Friedt · 2 years, 4 months ago
- dba7c43 Merge pull request #2644 from lorteddie/use-openssl-zlib-targets by Mario Emmenlauer · 2 years, 4 months ago
- fe73972 prefer openssl and zlib targets over library paths by Tobias Weihs · 2 years, 5 months ago
- 944b8e6 fixed a ton of missing ASF headers in *.thrift files by Jens Geyer · 2 years, 4 months ago
- c96c044 Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr by Mario Emmenlauer · 2 years, 4 months ago
- d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 2 years, 6 months ago
- fdc3648 lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' include by Mario Emmenlauer · 2 years, 11 months ago
- f97176b lib/cpp/test/CMakeLists.txt: Trivial whitespace change by Mario Emmenlauer · 3 years ago
- f066d84 Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master by Jens Geyer · 2 years, 7 months ago
- 4646a35 Remove execute bit from plain text files in git (#2611) by Christopher Tubbs · 2 years, 8 months ago
- edcad98 THRIFT-5093: lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBuffer by Christopher Friedt · 4 years, 7 months ago
- b941b11 THRIFT-5515: TConnection::workSocket reads all pending oneway requests. by Tamas Kovacs · 2 years, 11 months ago
- 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 3 years ago
- cbb6530 [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before by Dirk Sandbrink · 3 years ago
- b3cf198 Fix warning C4515: 'protocol': namespace uses itself by Dirk Sandbrink · 3 years ago
- 98be76f THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ by Anshul M Gupta · 3 years, 1 month ago
- 2853af2 Compile TWebSocketServer with CMake only when OpenSSL is found by Kevin Wojniak · 3 years, 3 months ago
- 839a1da THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak by Kevin Wojniak · 3 years, 5 months ago
- f83ebea Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanup by Mario Emmenlauer · 3 years, 4 months ago
- bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 3 years, 4 months ago
- 034c935 Reduce the usage of Windows.h, and add macros to slim Windows.h by Mario Emmenlauer · 4 years, 8 months ago
- dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 3 years, 4 months ago
- 18bf591 Added support for Unix domain sockets on Windows by Mario Emmenlauer · 4 years, 2 months ago
- 5a64c71 Use the cmake-generated thrift config also on MSVC by Mario Emmenlauer · 4 years, 4 months ago
- ee65215 TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable) by Mario Emmenlauer · 3 years, 4 months ago
- a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 4 years, 2 months ago
- 29b083e Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__ by Mario Emmenlauer · 7 years ago
- 04aabcb TCompactProtocol.tcc: add missing include cstdlib by Mario Emmenlauer · 7 years ago
- b013681 lib/cpp/test/CMakeLists.txt: Added missing boost::chrono by Mario Emmenlauer · 3 years, 5 months ago
- b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 4 years, 8 months ago
- 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 3 years, 6 months ago
- e664ac4 lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on Windows by Mario Emmenlauer · 3 years, 5 months ago
- 7391a31 uncaught_exception -> uncaught_exceptions Client: cpp Author: Rune Olesen by Jens Geyer · 3 years, 6 months ago
- 582293b Adds support for building C++ codegen on Solaris by Benjamin Naecker · 3 years, 9 months ago
- ab72ebe Android restricts use of AI_V4MAPPED flag. by Ruslan · 3 years, 7 months ago
- 43faa2d Merge pull request #2401 from aaronmjones/THRIFT-3840 by Mario Emmenlauer · 3 years, 7 months ago
- ad76a18 Add better unit tests and imbue C locale in floating point to_string by ubuntu · 3 years, 7 months ago
- 016dbac Robustness improvements when loading OpenSSL certificates by Marco Schroeter · 5 years ago
- ea456f6 Merge pull request #2383 from BioDataAnalysis/bda_minor_cmake_cleanup by Mario Emmenlauer · 3 years, 7 months ago
- 323f032 Add unit test for system locale with thousands separator comma by ubuntu · 3 years, 7 months ago
- 33b7f48 consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd by Irelian · 3 years, 8 months ago
- 9fab238 Minor cleanup of two CMake files, and removed some (unused) boost dependencies by Mario Emmenlauer · 4 years ago
- 62f1bd5 THRIFT-5355 Do not rely on compiler and check boundaries by Triton · 4 years ago
- d270b35 Added TNonCopyable.h in favor of boost dependency by Mario Emmenlauer · 4 years, 2 months ago
- 7553fc5 CMake: Pass linker dependencies transitively to downstream projects by Mario Emmenlauer · 4 years, 2 months ago
- 1f73455 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) by Jens Geyer · 4 years ago
- 3b9259d TServerSocket.cpp::isOpen(): Check that a domain socket file already exists by Mario Emmenlauer · 4 years, 2 months ago
- 10f2556 THRIFT-5295 makeThread and ThreadFactory extensible by rglarix · 4 years, 3 months ago
- c061923 Make ~TException() virtual Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 4 years, 9 months ago
- 6d57026 THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538 by Jens Geyer · 4 years, 3 months ago
- 03f4729 Merge pull request #2235 from deiv/fix-abstract-unix-socket-name by Zezeng Wang · 4 years, 4 months ago
- 4750f36 Fix abstract unix socket name by David Suárez · 4 years, 4 months ago
- dd6c8c1 TServerSocket.cpp: Ensure the server is really listening (via helper variable listening_) by Mario Emmenlauer · 4 years, 4 months ago
- 40cd021 Added getter and setter for domain socket path, and minor fix for printing abstract domain socket paths by Mario Emmenlauer · 4 years, 4 months ago
- 6b1cb30 THRIFT-5217 Deprecated boost header Client: cpp Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
- 47d4a00 Deprecated WinXP and Server2003 methods Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 4 years, 8 months ago
- 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 7 months ago
- 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
- dabfea2 THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocket by max ulidtko · 4 years, 8 months ago
- eac4d0c THRIFT-5114 Simplified reallocation of TMemoryBuffer by Mario Emmenlauer · 5 years ago
- 36bf0a4 Make named pipe security configurable by security descriptor string by Nathan Breakwell · 4 years, 10 months ago
- e6d7d13 THRIFT-5215: Remove portable_endian.h Client: cpp Patch: James Lacey by James Lacey · 4 years, 8 months ago
- dd34c52 When I use --with-zlib args for cross-compiling, it failed without "$(ZLIB_LDFLAGS)". by rel1ve · 4 years, 10 months ago
- 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 4 years, 8 months ago
- 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
- b94c166 THRIFT-5177: getaddrinfo() should not be used for Unix sockets by Dmitry Maluka · 4 years, 9 months ago
- 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 4 years, 9 months ago
- 0457437 TOutput: Add further parsers for errno-to-string conversion for Windows by Mario Emmenlauer · 4 years, 9 months ago
- ed0bad3 Add isOpen() to TServerTransport by Mario Emmenlauer · 4 years, 9 months ago
- df2f5d2 THRIFT-5178: Add constructor with default host to THttpClient by Mario Emmenlauer · 4 years, 9 months ago
- 57c2507 THRIFT-5168 Useless generated code when .thrift file only has service type by zeshuai007 · 4 years, 9 months ago