summaryrefslogtreecommitdiff
path: root/lib/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)James E. King III2019-02-141-8/+4
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-0832-155/+172
* THRIFT-4759:add thrift export to fix windows shared lib building (#1714)cyy2019-02-047-3/+31
* THRIFT-4739: fix concurrency_test (test-only fix)James E. King III2019-02-021-5/+16
* THRIFT-4405: fix parsing bug in cpp json header read if sequence ID wrapped a...James E. King III2019-02-011-3/+4
* THRIFT-4405: sanity tests relating to sequence numbersJames E. King III2019-02-014-5/+5
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-29114-885/+877
* THRIFT-4760: Configure and install pkgconfig files when using cmakeJoel 'Aaron' Cohen2019-01-281-0/+4
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-261-4/+0
* fix static analyzer waringscyy2019-01-224-5/+3
* fix waringscyy2019-01-221-7/+7
* change doccyy2019-01-221-7/+5
* change timeous_ms to unsigned typecyy2019-01-221-2/+2
* add override and constcyy2019-01-2216-53/+53