summaryrefslogtreecommitdiff
path: root/lib/cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5075: Backport changes for CVE-2019-0205 to 0.9.3.1 branch0.9.3.2Jens Geyer2020-02-081-6/+4
* THRIFT-2805: 0.9.3 release0.9.30.9.3jfarrell2015-10-011-1/+1
* THRIFT-3329: fix C++ tests incompatibility with boost-1.59Konrad Grochowski2015-09-255-60/+72
* THRIFT-3298: thrift endian converters may conflict with other librariesjfarrell2015-09-242-23/+23
* THRIFT-2936:Minor memory leak in SSLjfarrell2015-09-241-2/+1
* THRIFT-3332 make dist fails on clean buildNobuaki Sukegawa2015-09-211-1/+0
* THRIFT-2850 CMake for Apache ThriftSergei Nikulov2015-09-082-13/+18
* THRIFT-3308: Fix broken test cases for 0.9.3 release candidatejfarrell2015-08-255-7/+13
* THRIFT-3305: Missing dist files for 0.9.3 release candidatejfarrell2015-08-252-5/+14
* THRIFT-2199:Remove dense protocolRandy Abernethy2015-08-0112-1599/+11
* THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is speci...Jim King2015-07-305-11/+312
* Deleting a duplicate TPipe ctor declaration that snuck inBen Craig2015-07-291-1/+0
* THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocketBen Craig2015-07-291-0/+2
* THRIFT-3257 warning: extra tokens at end of #endif directiveJens Geyer2015-07-241-1/+1
* THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn'tBen Craig2015-07-221-0/+1
* THRIFT-3247 Generate a C++ thread-safe clientben-craig2015-07-175-11/+403
* THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on acceptben-craig2015-07-166-47/+160
* THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake buildsben-craig2015-07-159-21/+35
* THRIFT-2858 Enable header field case insensitive match in THttpServerben-craig2015-07-152-3/+15
* THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill bufferClaudius Heine2015-07-101-1/+2
* THRIFT-2858 Enable header field case insensitive match in THttpServerRoger Meier2015-07-101-3/+3
* THRIFT-3231 CPP: Limit recursion depth to 64Ben Craig2015-07-084-106/+154
* THRIFT-3217 Provide a little endian variant of the binary protocol in C++Ben Craig2015-07-085-124/+312
* THRIFT-1844: Overwrite password string after passing it to openssl.Claudius Heine2015-07-081-0/+1
* THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase)Claudius Heine2015-07-082-4/+23
* Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close"Jens Geyer2015-07-071-4/+1
* THRIFT-3225 Fix TPipeServer unpredictable behavior on closeJens Geyer2015-07-071-1/+4
* THRIFT-2850 CMake for Apache ThriftBen Craig2015-07-065-6/+17
* THRIFT-2872 Fix dead lock when all tasks are expiredQiao Mu2015-07-031-5/+5
* THRIFT-406 Convert C++ Test to Boost::TestClaudius Heine2015-06-2912-548/+1106
* `make style` appliedKonrad Grochowski2015-05-1830-832/+814
* THRIFT-727 - C++: what() method of generated exceptions will provide more inf...Konrad Grochowski2015-05-181-0/+3
* THRIFT-2850 CMake: Windows improvements, doc, TMemoryBufferTest fixRoger Meier2015-05-152-22/+23
* THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>)Roger Meier2015-05-151-0/+1
* THRIFT-3148 Markdown links to coding_standards are deadNobuaki Sukegawa2015-05-131-1/+1
* THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit testJim King2015-05-102-23/+46
* THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calcul...Jim King2015-05-101-1/+1
* THRIFT-2474 complete the ntohll precompile conditionalsJim King2015-05-091-0/+2
* THRIFT-3125 Fix the list of exported headers in automake inputRoger Meier2015-05-091-0/+2
* THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IFKonrad Grochowski2015-05-0711-129/+185
* THRIFT-3121 Librt does not exist on OSXThomas Bartelmess2015-05-021-2/+2
* THRIFT-2850 get windows cmake working again and building the unit tests for l...Jim King2015-04-308-51/+64
* THRIFT-3120 Minor spelling errors and an outdated URLJens Geyer2015-04-304-7/+5
* THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threa...Jim King2015-04-3014-74/+326
* THRIFT-3083 consolidate simple and threaded server run loopsJim King2015-04-3012-609/+642
* THRIFT-3105 - C++ TNonblockingServer compilation on Windows fixedKonrad Grochowski2015-04-301-1/+1
* THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Threa...Jim King2015-04-2610-286/+333
* THRIFT-3067 C++ cppcheck performance related warningsRoger Meier2015-04-262-3/+3
* THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connectedBen Craig2015-04-2417-137/+850
* THRIFT-3090 cmake build is broken on MacOSX.Marco Molteni2015-04-201-3/+3