summaryrefslogtreecommitdiff
path: root/lib/cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...Jens Geyer2021-02-032-21/+21
* TServerSocket.cpp::isOpen(): Check that a domain socket file already existsMario Emmenlauer2020-12-191-0/+32
* THRIFT-5295 makeThread and ThreadFactory extensiblerglarix2020-12-082-8/+15
* Make ~TException() virtualMario Emmenlauer2020-12-031-1/+1
* THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538Jens Geyer2020-10-062-8/+15
* Merge pull request #2235 from deiv/fix-abstract-unix-socket-nameZezeng Wang2020-09-227-69/+158
|\
| * Fix abstract unix socket nameDavid Suárez2020-09-217-69/+158
* | 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
* | THRIFT-5217 Deprecated boost headerzeshuai0072020-09-1211-11/+11
* | Deprecated WinXP and Server2003 methodsMario Emmenlauer2020-09-123-70/+4
|/
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-07-2546-151/+1004
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-1423-61/+61
* THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocketmax ulidtko2020-06-096-266/+451
* 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-263-141/+8
* When I use --with-zlib args for cross-compiling, it failed without "$(ZLIB_LD...rel1ve2020-05-211-1/+1
* THRIFT-5185: Support for using WebSockets as a server transportpenenin2020-05-187-8/+617
* 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
* TOutput: Add further parsers for errno-to-string conversion for WindowsMario Emmenlauer2020-04-241-9/+25
* Add isOpen() to TServerTransportMario Emmenlauer2020-04-247-1/+24
* THRIFT-5178: Add constructor with default host to THttpClientMario Emmenlauer2020-04-212-1/+23
* THRIFT-5168 Useless generated code when .thrift file only has service typezeshuai0072020-04-212-7/+2
* Removed a duplicate line + Fixed typo in the comments of lib/cpp/src/thrift/c...gaganso2020-04-202-2/+1
* Update libthrift.vcxproj and libthrift.vcxproj.filters: remove xxxThreadFacto...zeshuai0072020-04-202-20/+0
* THRIFT-5047:fix openssl switchcyy2020-04-061-1/+7
* Add testcase for other condition judgment in the readJSONDouble functionzeshuai0072020-03-311-1/+10
* THRIFT-4963: Fix deadlock in ThreadManager::Worker::runKanishth Karthik2020-03-291-0/+2
* THRIFT-5130 Use Apcu instead of APCpanivko2020-03-271-1/+1
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-1/+0
* THRIFT-5110 Added a number of required libs for using static OpenSSLMario Emmenlauer2020-02-231-0/+3
* THRIFT-5097: Fix exported version in cmake moduleTobias Mayer2020-02-161-1/+1
* (no ticket) Propagate exception instead of rethrowingGaurav Singh2020-02-061-2/+2
* THRIFT-5078 Handle named pipe clients quickly disconnectingNick Collier2020-01-283-4/+18
* Add vcpkg installation instructionsJackBoosY2020-01-191-0/+18
* Fix uint64_t to size_t conversion warningKevin Wojniak2019-12-121-1/+1
* THRIFT-4862 C++ TBinaryProtocol crashes on port scanJens Geyer2019-11-201-1/+5
* Fix unknown pragma warnings on mingwKevin Wojniak2019-11-061-2/+2
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-201-1/+0
* THRIFT-4977: Allow loading OpenSSL certificates from memoryMario Emmenlauer2019-10-155-0/+356
* THRIFT-4962 Fix deadlock in TimerManager::stopGuillaume Blanc2019-09-211-1/+1
* THRIFT-4936 add depth limit type exception descriptionpengzhouhu2019-08-221-0/+2
* Use THRIFT_WRITE instead of ::write in TFileTransport.cppShaoyu Zhang2019-07-011-1/+1
* THRIFT-4830: Add to_string helper function for cpp generator (#1765)soroshsabz2019-07-011-2/+20
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...Kevin Wojniak2019-07-012-3/+3
* CPP generator test, catching exceptions by ref instead.David Carlier2019-06-211-2/+2
* THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef...James E. King III2019-05-041-7/+10