summaryrefslogtreecommitdiff
path: root/lib/cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-3578 Make THeaderTransport detect TCompact framed and unframedNobuaki Sukegawa2016-02-013-25/+30
* THRIFT-3420 C++: TSSLSockets are not interruptableNobuaki Sukegawa2016-02-011-6/+6
* THRIFT-3568 THeader server crashes on readSlowNobuaki Sukegawa2016-01-243-35/+12
* THRIFT-3576 Boost test --log_format arg does not accept lowercaseNobuaki Sukegawa2016-01-241-1/+1
* THRIFT-3555 'configure' script does not honor --with-openssl=<path> for libcr...Nobuaki Sukegawa2016-01-242-3/+5
* THRIFT-3564: potential core dump in TQTcpServerSebastian Zenker2016-01-192-10/+19
* THRIFT-3566: fixed TQTcpServerTest - it was never executed and workingSebastian Zenker2016-01-191-34/+57
* THRIFT-3565: C++: declared T{Async}Processor::getEventHandler() as const memb...Sebastian Zenker2016-01-192-2/+2
* THRIFT-3563: C++/Qt: removed usage of macro QT_PREPEND_NAMESPACE()Sebastian Zenker2016-01-191-2/+2
* THRIFT-3562: C++: removed unused TEventServerSebastian Zenker2016-01-191-9/+0
* THRIFT-3561: C++/Qt: make use of Q_DISABLE_COPY() to get rid of copy ctor and...Sebastian Zenker2016-01-191-2/+1
* THRIFT-3208: Fix Visual Studio solution build failure due to renamed sourceRoger Meier2016-01-101-1/+1
* THRIFT-3534 Link error when building with Qt5Roger Meier2016-01-101-0/+1
* THRIFT-3437 Fixed MinGW-w64 buildNobuaki Sukegawa2016-01-061-1/+1
* THRIFT-3518:TConcurrentClientSyncInfo files were missing for Visual Studiojfarrell2016-01-052-0/+8
* THRIFT-3437 Fixed MinGW-w64 buildAntonio Di Monaco2016-01-0619-30/+193
* THRIFT-3502: C++ TServerSocket passes small buffer to getsocknameJeremy Spiegel2016-01-031-3/+3
* THRIFT-3498 C++ library assumes optional function pthread_attr_setschedpolicy...Simon South2016-01-031-0/+2
* THRIFT-3497 Build fails with "invalid use of incomplete type"Simon South2015-12-242-0/+6
* THRIFT-3496 C++: Cob style client fails when sending a consecutive requestSebastian Zenker2015-12-242-10/+15
* THRIFT-3493 libthrift does not compile on windows using visual studioJens Geyer2015-12-171-1/+1
* THRIFT-3493 libthrift does not compile on windows using visual studioKCris2015-12-171-2/+4
* THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359Nobuaki Sukegawa2015-12-111-3/+5
* THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier no...Roger Meier2015-11-291-0/+4
* THRIFT-3442 Run CMake tests on AppveyorNobuaki Sukegawa2015-11-231-21/+3
* THRIFT-3420 C++: TSSLSockets are not interruptableMartin Haimberger2015-11-238-31/+595
* THRIFT-3424 Add CMake android build optionNobuaki Sukegawa2015-11-232-13/+20
* THRIFT-3415 - C++: THeader*.h/cpp includes cleanupKonrad Grochowski2015-11-124-10/+15
* THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows buildPascal Bach2015-11-111-1/+0
* THRIFT-1522: Fixes Memory leak by wrapping getaddrinfo into a class.Claudius Heine2015-11-091-6/+42
* some 'some make style' suggestions applied to C++ filesKonrad Grochowski2015-11-059-75/+75
* THRIFT-3382 - C++: TBase class for generated structs addedKonrad Grochowski2015-11-052-1/+40
* 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-0414-15/+1479
* THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocolKonrad Grochowski2015-10-163-8/+116
* THRIFT-3237 Fix TNamedPipeServer::createNamedPipe memory leakRoger Meier2015-10-111-2/+7
* THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol whe...Nobuaki Sukegawa2015-10-112-0/+9
* THRIFT-3371 Abstract namespace Unix domain sockets broken in C++pavlo2015-10-112-0/+25
* 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