summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/transport/TPipeServer.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce the usage of Windows.h, and add macros to slim Windows.hMario Emmenlauer2021-09-021-3/+0
* Make named pipe security configurable by security descriptor stringNathan Breakwell2020-05-301-0/+11
* Add isOpen() to TServerTransportMario Emmenlauer2020-04-241-0/+2
* add override and constcyy2019-01-221-3/+3
* remove stdcxx namespace and use std directlycyy2019-01-071-3/+3
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-3/+3
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-19/+23
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-23/+19
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-19/+23
* THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O ...Ben Craig2013-09-131-19/+25
* THRIFT-2014 Change C++ lib includes to use <namespace/> style throughoutRoger Meier2013-06-101-1/+1
* THRIFT-1890 C++: Make named pipes server work asynchronouslyJens Geyer2013-03-211-0/+3
* THRIFT-1690 Sockets and Pipe Handles truncated on Win64Roger Meier2012-10-041-18/+16
* Thrift-1558 _xplatform_pipe_6-5-2012.patchRoger Meier2012-06-071-1/+1
* Thrift-1558 _xplatform_pipe_6-5-2012.patchRoger Meier2012-06-051-10/+17
* Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunkRoger Meier2012-04-141-0/+85