summaryrefslogtreecommitdiff
path: root/lib/cpp/test
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5217 Deprecated boost headerzeshuai0072020-09-1211-11/+11
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-07-253-1/+230
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-145-9/+9
* Add isOpen() to TServerTransportMario Emmenlauer2020-04-242-1/+6
* THRIFT-5168 Useless generated code when .thrift file only has service typezeshuai0072020-04-212-7/+2
* Add testcase for other condition judgment in the readJSONDouble functionzeshuai0072020-03-311-1/+10
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-1/+0
* (no ticket) Propagate exception instead of rethrowingGaurav Singh2020-02-061-2/+2
* 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-153-0/+276
* 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-011-2/+2
* CPP generator test, catching exceptions by ref instead.David Carlier2019-06-211-2/+2
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-088-81/+73
* THRIFT-4739: fix concurrency_test (test-only fix)James E. King III2019-02-021-5/+16
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-2921-187/+187
* fix static analyzer waringscyy2019-01-223-4/+2
* fix waringscyy2019-01-221-7/+7
* use chronocyy2019-01-224-17/+14
* THRIFT-4719: remove cocoaJames E. King III2019-01-141-1/+0
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-131-12/+0
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-1113-375/+31
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-4/+6
* replace boost::atomic with std::atomiccyy2019-01-071-6/+6
* remove stdcxx namespace and use std directlycyy2019-01-0731-285/+281
* remove boost::thread and boost::mutex codecyy2019-01-075-9/+7
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-181-1/+1
* THRIFT-4579: Move up to Ubuntu Bionic for CI buildsJames E. King III2018-06-161-17/+3
* THRIFT-4476: Typecasting problem on double list items,Ozan Can Altiok2018-03-202-0/+133
* THRIFT-4515: cross server test improvement: graceful test server shutdownJames E. King III2018-03-191-21/+13
* THRIFT-4508: remove cygwin64 build in favor of MSVC2013James E. King III2018-03-121-1/+1
* THRIFT-4515: fix windows buildJames E. King III2018-03-122-5/+2
* THRIFT-3877: cpp http server buffering bug onewayChet Murthy2018-01-104-2/+315
* THRIFT-4376: fix more high impact coverity defectsJames E. King, III2017-10-294-14/+7
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-192-15/+8
* THRIFT-3821: make memory buffer size configurable so unit test doesJames E. King, III2017-09-221-8/+43
* THRIFT-3766: add zlib getUnderlyingTransport methodJames E. King, III2017-09-221-0/+7
* THRIFT-4327: add API to efficiently remove a single timerFrancois Ferrand2017-09-212-1/+83
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-1/+0
* THRIFT-4292: Implement TimerManager::remove()Francois Ferrand2017-09-082-0/+80
* THRIFT-4106: fix errors concurrency_test was identifyingJames E. King, III2017-09-073-19/+32
* THRIFT-4295: rework the docker build images, updating them and tuning the tra...James E. King, III2017-09-042-1/+2
* THRIFT-3821 Check for overflow on buffer resize in TMemoryBufferAlex Şuhan2017-08-121-0/+13
* THRIFT-3974: fix ThreadSanitizer identified issuesJames E. King, III2017-08-121-1/+1
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-1033-444/+508
* THRIFT-4276:Add SSL support to the C++ Nonblocking ServerDivya Thaluru2017-08-064-7/+319
* THRIFT-3978: tighten up pthread mutex implementation, removing asserts and re...James E. King, III2017-04-044-4/+128
* THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ...James E. King, III2017-03-105-10/+15
* THRIFT-3891 TNonblockingServer configured with more than one IO threads does ...Buğra Gedik2017-02-271-2/+35