summaryrefslogtreecommitdiff
path: root/lib/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain socketsJens Geyer2014-11-061-6/+8
* THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT)Jens Geyer2014-10-291-1/+1
* THRIFT-2749: clean up cpp lib for cpp98 buildRandy Abernethy2014-09-303-4/+3
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-174-3/+4
* THRIFT-2067 C++: all generated objects provide ostream operator<<Konrad Grochowski2014-09-031-0/+89
* THRIFT-2687 - C++ Qt lib - fixed struct/class inconsitency between forward de...Konrad Grochowski2014-09-011-1/+1
* Add getOrigin() function to TTransportPascal Bach2014-08-217-1/+55
* THRIFT-2541 fixed C4003 with VC2012 around max()Jens Geyer2014-07-271-2/+2
* Add ability to take control of OpenSSL initializationAlan Dunn2014-07-262-7/+16
* Expose OpenSSL initialization functionsAlan Dunn2014-07-262-83/+96
* THRIFT-2489 Peer host name not provied when performing AccessManager common n...Roger Meier2014-07-261-1/+1
* THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called)Roger Meier2014-07-251-0/+3
* remove trailing whitespaceRoger Meier2014-07-2416-71/+71
* THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cppJens Geyer2014-07-142-2/+25
* THRIFT-2614 - C++ Library - TNonblockingServer.cpp MSVC warning removedKonrad Grochowski2014-07-081-1/+1
* THRIFT-2610 MSVC warning in TSocket.cppRoger Meier2014-07-081-0/+5
* THRIFT-2605 TSocket warning on gcc 4.8.3Roger Meier2014-07-082-15/+13
* THRIFT-2416 Cannot use TCompactProtocol with MSVCRoger Meier2014-07-071-0/+5
* THRIFT-2609 TFileTransport.h unused field warning (clang 3.4)Roger Meier2014-07-071-1/+1
* THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4Roger Meier2014-07-071-6/+0
* THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4Roger Meier2014-07-071-3/+1
* THRIFT-2606 ThreadManager.h warning in clang++ 3.4Roger Meier2014-07-071-1/+0
* THRIFT-2092 TNonblocking server should release handler as soon as connection ...Roger Meier2014-07-071-0/+3
* THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010Roger Meier2014-07-071-1/+0
* THRIFT-2579 C++ lib Windows CE supporthenrique2014-06-254-2/+23
* THRIFT-2577 C++ TFileTransport missuse of closesocket on windows platformhenrique2014-06-244-41/+52
* THRIFT-2581 C++ TFDTransport destructor should not throwhenrique2014-06-241-1/+6
* THRIFT-2539:TSocket.cpp AI_ADDRCONFIG problems on WindowsRandy Abernethy2014-06-161-0/+7
* THRIFT-2471 Make cpp.ref annotation language agnosticJens Geyer2014-05-022-3/+19
* THRIFT-2258:Add TLS v1.1/1.2 support to TSSLSocket.cppjfarrell2014-03-312-6/+49
* THRIFT-2430 Crash during TThreadPoolServer shutdownJens Geyer2014-03-282-17/+20
* Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp"jfarrell2014-02-212-48/+6
* THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cppRoger Meier2014-02-192-6/+48
* THRIFT-2367 Build failure: stdlib and boost both define uint64_tRoger Meier2014-02-192-9/+6
* THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfroms...Roger Meier2014-02-034-6/+6
* THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSLRoger Meier2014-02-021-0/+1
* cpp: TSSLServerSocket should use THRIFT_SOCKETRoger Meier2014-01-252-2/+2
* THRIFT-2040 "uninitialized variable" warnings on MSVC/windowsRoger Meier2013-12-061-1/+1
* THRIFT-2214: System header sys/param.h is included inside the Thrift namespaceBen Craig2013-11-051-4/+4
* THRIFT-2034: Give developers' C++ code direct access to socket FDs onBen Craig2013-10-142-0/+21
* THRIFT-2026: Fix TCompactProtocol 64 bit buildsBen Craig2013-10-141-4/+11
* THRIFT-2226: TServerSocket - keepAlive wrong initialization orderBen Craig2013-10-111-6/+6
* THRIFT-1892: Socket timeouts are declared in milli-seconds, but areBen Craig2013-10-103-41/+21
* THRIFT-2019: Writing on a disconnected socket on Mac causes SIG PIPEBen Craig2013-10-091-0/+13
* THRIFT-2021: Improve large binary protocol string performanceBen Craig2013-10-091-11/+2
* THRIFT-1751: definition of increase_max_fds doesn't compile whenBen Craig2013-10-092-1/+4
* THRIFT-2027: Minor 64-bit and NOMINMAX issues in C++ libraryBen Craig2013-10-093-4/+4
* THRIFT-2031: Make SO_KEEPALIVE configurable for C++ libBen Craig2013-10-094-3/+47
* THRIFT-2139: MSVC 2012 Error - Cannot compile due to BoostThreadFactoryBen Craig2013-09-272-0/+8
* THRIFT-1944: Binding to zero portBen Craig2013-09-162-0/+28