summaryrefslogtreecommitdiff
path: root/test/cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-052-2/+2
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-242-0/+0
* Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-021-14/+14
* CMake: Pass linker dependencies transitively to downstream projectsMario Emmenlauer2021-02-121-8/+4
* THRIFT-5185: Support for using WebSockets as a server transportpenenin2020-05-181-1/+9
* THRIFT-5179: Fix generated code for struct's named "a" or "b"Zezeng Wang2020-04-283-0/+49
* Allow wrapping TTransportFactory into a TZlibTransportFactoryMario Emmenlauer2020-04-241-5/+4
* THRIFT-4282: Disabled StressTestNonBlocking on WindowsMario Emmenlauer2020-04-241-6/+10
* THRIFT-5168 Useless generated code when .thrift file only has service typezeshuai0072020-04-212-9/+2
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...Kevin Wojniak2019-07-011-2/+2
* THRIFT-4384: fix concurrent sync in cpp async client codeJames E. King III2019-02-022-4/+6
* THRIFT-4405: fix cygwin on appveyorJames E. King III2019-02-011-5/+5
* THRIFT-4745: fixes compiler warningsJames E. King III2019-02-011-1/+1
* THRIFT-4405: sanity tests relating to sequence numbersJames E. King III2019-02-011-7/+58
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-294-99/+99
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-1/+1
* use chronocyy2019-01-222-10/+8
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-113-10/+10
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-2/+6
* remove stdcxx namespace and use std directlycyy2019-01-074-160/+156
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-181-4/+4
* THRIFT-4620: add crosstest support for zlib (buffered) to cpp, enable cpp,go,...James E. King III2018-09-163-14/+39
* THRIFT-4579: Move up to Ubuntu Bionic for CI buildsJames E. King III2018-06-161-1/+1
* THRIFT-4515: cross server test improvement: graceful test server shutdownJames E. King III2018-03-191-13/+38
* THRIFT-4515: fix windows buildJames E. King III2018-03-121-2/+2
* THRIFT-4515: fix up nonblocking options and enable ssl for nonblocking in cpp...James E. King III2018-03-111-13/+16
* THRIFT-2013: update docker for artful (go back to lua 5.2) and enhanceJames E. King, III2017-11-202-98/+102
* THRIFT-2013: add multiplex server and client test support to cpp languageJames E. King, III2017-11-184-59/+125
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0
* THRIFT-4295: rework the docker build images, updating them and tuning the tra...James E. King, III2017-09-041-1/+1
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-104-157/+158
* THRIFT-4276:Add SSL support to the C++ Nonblocking ServerDivya Thaluru2017-08-062-6/+14
* THRIFT-4164: update openssl cleanup to match current requirements and documen...James E. King, III2017-04-041-3/+3
* THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ...James E. King, III2017-02-201-3/+12
* THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cppJames E. King, III2017-02-153-150/+1
* THRIFT-3873: fix various compiler warnings and overflow errorsJames E. King, III2017-01-204-22/+37
* THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that ...James E. King, III2016-11-121-1/+1
* THRIFT-3831 in test/cpp explicitly use `signed char`Cody P Schafer2016-10-011-2/+2
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...Nobuaki Sukegawa2016-09-261-2/+0
* THRIFT-3722 Fix cert path in C++ cross tests for non-Linux platformNobuaki Sukegawa2016-03-092-13/+8
* THRIFT-3531 Create cross lang feature test for string and container read leng...Nobuaki Sukegawa2016-01-111-33/+31
* THRIFT-3496 C++: Cob style client fails when sending a consecutive requestSebastian Zenker2015-12-241-28/+19
* THRIFT-3495 Minor enhancements and fixes for cross testNobuaki Sukegawa2015-12-241-187/+277
* THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359Nobuaki Sukegawa2015-12-111-0/+14
* THRIFT-3424 Add CMake android build optionNobuaki Sukegawa2015-11-231-7/+8
* THRIFT-3385 warning: format ‘%lu’ expects ‘long unsigned int’, but ha...Jens Geyer2015-11-171-1/+1
* THRIFT-3274 calling "make clean" twice in a row yields make errorNobuaki Sukegawa2015-11-031-1/+1
* THRIFT-2423 Facebook's THeader protocol and transport for cppDave Watson2015-11-044-9/+25
* THRIFT-3376 C# and Python JSON protocol double values lose precisionNobuaki Sukegawa2015-10-141-5/+64
* THRIFT-3371: added test for abstract namespace domain sockets.pavlo2015-10-112-5/+39