summaryrefslogtreecommitdiffstats
path: root/remoting/host/ipc_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-4/+2
* Don't use attachment brokers with remoting processes.erikchen2015-08-031-1/+2
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-2/+2
* Remove PlatformFile from remotingrvargas@chromium.org2014-06-041-2/+3
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-4/+4
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-4/+4
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-2/+2
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-5/+4
* Make CreateConnectedIpcChannel() a cross-platform API.alexeypa@chromium.org2013-05-241-0/+58