summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/transport
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptrMario Emmenlauer2022-09-103-9/+6
|\
| * THRIFT-5602: Use std::unique_ptr instead of boost::scoped_arraySutou Kouhei2022-09-093-9/+6
* | lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' i...Mario Emmenlauer2022-09-091-2/+0
|/
* THRIFT-5482: Fix memory leak during SSL handshake in C++ libraryAnshul M Gupta2021-12-061-0/+16
* THRIFT-5456 Disable SIGPIPE on TSocketServerKevin Wojniak2021-10-212-0/+22
* Reduce the usage of Windows.h, and add macros to slim Windows.hMario Emmenlauer2021-09-022-3/+1
* Updated TNonblockingServerSocket to better match TServerSocketMario Emmenlauer2021-09-013-50/+104
* Added support for Unix domain sockets on WindowsMario Emmenlauer2021-08-314-65/+54
* Added new method isUnixDomainSocket() to check type of socketMario Emmenlauer2021-08-134-26/+48
* 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
* 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
* Robustness improvements when loading OpenSSL certificatesMarco Schroeter2021-06-041-9/+24
* consume remaining MessageSize but never reset, we should reset remainin Mes...Irelian2021-05-151-0/+1
* Added TNonCopyable.h in favor of boost dependencyMario Emmenlauer2021-02-123-8/+8
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...Jens Geyer2021-02-031-3/+3
* TServerSocket.cpp::isOpen(): Check that a domain socket file already existsMario Emmenlauer2020-12-191-0/+32
* Merge pull request #2235 from deiv/fix-abstract-unix-socket-nameZezeng Wang2020-09-225-68/+154
|\
| * Fix abstract unix socket nameDavid Suárez2020-09-215-68/+154
* | TServerSocket.cpp: Ensure the server is really listening (via helper variable...Mario Emmenlauer2020-09-151-2/+8
* | Added getter and setter for domain socket path, and minor fix for printing ab...Mario Emmenlauer2020-09-152-2/+29
* | Deprecated WinXP and Server2003 methodsMario Emmenlauer2020-09-121-10/+4
|/
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-07-2530-109/+286
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-149-33/+33
* THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocketmax ulidtko2020-06-095-266/+450
* THRIFT-5114 Simplified reallocation of TMemoryBufferMario Emmenlauer2020-06-031-8/+11
* Make named pipe security configurable by security descriptor stringNathan Breakwell2020-05-302-63/+72
* THRIFT-5215: Remove portable_endian.hJames Lacey2020-05-261-8/+7
* THRIFT-5185: Support for using WebSockets as a server transportpenenin2020-05-184-6/+479
* THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo()max ulidtko2020-05-083-4/+8
* THRIFT-5177: getaddrinfo() should not be used for Unix socketsDmitry Maluka2020-04-261-14/+16
* Allow wrapping TTransportFactory into a TZlibTransportFactoryMario Emmenlauer2020-04-242-3/+22
* Add isOpen() to TServerTransportMario Emmenlauer2020-04-245-0/+18
* THRIFT-5178: Add constructor with default host to THttpClientMario Emmenlauer2020-04-212-1/+23
* THRIFT-5130 Use Apcu instead of APCpanivko2020-03-271-1/+1
* THRIFT-5078 Handle named pipe clients quickly disconnectingNick Collier2020-01-282-2/+15
* Fix uint64_t to size_t conversion warningKevin Wojniak2019-12-121-1/+1
* THRIFT-4977: Allow loading OpenSSL certificates from memoryMario Emmenlauer2019-10-152-0/+80
* Use THRIFT_WRITE instead of ::write in TFileTransport.cppShaoyu Zhang2019-07-011-1/+1
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-0814-31/+58
* THRIFT-4759:add thrift export to fix windows shared lib building (#1714)cyy2019-02-042-1/+2
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-2935-331/+328
* add override and constcyy2019-01-2216-53/+53
* remove unused codecyy2019-01-221-2/+0
* use chronocyy2019-01-222-20/+10
* add const to member functionscyy2019-01-221-2/+2
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-111-2/+2
* replace boost unique_ptr with std::unique_ptrcyy2019-01-071-10/+2