summaryrefslogtreecommitdiff
path: root/lib/cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing include for the security testsTobias Mayer2023-03-182-0/+2
* lib/cpp: Fix MSVC warning C4706 (BinaryProtocol)dejank-isystem2023-02-211-2/+2
* Fix VisualStudio project files and upgrade to VS2015Zlika2023-02-214-95/+73
* Fix Security Tests for OpenSSLv3Tobias Mayer2023-02-192-6/+8
* lib: cpp: transport: include thrift/config.h in TFDTransportChris Friedt2022-11-221-5/+7
* lib: cpp: automake: ship thrift/numeric_cast.hChris Friedt2022-11-221-0/+1
* lib: cpp: TTransportException: create thrift::numeric_castChristopher Friedt2022-11-202-2/+73
* THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.hChris Friedt2022-11-204-0/+12
* THRIFT-5663: lib: cpp: usleep was not declared in this scopeChris Friedt2022-11-202-8/+8
* lib: cpp: protocol: declare when methods overrideChristopher Friedt2022-10-263-12/+12
* lib: cpp: TOutput: add zephyr-specific strerror_s implementationChris Friedt2022-10-251-0/+4
* lib: cpp: TProtocol: support zephyr byteorderChris Friedt2022-10-251-0/+14
* lib: cpp: add missing functional and cmath includesChris Friedt2022-10-235-3/+11
* lib: cpp: thrift: include functional in TServerFrameworkChris Friedt2022-10-231-0/+1
* Merge pull request #2644 from lorteddie/use-openssl-zlib-targetsMario Emmenlauer2022-09-121-2/+8
|\
| * prefer openssl and zlib targets over library pathsTobias Weihs2022-09-111-2/+8
* | fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-111-0/+19
* | Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptrMario Emmenlauer2022-09-104-10/+7
|\ \
| * | THRIFT-5602: Use std::unique_ptr instead of boost::scoped_arraySutou Kouhei2022-09-094-10/+7
| |/
* | lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' i...Mario Emmenlauer2022-09-091-2/+0
* | lib/cpp/test/CMakeLists.txt: Trivial whitespace changeMario Emmenlauer2022-09-091-2/+2
|/
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-052-4/+4
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-248-0/+0
* THRIFT-5093: lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBufferChristopher Friedt2022-04-191-3/+249
* THRIFT-5515: TConnection::workSocket reads all pending oneway requests.Tamas Kovacs2022-03-141-122/+129
* Fix winsock capitalization for case sensitive cross-compilationJeremiah2022-02-086-6/+6
* [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if s...Dirk Sandbrink2022-02-041-0/+12
* Fix warning C4515: 'protocol': namespace uses itselfDirk Sandbrink2022-01-173-6/+0
* THRIFT-5482: Fix memory leak during SSL handshake in C++ libraryAnshul M Gupta2021-12-061-0/+16
* Compile TWebSocketServer with CMake only when OpenSSL is foundKevin Wojniak2021-12-061-2/+2
* THRIFT-5456 Disable SIGPIPE on TSocketServerKevin Wojniak2021-10-212-0/+22
* Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanupMario Emmenlauer2021-09-024-52/+57
|\
| * Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-024-52/+57
* | Reduce the usage of Windows.h, and add macros to slim Windows.hMario Emmenlauer2021-09-024-4/+7
|/
* Updated TNonblockingServerSocket to better match TServerSocketMario Emmenlauer2021-09-013-50/+104
* Added support for Unix domain sockets on WindowsMario Emmenlauer2021-08-315-65/+69
* Use the cmake-generated thrift config also on MSVCMario Emmenlauer2021-08-301-2/+1
* TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable)Mario Emmenlauer2021-08-301-1/+1
* Added new method isUnixDomainSocket() to check type of socketMario Emmenlauer2021-08-134-26/+48
* Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__Mario Emmenlauer2021-08-134-4/+7
* TCompactProtocol.tcc: add missing include cstdlibMario Emmenlauer2021-08-131-0/+1
* lib/cpp/test/CMakeLists.txt: Added missing boost::chronoMario Emmenlauer2021-08-131-1/+1
* TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global errorMario Emmenlauer2021-08-131-0/+1
* lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changesMario Emmenlauer2021-08-131-9/+9
* lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on WindowsMario Emmenlauer2021-08-121-2/+7
* uncaught_exception -> uncaught_exceptionsJens Geyer2021-06-301-0/+4
* Adds support for building C++ codegen on SolarisBenjamin Naecker2021-06-301-0/+3
* Android restricts use of AI_V4MAPPED flag.Ruslan2021-06-231-0/+4
* Merge pull request #2401 from aaronmjones/THRIFT-3840Mario Emmenlauer2021-06-092-0/+26
|\
| * Add better unit tests and imbue C locale in floating point to_stringubuntu2021-06-073-24/+24