summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/transport
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-1839-1865/+1738
* 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
* 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-244-6/+6
* THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cppJens Geyer2014-07-142-2/+25
* 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-2609 TFileTransport.h unused field warning (clang 3.4)Roger Meier2014-07-071-1/+1
* THRIFT-2579 C++ lib Windows CE supporthenrique2014-06-251-1/+5
* 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-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-2034: Give developers' C++ code direct access to socket FDs onBen Craig2013-10-142-0/+21
* 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-102-40/+20
* THRIFT-2019: Writing on a disconnected socket on Mac causes SIG PIPEBen Craig2013-10-091-0/+13
* THRIFT-2027: Minor 64-bit and NOMINMAX issues in C++ libraryBen Craig2013-10-092-2/+2
* THRIFT-2031: Make SO_KEEPALIVE configurable for C++ libBen Craig2013-10-094-3/+47
* THRIFT-1944: Binding to zero portBen Craig2013-09-162-0/+28
* THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O ...Ben Craig2013-09-134-325/+583
* THRIFT-1481 cpp: Unix domain sockets in C++ do not support the abstract names...Roger Meier2013-09-022-12/+12
* THRIFT-2093 added the ability to set compression level in C++ zlib transportRoger Meier2013-07-192-39/+11
* THRIFT-2038 THRIFT_INVALID_SOCKET added to PlatformSocket.hRoger Meier2013-07-194-43/+46
* THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULLRoger Meier2013-06-291-1/+1
* THRIFT-2039 config.h --> thrift-config.hKonrad Grochowski2013-06-228-25/+12
* THRIFT-2014 Change C++ lib includes to use <namespace/> style throughoutRoger Meier2013-06-1021-37/+37
* THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issuesCarl Yeksigian2013-06-0711-296/+312
* Thrift-1997:Add accept backlog configuration method to TServerSocketJake Farrell2013-06-042-3/+10
* THRIFT-1932 TFileTransport::readEvent() casts values read from input stream i...Roger Meier2013-05-052-3/+9
* Thrift-1846:Restore socket.h header to support builds with Android NDKJake Farrell2013-04-012-3/+3
* THRIFT-1890 C++: Make named pipes server work asynchronouslyJens Geyer2013-03-212-29/+101
* THRIFT-1657 Chrome browser sending OPTIONS method before POST in xmlHttpRequestRoger Meier2012-12-231-0/+28
* THRIFT-1740 Make C++ library build on OS X and iOSRoger Meier2012-11-164-18/+27
* THRIFT-1744: Compilation failure under Android NDK toolchainHenrique Mendonca2012-10-291-0/+4